-
Notifications
You must be signed in to change notification settings - Fork 197
94 lines (91 loc) · 2.83 KB
/
pr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-builder:
needs:
# - checks
- conda-cpp-build
# - conda-cpp-tests
# - conda-python-build
# - conda-python-tests
# - docs-build
# - wheel-build-pylibraft
# - wheel-tests-pylibraft
# - wheel-build-raft-dask
# - wheel-tests-raft-dask
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# checks:
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# enable_check_generated_files: false
conda-cpp-build:
# needs: checks
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
node_type: cpu16
# conda-cpp-tests:
# needs: conda-cpp-build
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# conda-python-build:
# needs: conda-cpp-build
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# conda-python-tests:
# needs: conda-python-build
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# docs-build:
# needs: conda-python-build
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# node_type: "gpu-v100-latest-1"
# arch: "amd64"
# container_image: "rapidsai/ci:latest"
# run_script: "ci/build_docs.sh"
# wheel-build-pylibraft:
# needs: checks
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# script: ci/build_wheel_pylibraft.sh
# wheel-tests-pylibraft:
# needs: wheel-build-pylibraft
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# script: ci/test_wheel_pylibraft.sh
# wheel-build-raft-dask:
# needs: wheel-tests-pylibraft
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# script: "ci/build_wheel_raft_dask.sh"
# wheel-tests-raft-dask:
# needs: wheel-build-raft-dask
# secrets: inherit
# uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
# with:
# build_type: pull-request
# script: ci/test_wheel_raft_dask.sh