-
Notifications
You must be signed in to change notification settings - Fork 314
ci: Add GH workflow to ensure pipelines new index image is an upgrade #8819
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?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aThorp96 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 |
🤖 Gemini AI Assistant AvailableHi @aThorp96! I'm here to help with your pull request. You can interact with me using the following commands: Available Commands
How to Use
PermissionsOnly OWNER, MEMBER, or COLLABORATOR users can trigger my responses. This ensures secure and appropriate usage. This message was automatically added to help you get started with the Gemini AI assistant. Feel free to delete this comment if you don't need assistance. |
|
🤖 Hi @aThorp96, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
The description says "This adds a CI job which runs any time a pipelines index is changed ...", but wouldn't it run on any configuration change (e.g. any deploy.yaml change)? If that's the case, what will be the effect if I change a TektonConfig option for example? |
157a365 to
a32aeae
Compare
Pipelines nightly builds use an incrementing build number to determine when to upgrade. If an index is used which has a lower build number than the currently-deployed build, the operator silently skips the upgrade. This adds a CI job which runs any time a pipelines index is changed and warns the the PR author when a new index will not result in an upgrade.
a32aeae to
ae8cecc
Compare
|
@aThorp96: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Pipelines nightly builds use an incrementing build number to determine when to upgrade. If an index is used which has a lower build number than the currently-deployed build, the operator silently skips the upgrade.
This adds a CI job which runs any time a pipelines index is changed and warns the the PR author when a new index will not result in an upgrade.
An example of the output can be seen in this PR:

