-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore: Add push to OCP bundle in CI #1221
Conversation
dahalperin
commented
Dec 24, 2024
- push ocp-bundle on every merge
- tag format is short sha commit
- push ocp-bundle on every merge - tag format is short sha commit Signed-off-by: Dana Halperin <[email protected]>
Pull Request Test Coverage Report for Build 12482315296Details
💛 - Coveralls |
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 about the adjustments we discussed a couple weeks ago?
export DEFAULT_CHANNEL=v1.1 # hard coded | ||
export CHANNELS=stable,v1.1 # hard coded | ||
export VERSION=1.1.0-${{ env.VERSION_WITH_PREFIX }} # using the commit hash |
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 are these versions?
Why should they be hard coded?
@rollandf ?
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.
These are the versions of the bundle/application
Since that here we are building on every commit, there is no real
version. That's why they are hard coded.
@maze88 Did you comment on the PR and request changes there? |
No, Dana and I did a couple of sessions over MSteams. |
I suggest to leave comments using GitHub so that everybody will be aware of them. |