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"