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:
|
LULESH-tests:
|
||||||
runs-on: [self-hosted, linux, x64]
|
runs-on: [self-hosted, linux, x64]
|
||||||
container: ghcr.io/gem5-test/gcn-gpu:latest
|
container: ghcr.io/gem5/gcn-gpu:latest
|
||||||
needs: build-gem5
|
needs: build-gem5
|
||||||
timeout-minutes: 480 # 8 hours
|
timeout-minutes: 480 # 8 hours
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/weekly-tests.yaml
vendored
2
.github/workflows/weekly-tests.yaml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-gem5:
|
build-gem5:
|
||||||
runs-on: [self-hosted, linux, x64]
|
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:
|
outputs:
|
||||||
build-name: ${{ steps.artifact-name.outputs.name }}
|
build-name: ${{ steps.artifact-name.outputs.name }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user