diff --git a/.github/workflows/report-coverage.yml b/.github/workflows/report-coverage.yml index b16137724d2..662f0b88ede 100644 --- a/.github/workflows/report-coverage.yml +++ b/.github/workflows/report-coverage.yml @@ -8,7 +8,7 @@ jobs: merge-verilator-reports: name: Merge Verilator info data runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 env: DEBIAN_FRONTEND: "noninteractive" steps: @@ -107,7 +107,7 @@ jobs: coverage-report: name: Coverage report runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 needs: [merge-verilator-reports, custom-coverage-report] env: DEBIAN_FRONTEND: "noninteractive" diff --git a/.github/workflows/test-openocd.yml b/.github/workflows/test-openocd.yml index afa61d852cf..70195fee4a4 100644 --- a/.github/workflows/test-openocd.yml +++ b/.github/workflows/test-openocd.yml @@ -8,7 +8,7 @@ jobs: tests: name: Run OpenOCD tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: fail-fast: false matrix: diff --git a/.github/workflows/test-regression-cache-waypack-0.yml b/.github/workflows/test-regression-cache-waypack-0.yml index 9f4f0072884..f17560ccb06 100644 --- a/.github/workflows/test-regression-cache-waypack-0.yml +++ b/.github/workflows/test-regression-cache-waypack-0.yml @@ -8,7 +8,7 @@ jobs: regression-tests: name: Regression tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: matrix: bus: ["axi", "ahb"] diff --git a/.github/workflows/test-regression-cache-waypack-1.yml b/.github/workflows/test-regression-cache-waypack-1.yml index 25afbf3cc09..02ff1492867 100644 --- a/.github/workflows/test-regression-cache-waypack-1.yml +++ b/.github/workflows/test-regression-cache-waypack-1.yml @@ -8,7 +8,7 @@ jobs: regression-tests: name: Regression tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: matrix: bus: ["axi", "ahb"] diff --git a/.github/workflows/test-regression-exceptions.yml b/.github/workflows/test-regression-exceptions.yml index b0844d1c127..c10ebab68e7 100644 --- a/.github/workflows/test-regression-exceptions.yml +++ b/.github/workflows/test-regression-exceptions.yml @@ -8,7 +8,7 @@ jobs: regression-tests: name: Regression exceptions tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: matrix: bus: ["axi"] diff --git a/.github/workflows/test-renode.yml b/.github/workflows/test-renode.yml index 9549465d0d1..066077d8a55 100644 --- a/.github/workflows/test-renode.yml +++ b/.github/workflows/test-renode.yml @@ -6,7 +6,7 @@ on: jobs: tests: runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: fail-fast: false env: diff --git a/.github/workflows/test-riscof.yml b/.github/workflows/test-riscof.yml index f66f07ab19b..5d49d0c1cdb 100644 --- a/.github/workflows/test-riscof.yml +++ b/.github/workflows/test-riscof.yml @@ -8,7 +8,7 @@ jobs: tests: name: Run RISCOF tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: fail-fast: false matrix: diff --git a/.github/workflows/test-riscv-dv.yml b/.github/workflows/test-riscv-dv.yml index b2b5d9f3286..4f1d092602b 100644 --- a/.github/workflows/test-riscv-dv.yml +++ b/.github/workflows/test-riscv-dv.yml @@ -85,7 +85,7 @@ jobs: run-tests: name: Run RISC-V DV tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 needs: [ generate-config, generate-code ] strategy: fail-fast: false diff --git a/.github/workflows/test-uarch.yml b/.github/workflows/test-uarch.yml index c79ff805917..5acbc5870b9 100644 --- a/.github/workflows/test-uarch.yml +++ b/.github/workflows/test-uarch.yml @@ -7,7 +7,7 @@ jobs: lint: name: Lint microarchitectural tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 steps: - name: Setup repository uses: actions/checkout@v3 @@ -38,7 +38,7 @@ jobs: tests: name: Microarchitectural tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: matrix: include: diff --git a/.github/workflows/test-uvm.yml b/.github/workflows/test-uvm.yml index a8c69a0c530..29e8fe2ee0b 100644 --- a/.github/workflows/test-uvm.yml +++ b/.github/workflows/test-uvm.yml @@ -7,7 +7,7 @@ jobs: tests: name: UVM tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 env: CCACHE_DIR: "/opt/uvm/.cache/" DEBIAN_FRONTEND: "noninteractive" diff --git a/.github/workflows/test-verification.yml b/.github/workflows/test-verification.yml index ebf7d66010d..63f3a2d7121 100644 --- a/.github/workflows/test-verification.yml +++ b/.github/workflows/test-verification.yml @@ -7,7 +7,7 @@ jobs: tests: name: Verification tests runs-on: ubuntu-24.04 - container: ghcr.io/antmicro/cores-veer-el2:20250116082447 + container: ghcr.io/antmicro/cores-veer-el2:20250123123655 strategy: matrix: test: ["test_pyuvm"]