From 95bacba18dc5f0d708ecb47d2c8020cad523fbae Mon Sep 17 00:00:00 2001 From: Adithya Krishnan Kannan <13063254+AdithyaKrishnan@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:10:39 -0600 Subject: [PATCH] Test Workflow file --- .github/workflows/ccruntime-pr.yaml | 4 ++-- .../{ccruntime_e2e.yaml => ccruntime_e2e_amd.yaml} | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) rename .github/workflows/{ccruntime_e2e.yaml => ccruntime_e2e_amd.yaml} (93%) diff --git a/.github/workflows/ccruntime-pr.yaml b/.github/workflows/ccruntime-pr.yaml index f1993c20..b7cbbf43 100644 --- a/.github/workflows/ccruntime-pr.yaml +++ b/.github/workflows/ccruntime-pr.yaml @@ -2,7 +2,7 @@ name: ccruntime e2e test for PR on: pull_request_target: branches: - - 'main' + - 'amd_test' types: - opened - synchronize @@ -14,7 +14,7 @@ on: jobs: e2e-pr: if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }} - uses: ./.github/workflows/ccruntime_e2e.yaml + uses: ./.github/workflows/ccruntime_e2e_amd.yaml with: target-branch: ${{ github.event.pull_request.base.ref }} commit-hash: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e_amd.yaml similarity index 93% rename from .github/workflows/ccruntime_e2e.yaml rename to .github/workflows/ccruntime_e2e_amd.yaml index 788eb2f0..7d3e7219 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e_amd.yaml @@ -20,12 +20,9 @@ jobs: fail-fast: false matrix: runtimeclass: - - "kata-qemu" - - "kata-clh" + - "kata-snp" instance: - - "az-ubuntu-2004" - - "az-ubuntu-2204" - - "s390x" + - "amd-milan-coco-ci-ubuntu2004-001" exclude: - runtimeclass: "kata-clh" instance: "s390x"