Skip to content

tests/e2e: Jenkins to GHA migration for SEV and SNP #65

tests/e2e: Jenkins to GHA migration for SEV and SNP

tests/e2e: Jenkins to GHA migration for SEV and SNP #65

Workflow file for this run

name: ccruntime e2e test for PR
on:
push
# 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') }}
uses: ./.github/workflows/ccruntime_e2e_amd.yaml
# with:
# target-branch: ${{ github.event.pull_request.base.ref }}
# commit-hash: ${{ github.event.pull_request.head.sha }}
# e2e-pr:
# if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}
# uses: ./.github/workflows/ccruntime_e2e.yaml
# with:
# target-branch: ${{ github.event.pull_request.base.ref }}
# commit-hash: ${{ github.event.pull_request.head.sha }}