From f0a607271b9de27aff9d404c3f716ceefbe520dc Mon Sep 17 00:00:00 2001 From: greg pereira Date: Mon, 24 Jun 2024 06:24:17 -0700 Subject: [PATCH 1/2] moving tests from mirror to regular Signed-off-by: greg pereira --- .github/workflows/training_bootc.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/training_bootc.yaml b/.github/workflows/training_bootc.yaml index d33021f0..28ecac98 100644 --- a/.github/workflows/training_bootc.yaml +++ b/.github/workflows/training_bootc.yaml @@ -15,7 +15,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 }} @@ -39,7 +39,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: @@ -99,7 +99,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/checkout@v4.1.7 @@ -150,7 +150,7 @@ 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 continue-on-error: true From ac557caf526936ea06d626bf0488cb5af1a7e585 Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Mon, 24 Jun 2024 12:33:52 -0400 Subject: [PATCH 2/2] for some reason the intel test needs this image or it will fail Signed-off-by: Ryan Cook --- .github/workflows/training_bootc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/training_bootc.yaml b/.github/workflows/training_bootc.yaml index 28ecac98..463c98e3 100644 --- a/.github/workflows/training_bootc.yaml +++ b/.github/workflows/training_bootc.yaml @@ -152,7 +152,7 @@ jobs: pull-images: quay.io/ai-lab/vllm:latest 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/checkout@v4.1.7