Skip to content

Commit 69373ff

Browse files
ci: exclude g6f instance from tests and update rebase workflow (#2501)
1 parent 2632acc commit 69373ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/base-tests.cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
jobs:
2828
tests-cuda:
2929
runs-on:
30-
- runs-on=${{ github.run_id }}-base-tests-cuda-${{ github.run_attempt }}/runner=test-gpu-nvidia/family=g6+g5 # ensure 24G vram for async test
30+
- runs-on=${{ github.run_id }}-base-tests-cuda-${{ github.run_attempt }}/runner=test-gpu-nvidia/family=g6.*+g5 # ensure 24G vram for async test
3131

3232
steps:
3333
- uses: runs-on/action@v2

.github/workflows/extension-tests.cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- "rv32im native"
3838
- "keccak256 sha256 bigint algebra ecc pairing"
3939
runs-on:
40-
- runs-on=${{ github.run_id }}-extension-tests-cuda-${{ github.run_attempt }}-${{ strategy.job-index }}/runner=${{ github.event_name == 'workflow_dispatch' && github.event.inputs.machine_type || 'test-gpu-nvidia/family=g6+g6e' }}
40+
- runs-on=${{ github.run_id }}-extension-tests-cuda-${{ github.run_attempt }}-${{ strategy.job-index }}/runner=${{ github.event_name == 'workflow_dispatch' && github.event.inputs.machine_type || 'test-gpu-nvidia/family=g6.*+g6e' }}
4141

4242
steps:
4343
- uses: runs-on/action@v2

.github/workflows/guest-lib-tests.cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- { names: "ruint k256 p256" }
3535
- { names: "ff_derive pairing" }
3636
runs-on:
37-
- runs-on=${{ github.run_id }}-guest-lib-cuda-${{ github.run_attempt }}-${{ strategy.job-index }}/runner=test-gpu-nvidia/cpu=8+32/family=g6+g5+g6e
37+
- runs-on=${{ github.run_id }}-guest-lib-cuda-${{ github.run_attempt }}-${{ strategy.job-index }}/runner=test-gpu-nvidia/cpu=8+32/family=g6.*+g5+g6e
3838

3939
steps:
4040
- uses: runs-on/action@v2

.github/workflows/rebase-feature-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Rebase Feature Branches
4040
run: |
4141
# List of feature branches to maintain
42-
FEATURE_BRANCHES=("develop-v2" "develop-v1.6.0" "develop-v1.7.0")
42+
FEATURE_BRANCHES=("develop-v2.0.0-beta")
4343
4444
FAILED_BRANCHES=()
4545
SUCCEEDED_BRANCHES=()

0 commit comments

Comments
 (0)