Skip to content

Commit

Permalink
Jenkins to GHA migration for SEV and SNP
Browse files Browse the repository at this point in the history
This PR is to migrate the AMD SEV and SNP e2e tests from Jenkins to GHA.
Includes some fixes suggested by ldoktor and fitzthum.
Builds on top of PR #295

Signed-off-by: Adithya Krishnan Kannan <[email protected]>
  • Loading branch information
AdithyaKrishnan committed Mar 8, 2024
1 parent 4828f0f commit 3c27557
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ccruntime-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: ccruntime e2e test for PR
on:
pull_request_target:
branches:
- 'main'
types:
- opened
- synchronize
- reopened
- labeled
paths-ignore:
- 'docs/**'
pull_request_target:
branches:
- 'main'
types:
- opened
- synchronize
- reopened
- labeled
paths-ignore:
- 'docs/**'
jobs:
e2e-pr-amd:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccruntime_e2e_amd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ccruntime e2e tests amd sev
name: ccruntime e2e tests AMD SEV and SNP
on:
workflow_call:

Expand Down

0 comments on commit 3c27557

Please sign in to comment.