-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Implement ok-to-test-tdx
label
#9
Comments
I'm still in the process of testing this on my fork, but here's how it's currently implemented. A new workflow tdx-tests-only.yaml
This passes in the run_only_tdx_tests var to the run-kata-coco-tests.yaml workflow. For any job, except the target job, if that var is set, the job will not run.
Does that make sense? |
I changed to pull_request from pull_request_target and tested on my fork (just with an echo command). Next I'll create a PR upstream and document this feature both here and in that PR. |
Just the dump info in the form of a PR - then we move on. |
Create draft PR. Will update with more explanation/documentation. |
Acceptance criteria:
ok-to-test-tdx
label only triggers the following test:kata-containers-ci-on-push / run-kata-coco-tests / run-k8s-tests-on-tdx
You will most likely want to test things in a separate repo that you own: workflows using the
pull_request_target
don't take into account YAML changes in PRs.The text was updated successfully, but these errors were encountered: