-
Notifications
You must be signed in to change notification settings - Fork 207
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
[ART-7273] add modifications to support go wrapper #3309
Merged
openshift-merge-robot
merged 1 commit into
openshift-eng:rhel-9-golang-1.20
from
Ximinhan:rhel-9-golang-1.20
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,11 @@ content: | |
branch: | ||
target: rhel-9-golang-1.20 | ||
url: [email protected]:openshift/ocp-build-data.git | ||
modifications: | ||
- action: add | ||
doozer_source: golang_builder_FIPS_wrapper.sh | ||
path: images/go_wrapper.sh | ||
overwriting: true | ||
enabled_repos: | ||
- rhel-9-server-ose-build-rpms | ||
- rhel-9-baseos-rpms | ||
|
@@ -25,8 +30,9 @@ name: openshift/golang-builder | |
owners: | ||
- [email protected] | ||
|
||
additional_tags: | ||
- 'rhel_9_golang_1.20' | ||
- 'rhel_9_1.20' | ||
# Don't add floating tag to FoD builder for now, until we confident CPASS can use it | ||
# additional_tags: | ||
# - 'rhel_9_golang_1.20' | ||
# - 'rhel_9_1.20' | ||
maintainer: | ||
component: Release |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
doozer
is running the rebase code, so would have access to the shell file of the current commit. Think it'd be nicer to not add a network call tomaster
, but to load the file while rebasing.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.
the way to use modification method is trying to not add extra logic in images:rebase. I tried to no using URL but that seems the only pattern that ADD modification support. Unless we try to add relative path for add modification function in doozer, I added openshift-eng/doozer@253992d