-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errors
Expand to view the tests failures
|
else | ||
SED="sed -i" | ||
fi | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this place a good one to bump the upgrade agent version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What file did I miss?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, no... not suggesting there is a file missing. Just checking if this file would be, in a follow-up work, the one to add bumps for the upgrade-agent version, which hurts us when the last minor version (minor.version - 2) disappears from the artifactory
outdated |
What does this PR do?
Script to update the CI/Automation scripts from a given major.minor branch to another major.minor branch.
Why is it important?
This is the very first attempt to automate the branch creation when a new minor branch is created.
We need to figure out when this script should be triggered, in addition the branch creation should be done from the
main
branch ideally, but again, that's something to be discussed.This PR is based on the changes done in #1938