Skip to content

Commit

Permalink
tests: Update secrets
Browse files Browse the repository at this point in the history
Update RISCV toolchain to GCC 10.2.0 (inline with public flow),
update exit codes.

Signed-off-by: Wiktoria Kuna <wkuna@antmicro.com>
  • Loading branch information
wkkuna committed Feb 3, 2025
1 parent 3cd7521 commit e348b1a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-regression-cache-waypack-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
submodules: recursive

- name: Run tests
run: _secret_custom_regression_tests_waypack_0
run: _secret_custom_regression_tests_waypack_0_72300
env:
TEST: ${{ matrix.test }}
BUS: ${{ matrix.bus }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression-cache-waypack-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
submodules: recursive

- name: Run tests
run: _secret_custom_regression_tests_waypack_1
run: _secret_custom_regression_tests_waypack_1_72300
env:
TEST: ${{ matrix.test }}
BUS: ${{ matrix.bus }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression-exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
submodules: recursive

- name: Run tests
run: _secret_custom_regression_exceptions_tests
run: _secret_custom_regression_exceptions_tests_72300
2 changes: 1 addition & 1 deletion .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,6 @@ jobs:
pip3 install -r third_party/riscv-dv/requirements.txt
- name: Perform custom tests
run: _secret_custom_run
run: _secret_custom_riscv_dv_72300
env:
RISCV_DV_TEST: ${{ matrix.test }}
2 changes: 1 addition & 1 deletion .github/workflows/test-uarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
with:
submodules: recursive
- name: Perform custom tests
run: _secret_custom_uarch
run: _secret_custom_uarch_72300
env:
TEST: ${{ matrix.test }}

2 changes: 1 addition & 1 deletion .github/workflows/test-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
submodules: recursive

- name: Run tests
run: _secret_custom_verification_tests
run: _secret_custom_verification_tests_72300
env:
TEST: ${{ matrix.test }}
BUS: ${{ matrix.bus }}

0 comments on commit e348b1a

Please sign in to comment.