-
Notifications
You must be signed in to change notification settings - Fork 116
[DO NOT MERGE-WIP] migrate nightly to github actions #2671
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
base: main
Are you sure you want to change the base?
[DO NOT MERGE-WIP] migrate nightly to github actions #2671
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks @anithapriyanatarajan, let me know once this is ready for review |
|
I realise this PR isn't marked as ready for review yet, but I have a question about the project-specific workflows. Would it make sense to add these to the individual project repos instead of having them all run centrally in plumbing? They can still use the composite action and reusable workflow from plumbing. Having them in the individual project repos would provide better visibility on status to maintainers and users, as well as more direct control over the nightly release config etc. |
e56b73c to
dd68360
Compare
|
/test all |
|
@anithapriyanatarajan: No jobs can be run with
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1c480f0 to
bb8f028
Compare
ce15f64 to
f5963e0
Compare
Changes
Addresses the issue #2670 to migrate nightly release infrastructure from Azure to GHA with ephemeral clusters.
Core Infrastructure
.github/actions/setup-tekton/- Composite action that:.github/workflows/nightly-release-template.yml- Reusable workflow that:Project-Specific Workflows
Created individual workflows for the main projects:
nightly-pipeline.yml- Tekton Pipeline (5am UTC)nightly-triggers.yml- Tekton Triggers (6am UTC)nightly-dashboard.yml- Tekton Dashboard (7am UTC)nightly-chains.yml- Tekton Chains (8am UTC)Supporting Tools
test-tekton-setup.yml) - Validates the setupscripts/migrate-from-azure.sh) - Helps manage the transition/kind feature
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide
for more details.