@@ -13,24 +13,24 @@ jobs:
1313 pr-builder :
1414 needs :
1515 - checks
16- - conda-cpp-build
17- - conda-cpp-checks
18- - conda-cpp-tests
19- - conda-python-build
20- - conda-python-cudf-tests
21- - conda-python-other-tests
22- - conda-java-tests
16+ # - conda-cpp-build
17+ # - conda-cpp-checks
18+ # - conda-cpp-tests
19+ # - conda-python-build
20+ # - conda-python-cudf-tests
21+ # - conda-python-other-tests
22+ # - conda-java-tests
2323 - static-configure
24- - conda-notebook-tests
25- - docs-build
24+ # - conda-notebook-tests
25+ # - docs-build
2626 - wheel-build-cpp
2727 - wheel-build-python
2828 - wheel-tests-python
2929 - wheel-build-cudf-polars
3030 - wheel-tests-cudf-polars
3131 - wheel-build-dask-cudf
3232 - wheel-tests-dask-cudf
33- - devcontainer
33+ # - devcontainer
3434 - unit-tests-cudf-pandas
3535 - pandas-tests
3636 - pandas-tests-diff
@@ -41,56 +41,56 @@ jobs:
4141 uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 4242 with :
4343 enable_check_generated_files : false
44- conda-cpp-build :
45- needs : checks
46- secrets : inherit
47- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 48- with :
49- build_type : pull-request
50- conda-cpp-checks :
51- needs : conda-cpp-build
52- secrets : inherit
53- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 54- with :
55- build_type : pull-request
56- enable_check_symbols : true
57- conda-cpp-tests :
58- needs : conda-cpp-build
59- secrets : inherit
60- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 61- with :
62- build_type : pull-request
63- conda-python-build :
64- needs : conda-cpp-build
65- secrets : inherit
66- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 67- with :
68- build_type : pull-request
69- conda-python-cudf-tests :
70- needs : conda-python-build
71- secrets : inherit
72- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 73- with :
74- build_type : pull-request
75- script : " ci/test_python_cudf.sh"
76- conda-python-other-tests :
77- # Tests for dask_cudf, custreamz, cudf_kafka are separated for CI parallelism
78- needs : conda-python-build
79- secrets : inherit
80- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 81- with :
82- build_type : pull-request
83- script : " ci/test_python_other.sh"
84- conda-java-tests :
85- needs : conda-cpp-build
86- secrets : inherit
87- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 88- with :
89- build_type : pull-request
90- node_type : " gpu-v100-latest-1"
91- arch : " amd64"
92- container_image : " rapidsai/ci-conda:latest"
93- run_script : " ci/test_java.sh"
44+ # conda-cpp-build:
45+ # needs: checks
46+ # secrets: inherit
47+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 48+ # with:
49+ # build_type: pull-request
50+ # conda-cpp-checks:
51+ # needs: conda-cpp-build
52+ # secrets: inherit
53+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 54+ # with:
55+ # build_type: pull-request
56+ # enable_check_symbols: true
57+ # conda-cpp-tests:
58+ # needs: conda-cpp-build
59+ # secrets: inherit
60+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 61+ # with:
62+ # build_type: pull-request
63+ # conda-python-build:
64+ # needs: conda-cpp-build
65+ # secrets: inherit
66+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 67+ # with:
68+ # build_type: pull-request
69+ # conda-python-cudf-tests:
70+ # needs: conda-python-build
71+ # secrets: inherit
72+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 73+ # with:
74+ # build_type: pull-request
75+ # script: "ci/test_python_cudf.sh"
76+ # conda-python-other-tests:
77+ # # Tests for dask_cudf, custreamz, cudf_kafka are separated for CI parallelism
78+ # needs: conda-python-build
79+ # secrets: inherit
80+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 81+ # with:
82+ # build_type: pull-request
83+ # script: "ci/test_python_other.sh"
84+ # conda-java-tests:
85+ # needs: conda-cpp-build
86+ # secrets: inherit
87+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 88+ # with:
89+ # build_type: pull-request
90+ # node_type: "gpu-v100-latest-1"
91+ # arch: "amd64"
92+ # container_image: "rapidsai/ci-conda:latest"
93+ # run_script: "ci/test_java.sh"
9494 static-configure :
9595 needs : checks
9696 secrets : inherit
@@ -101,26 +101,26 @@ jobs:
101101 # primary static consumers (Spark) are not in conda anyway.
102102 container_image : " rapidsai/ci-wheel:latest"
103103 run_script : " ci/configure_cpp_static.sh"
104- conda-notebook-tests :
105- needs : conda-python-build
106- secrets : inherit
107- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 108- with :
109- build_type : pull-request
110- node_type : " gpu-v100-latest-1"
111- arch : " amd64"
112- container_image : " rapidsai/ci-conda:latest"
113- run_script : " ci/test_notebooks.sh"
114- docs-build :
115- needs : conda-python-build
116- secrets : inherit
117- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 118- with :
119- build_type : pull-request
120- node_type : " gpu-v100-latest-1"
121- arch : " amd64"
122- container_image : " rapidsai/ci-conda:latest"
123- run_script : " ci/build_docs.sh"
104+ # conda-notebook-tests:
105+ # needs: conda-python-build
106+ # secrets: inherit
107+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 108+ # with:
109+ # build_type: pull-request
110+ # node_type: "gpu-v100-latest-1"
111+ # arch: "amd64"
112+ # container_image: "rapidsai/ci-conda:latest"
113+ # run_script: "ci/test_notebooks.sh"
114+ # docs-build:
115+ # needs: conda-python-build
116+ # secrets: inherit
117+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 118+ # with:
119+ # build_type: pull-request
120+ # node_type: "gpu-v100-latest-1"
121+ # arch: "amd64"
122+ # container_image: "rapidsai/ci-conda:latest"
123+ # run_script: "ci/build_docs.sh"
124124 wheel-build-cpp :
125125 needs : checks
126126 secrets : inherit
@@ -181,16 +181,16 @@ jobs:
181181 matrix_filter : map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
182182 build_type : pull-request
183183 script : ci/test_wheel_dask_cudf.sh
184- devcontainer :
185- secrets : inherit
186- uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 187- with :
188- arch : ' ["amd64"]'
189- cuda : ' ["12.5"]'
190- build_command : |
191- sccache -z;
192- build-all -DBUILD_BENCHMARKS=ON --verbose;
193- sccache -s;
184+ # devcontainer:
185+ # secrets: inherit
186+ # uses: rapidsai/shared-workflows/.github/workflows/[email protected] 187+ # with:
188+ # arch: '["amd64"]'
189+ # cuda: '["12.5"]'
190+ # build_command: |
191+ # sccache -z;
192+ # build-all -DBUILD_BENCHMARKS=ON --verbose;
193+ # sccache -s;
194194 unit-tests-cudf-pandas :
195195 needs : wheel-build-python
196196 secrets : inherit
0 commit comments