Skip to content

Commit

Permalink
Test Workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdithyaKrishnan committed Feb 13, 2024
1 parent 345b1c4 commit 95bacba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccruntime-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ccruntime e2e test for PR
on:
pull_request_target:
branches:
- 'main'
- 'amd_test'
types:
- opened
- synchronize
Expand All @@ -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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 95bacba

Please sign in to comment.