Skip to content

Commit

Permalink
Merge branch 'branch-23.06' of github.com:rapidsai/shared-action-work…
Browse files Browse the repository at this point in the history
…flows into fea/merge-wheel-publish
  • Loading branch information
shwina committed May 24, 2023
2 parents e4d8d43 + 914f969 commit ef48819
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/conda-cpp-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down Expand Up @@ -94,6 +94,8 @@ jobs:
echo "RAPIDS_NIGHTLY_DATE=${{ inputs.date }}" >> "${GITHUB_ENV}"
- name: C++ build
run: ${{ inputs.build_script }}
env:
GH_TOKEN: ${{ github.token }}
- name: Upload additional artifacts
if: "!cancelled()"
run: rapids-upload-artifacts-dir cuda${RAPIDS_CUDA_VERSION%%.*}_$(arch)
2 changes: 1 addition & 1 deletion .github/workflows/conda-cpp-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/conda-python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down Expand Up @@ -95,6 +95,8 @@ jobs:
echo "RAPIDS_NIGHTLY_DATE=${{ inputs.date }}" >> "${GITHUB_ENV}"
- name: Python build
run: ${{ inputs.build_script }}
env:
GH_TOKEN: ${{ github.token }}
- name: Upload additional artifacts
if: "!cancelled()"
run: rapids-upload-artifacts-dir cuda${RAPIDS_CUDA_VERSION%%.*}_$(arch)_py${RAPIDS_PY_VERSION//.}
2 changes: 1 addition & 1 deletion .github/workflows/conda-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-upload-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/custom-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-manylinux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-pure-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/wheels-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defaults:
shell: bash

permissions:
actions: none
actions: read
checks: none
contents: read
deployments: none
Expand Down Expand Up @@ -96,7 +96,6 @@ jobs:
pull-request:
- { arch: 'amd64', python: '3.9', ctk: '11.8.0', image: 'ubuntu18.04', test-type: 'unit', test-command: ${UNIT_TEST_CMD}, gpu: 'v100', driver: 'latest' }
- { arch: 'amd64', python: '3.9', ctk: '12.0.1', image: 'ubuntu18.04', test-type: 'unit', test-command: ${UNIT_TEST_CMD}, gpu: 'v100', driver: 'latest' }
- { arch: 'arm64', python: '3.9', ctk: '11.8.0', image: 'ubuntu20.04', test-type: 'smoke', test-command: ${SMOKE_TEST_CMD}, gpu: 'a100', driver: 'latest' }
- { arch: 'arm64', python: '3.9', ctk: '12.0.1', image: 'ubuntu20.04', test-type: 'smoke', test-command: ${SMOKE_TEST_CMD}, gpu: 'a100', driver: 'latest' }
nightly:
- { arch: 'amd64', python: '3.9', ctk: '11.8.0', image: 'ubuntu18.04', test-type: 'unit', test-command: ${UNIT_TEST_CMD}, gpu: 'v100', driver: 'latest' }
Expand Down

0 comments on commit ef48819

Please sign in to comment.