Skip to content

Commit

Permalink
Merge pull request #614 from containers/run-bootc-builds-on-non-mirror
Browse files Browse the repository at this point in the history
moving tests from mirror to regular
  • Loading branch information
rhatdan authored Jun 24, 2024
2 parents 2707f87 + ac557ca commit b1dd1cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
jobs:
start-runner:
name: Start self-hosted EC2 runner
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests') && github.repository == 'containers-mirror/ai-lab-recipes'"
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests')"
runs-on: ubuntu-latest
outputs:
label: ${{ steps.start-ec2-runner.outputs.label }}
Expand All @@ -57,7 +57,7 @@ jobs:
security-group-id: sg-055105753f5e8bd83

nvidia-bootc-builder-image:
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests') && github.repository == 'containers-mirror/ai-lab-recipes'"
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests')"
strategy:
matrix:
include:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
context: training/nvidia-bootc
arch: amd64
runs-on: ${{ needs.start-runner.outputs.label }}
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests') && github.repository == 'containers-mirror/ai-lab-recipes'"
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests')"
needs: nvidia-bootc-builder-image
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -168,9 +168,9 @@ jobs:
arch: amd64
gpu: amd
pull-images: quay.io/ai-lab/vllm:latest
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests') && github.repository == 'containers-mirror/ai-lab-recipes'"
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests')"
runs-on: ${{ needs.start-runner.outputs.label }}
needs: start-runner
needs: nvidia-bootc-builder-image
continue-on-error: true
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit b1dd1cb

Please sign in to comment.