-
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
Restore CI in offline mode #3151
Conversation
Hello alexandre-allard-scality,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:
|
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.
LGTM
It seems RHEL8 does not work offline (don't know why just build status)
cef5b8c
to
5639f7e
Compare
History mismatchMerge commit #cef5b8ca7b0322d5562a7025931ceedcb3603057 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:
|
5639f7e
to
1bd5815
Compare
History mismatchMerge commit #30b1b5cd1488e096c5533515f155a46b628ce636 on the integration branch It is likely due to a rebase of the branch Please use the |
5e86f25
to
534b3b4
Compare
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.
Except for a small comment on disabling offline for RHEL 8, I think this is good to merge 🙂
Just wondering, how does this work with already existing snapshots which were not configured to run offline? (I guess it still works, but worth checking)
0be7f8c
to
0fb606e
Compare
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild |
0fb606e
to
7bb4c5e
Compare
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:
|
/approve |
Build failedThe build for commit did not succeed in branch w/2.9/bugfix/restore-ci-in-offline-mode. The following options are set: approve |
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:
The following options are set: approve |
Quoting keyword is now deprecated, so let's get rid of these quotes.
We restore the offline mode to ensure we check that everything is working offline during CI runs.
The proxy is used only for yum repositories. Proxy is disabled for RHEL system as there is an issue with proxy and redhat certificates
6a2a4b2
to
0088072
Compare
History mismatchMerge commit #5df8e6f4d45431c1a8be400baa7d631b9db54114 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
The following options are set: approve |
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:
The following options are set: approve |
Build failedThe build for commit did not succeed in branch bugfix/restore-ci-in-offline-mode. The following options are set: approve |
Build failedThe build for commit did not succeed in branch w/2.9/bugfix/restore-ci-in-offline-mode. 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 alexandre-allard-scality. |
Component: ci
Context:
We found some bug lately (#3120), not catched by the CI, because we're no longer testing in offline environments since #1928.
Summary:
Restore the offline mode by configuring some security groups on Openstack and using a proxy for the YUM repositories.
Acceptance criteria: