From 04f5ea9b8bd7456e2b044fab772cbf1887e19e99 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 4 Jan 2024 10:25:32 -0600 Subject: [PATCH 1/3] update image for wheels-publish jobs --- .github/workflows/wheels-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-publish.yaml b/.github/workflows/wheels-publish.yaml index f9d0a6e3..aa296470 100644 --- a/.github/workflows/wheels-publish.yaml +++ b/.github/workflows/wheels-publish.yaml @@ -43,7 +43,7 @@ jobs: container: # ctk version of the container is irrelevant in the publish step # it's simply a launcher for twine - image: "rapidsai/ci-wheel:cuda12.0.1-centos7-py3.10" + image: "rapidsai/ci-wheel:cuda12.2.2-centos7-py3.11" env: RAPIDS_BUILD_TYPE: ${{ inputs.build_type }} steps: From ca6493615e2240348f134a85e00f9d9575d17402 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 4 Jan 2024 11:08:05 -0600 Subject: [PATCH 2/3] clarify comment --- .github/workflows/wheels-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels-publish.yaml b/.github/workflows/wheels-publish.yaml index aa296470..e754387b 100644 --- a/.github/workflows/wheels-publish.yaml +++ b/.github/workflows/wheels-publish.yaml @@ -41,8 +41,8 @@ jobs: name: wheels publish runs-on: linux-amd64-cpu4 container: - # ctk version of the container is irrelevant in the publish step - # it's simply a launcher for twine + # CUDA toolkit version of the container is irrelevant in the publish step. + # This just uploads already-built wheels to remote storage. image: "rapidsai/ci-wheel:cuda12.2.2-centos7-py3.11" env: RAPIDS_BUILD_TYPE: ${{ inputs.build_type }} From ca88b041395ff90947a1cec69900eb5aace42c2f Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 4 Jan 2024 11:10:51 -0600 Subject: [PATCH 3/3] revert CDUA version change --- .github/workflows/wheels-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-publish.yaml b/.github/workflows/wheels-publish.yaml index e754387b..92e6798e 100644 --- a/.github/workflows/wheels-publish.yaml +++ b/.github/workflows/wheels-publish.yaml @@ -43,7 +43,7 @@ jobs: container: # CUDA toolkit version of the container is irrelevant in the publish step. # This just uploads already-built wheels to remote storage. - image: "rapidsai/ci-wheel:cuda12.2.2-centos7-py3.11" + image: "rapidsai/ci-wheel:cuda12.0.1-centos7-py3.11" env: RAPIDS_BUILD_TYPE: ${{ inputs.build_type }} steps: