Skip to content

Conversation

@anithapriyanatarajan
Copy link
Contributor

Changes

Addresses the issue #2670 to migrate nightly release infrastructure from Azure to GHA with ephemeral clusters.

Core Infrastructure

  1. .github/actions/setup-tekton/ - Composite action that:

    • Creates Kind cluster
    • Installs Tekton Pipeline, Triggers, and Chains
    • Configures Chains for sigstore signing with GitHub OIDC
    • Sets up namespaces and RBAC
  2. .github/workflows/nightly-release-template.yml - Reusable workflow that:

    • Orchestrates the entire release process
    • Triggers existing Tekton pipelines without modification
    • Collects artifacts, logs, and execution history
    • Generates GitHub-native attestations

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

  1. Test workflow (test-tekton-setup.yml) - Validates the setup
  2. Migration script (scripts/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.

@tekton-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign jerop after the PR has been reviewed.
You can assign the PR to them by writing /assign @jerop in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added kind/feature Categorizes issue or PR as related to a new feature. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Jul 4, 2025
@tekton-robot tekton-robot requested review from JeromeJu and wlynch July 4, 2025 07:53
@tekton-robot tekton-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jul 4, 2025
@anithapriyanatarajan anithapriyanatarajan changed the title [DO NOT MERGE-WIP] migrate nightly to github actions #2670 [DO NOT MERGE-WIP] migrate nightly to github actions Jul 4, 2025
@afrittoli
Copy link
Member

Thanks @anithapriyanatarajan, let me know once this is ready for review

@AlanGreene
Copy link
Member

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.

@tekton-robot tekton-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jul 16, 2025
@anithapriyanatarajan
Copy link
Contributor Author

/test all

@tekton-robot
Copy link
Contributor

@anithapriyanatarajan: No jobs can be run with /test all.
The following commands are available to trigger required jobs:

  • /test pull-dogfooding-mario-test
  • /test pull-tekton-plumbing-check-testgrid-config

In response to this:

/test all

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.

@anithapriyanatarajan anithapriyanatarajan force-pushed the nightly-to-gha branch 9 times, most recently from 1c480f0 to bb8f028 Compare July 17, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants