Skip to content

Commit

Permalink
add jammy and x64 labels for self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
codethulu committed Apr 3, 2024
1 parent b022e8d commit 5851b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tests-1:
name: Run first set of tests
runs-on: [self-hosted, small]
runs-on: [self-hosted, small, jammy, x64]
timeout-minutes: 1440
outputs:
failed_tests: ${{ steps.collect-failed-tests.outputs.failed_tests }}
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
tests-2:
name: Run second set of tests
runs-on: [self-hosted, small]
runs-on: [self-hosted, small, jammy, x64]
timeout-minutes: 1440
outputs:
failed_tests: ${{ steps.collect-failed-tests.outputs.failed_tests }}
Expand Down

0 comments on commit 5851b79

Please sign in to comment.