tests,misc: Remove 'run' and 'build' labels

All runners are now equal, these labels are pointless.

Change-Id: I9d5fb31e20e95d30e9726d4bf0353dc87af614d7
This commit is contained in:
Bobby R. Bruce
2023-10-06 01:17:41 -07:00
parent ec7921305b
commit 70f8c49e8b
6 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
jobs:
obtain-dockerfiles:
runs-on: [self-hosted, linux, x64, run]
runs-on: [self-hosted, linux, x64]
container: ghcr.io/gem5/ubuntu-22.04_all-dependencies:latest
steps:
@@ -20,7 +20,7 @@ jobs:
# This builds and pushes the docker image.
build-and-push:
runs-on: [self-hosted, linux, x64, run]
runs-on: [self-hosted, linux, x64]
needs: obtain-dockerfiles
permissions:
packages: write