Skip to content

Commit

Permalink
remove inherited secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Apr 10, 2024
1 parent cfa47e3 commit 9fea72b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,19 @@ jobs:
with:
enable_check_generated_files: false
legacy_tests:
name: Runs on legacy hardware and older CTK versions (V100, 12.3.3)
secrets: inherit
name: Runs on legacy hardware and older CTK versions (V100, 12.3)
runs-on: linux-amd64-gpu-v100-latest-1
container: # GPU jobs must run in a container
image: ubuntu-20.04 # Numbast depends on conda installed CTK, to avoid interferrence, we use a clean ubuntu image
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} # GPU jobs must set this container env variable
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Environment, Build and Test
id: test
run: |
ci/setup_build_test.sh 12.3 3.10
frontier_tests:
name: Runs on newer hardware and latest CTK versions (A100, 12.4.0)
secrets: inherit
name: Runs on newer hardware and latest CTK versions (A100, 12.4)
runs-on: linux-arm64-gpu-a100-latest-1
container: # GPU jobs must run in a container
image: ubuntu-latest # Numbast depends on conda installed CTK, to avoid interferrence, we use a clean ubuntu image
Expand All @@ -52,6 +48,5 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Environment, Build and Test
id: test
run: |
ci/setup_build_test.sh 12.4 3.10

0 comments on commit 9fea72b

Please sign in to comment.