-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add test for archive object replacement #2170
base: development/2.7
Are you sure you want to change the base?
Conversation
This is needed to avoid conflict with internal prometheus service, since we are running in the same cluster. Issue: ZENKO-4876
ServiceMonitor were not scrapped. Issue: ZENKO-4876
When an SHA1 is used which is not the tip of the branch, it is not available after a `git clone` (which fetches only commits reachable from current branches). This causes issues if a build is started while the component branch with the commit has been rewritten (rebase...) To overcome this, the safe way is to explicitely fetch the commit: which works for any commit (branch, tag, sha1). Issue: ZENKO-4876
No reason to keep separate, and it helps avoid a github bug/limitation when creating a check: and the Issue: ZENKO-4876
The trigger seem to be aws/aws-sdk-js#1678 ... causing the callback to be called twice, which is a problem in these loops. Issue: ZENKO-4925
Hello francoisferrand,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
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.
Approving because the comments are not blocking & I know they will be handled before merging
31a40f4
to
a541a97
Compare
a541a97
to
1fe721a
Compare
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command:
Alternatively, the |
85dabf0
to
5ca1dac
Compare
Issue: ZENKO-4919
5ca1dac
to
d19a7a9
Compare
We need to retry `kubectl apply`, esp as mutating web hooks may not be ready, c.f. [1]. [1] cert-manager/cert-manager#2908 Issue: ZENKO-4919
Add replacement with MPU or copyObject. Issue: ZENKO-4928
d19a7a9
to
dfa1a65
Compare
Issue: ZENKO-4928