-
Notifications
You must be signed in to change notification settings - Fork 137
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
feat(RELEASE-927): add e2e tests for multi-arch #1230
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
magefiles/magefile.go
Outdated
return fmt.Errorf("error when building/pushing a tekton pipeline bundle: %v", err) | ||
} | ||
klog.Infof("SETTING ENV VAR %s to value %s\n", constants.CUSTOM_MULTI_ARCH_PIPELINE_BUILD_BUNDLE_ENV, newRemotePipeline.String()) | ||
os.Setenv(constants.CUSTOM_MULTI_ARCH_PIPELINE_BUILD_BUNDLE_ENV, newRemotePipeline.String()) |
Check warning
Code scanning / gosec
Errors unhandled.
…1216) * feat(STONEINTG-937): add nightly Gitlab webhooks cleanup Signed-off-by: Kasem Alem <[email protected]> * chore(STONEINTG-937): improve function names and comments Signed-off-by: Dheeraj<[email protected]> * fix: list all gitlab hooks --------- Signed-off-by: Kasem Alem <[email protected]> Signed-off-by: Dheeraj<[email protected]> Co-authored-by: Dheeraj Singh Jodha <[email protected]> Co-authored-by: Pavel Sturc <[email protected]>
PR needs rebase. 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. |
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Issue ticket number and link
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: