Skip to content

Commit

Permalink
Run on kstest-test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Jul 23, 2024
1 parent 255ef8b commit b4eac9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kickstart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
needs: pr-info
# only do this for Fedora for now; once we have RHEL 8/9 boot.iso builds working, also support these
if: needs.pr-info.outputs.allowed_user == 'true' && needs.pr-info.outputs.comment_args != '' && ! contains(github.event.comment.body, '--waive')
runs-on: [self-hosted, kstest]
runs-on: [self-hosted, kstest-test]
timeout-minutes: 300
env:
STATUS_NAME: kickstart-test
Expand Down

0 comments on commit b4eac9f

Please sign in to comment.