misc: Merge develop .github dir to stable (#495)
This commit is contained in:
2
.github/workflows/gpu-tests.yaml
vendored
2
.github/workflows/gpu-tests.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
LULESH-tests:
|
||||
runs-on: [self-hosted, linux, x64]
|
||||
container: ghcr.io/gem5-test/gcn-gpu:latest
|
||||
container: ghcr.io/gem5/gcn-gpu:latest
|
||||
needs: build-gem5
|
||||
timeout-minutes: 480 # 8 hours
|
||||
steps:
|
||||
|
||||
2
.github/workflows/weekly-tests.yaml
vendored
2
.github/workflows/weekly-tests.yaml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
build-gem5:
|
||||
runs-on: [self-hosted, linux, x64]
|
||||
container: ghcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
|
||||
container: ghcr.io/gem5/ubuntu-22.04_all-dependencies:latest
|
||||
outputs:
|
||||
build-name: ${{ steps.artifact-name.outputs.name }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user