File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 33
33
build_type : ${{ inputs.build_type || 'branch' }}
34
34
branch : ${{ inputs.branch }}
35
35
date : ${{ inputs.date }}
36
+ script : ci/build_cpp.sh
36
37
sha : ${{ inputs.sha }}
37
38
python-build :
38
39
needs : [cpp-build]
42
43
build_type : ${{ inputs.build_type || 'branch' }}
43
44
branch : ${{ inputs.branch }}
44
45
date : ${{ inputs.date }}
46
+ script : ci/build_python.sh
45
47
sha : ${{ inputs.sha }}
46
48
upload-conda :
47
49
needs : [cpp-build, python-build]
Original file line number Diff line number Diff line change 68
68
- '!.pre-commit-config.yaml'
69
69
- '!CONTRIBUTING.md'
70
70
- '!README.md'
71
+ - '!ci/release/update-version.sh'
71
72
- '!docs/**'
72
73
- '!img/**'
73
74
- '!python/**'
78
79
- '!.pre-commit-config.yaml'
79
80
- '!CONTRIBUTING.md'
80
81
- '!README.md'
82
+ - '!ci/release/update-version.sh'
81
83
- '!docs/**'
82
84
- '!img/**'
83
85
- '!thirdparty/LICENSES/**'
94
96
uses :
rapidsai/shared-workflows/.github/workflows/[email protected]
95
97
with :
96
98
build_type : pull-request
99
+ script : ci/build_cpp.sh
97
100
node_type : cpu16
98
101
conda-cpp-tests :
99
102
needs : [conda-cpp-build, changed-files]
@@ -102,6 +105,7 @@ jobs:
102
105
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
103
106
with :
104
107
build_type : pull-request
108
+ script : ci/test_cpp.sh
105
109
conda-cpp-checks :
106
110
needs : conda-cpp-build
107
111
secrets : inherit
@@ -115,13 +119,15 @@ jobs:
115
119
uses :
rapidsai/shared-workflows/.github/workflows/[email protected]
116
120
with :
117
121
build_type : pull-request
122
+ script : ci/build_python.sh
118
123
conda-python-tests :
119
124
needs : [conda-python-build, changed-files]
120
125
secrets : inherit
121
126
uses :
rapidsai/shared-workflows/.github/workflows/[email protected]
122
127
if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
123
128
with :
124
129
build_type : pull-request
130
+ script : ci/test_python.sh
125
131
docs-build :
126
132
needs : conda-python-build
127
133
secrets : inherit
Original file line number Diff line number Diff line change 33
33
build_type : ${{ inputs.build_type }}
34
34
branch : ${{ inputs.branch }}
35
35
date : ${{ inputs.date }}
36
+ script : ci/test_cpp.sh
36
37
sha : ${{ inputs.sha }}
37
38
conda-python-tests :
38
39
secrets : inherit
41
42
build_type : ${{ inputs.build_type }}
42
43
branch : ${{ inputs.branch }}
43
44
date : ${{ inputs.date }}
45
+ script : ci/test_python.sh
44
46
sha : ${{ inputs.sha }}
45
47
wheel-tests-pylibraft :
46
48
secrets : inherit
You can’t perform that action at this time.
0 commit comments