-
Notifications
You must be signed in to change notification settings - Fork 45
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 behaviour to remove older backups #4038
Add behaviour to remove older backups #4038
Conversation
Hello eg-ayoub,My role is to assist you with the merge of this Status report is not available. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
a673ca4
to
5c758c2
Compare
History mismatchMerge commit #a673ca4144a3770437adf77cefb02354e0e381e8 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
5c758c2
to
9024149
Compare
History mismatchMerge commit #5c758c2c227a351556a5446f0e2bc910f1b67790 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
9024149
to
ed1f43f
Compare
History mismatchMerge commit #9024149191d6ff1c7e5c60e7bbe7ad0951f71c4b on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
6ea7783
to
3f019f9
Compare
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
77d1194
to
0488f74
Compare
History mismatchMerge commit #77d119464661f240a8549595ec528d9121917719 on the integration branch It is likely due to a rebase of the branch Please use the |
eed7d05
to
6b59822
Compare
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
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.
Just a last comment otherwise LGTM
6b59822
to
be4b3c5
Compare
History mismatchMerge commit #6b59822ed97a1098f6f653ad40535f189b8ddc97 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
@when(parsers.parse("we wait {seconds} seconds for the {job} job to complete")) | ||
def wait_for_job(host, seconds, job): | ||
with host.sudo(): | ||
res = host.run( | ||
"kubectl --kubeconfig=/etc/kubernetes/admin.conf " | ||
f"wait --for=condition=complete --timeout={seconds}s " | ||
f"job -l app.kubernetes.io/name={job} -A" | ||
) | ||
assert res.rc == 0, res.stdout |
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.
Cool a generic one 👍
/approve |
Build failedThe build for commit did not succeed in branch w/125.0/improvement/purge-older-backup-archives-1. The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye eg-ayoub. |
No description provided.