-
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
Force sos dependency on an older version #3388
Conversation
For now, we stick to a version before 4.0.0 as it is not compatible with this one. Refs: #3387
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1acbec6
to
96ab5de
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Instead of passing the exact version, we can now provide a constraint (<, >, <=, >=) if we don't need a specific version but we want to exclude some. Refs: #3387
96ab5de
to
8bfdfc7
Compare
History mismatchMerge commit #96ab5de3a4fcee20637021f97501acdb776f3f7b 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 |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.8/bugfix/3387-use-older-sos-version origin/development/2.8
$ git merge origin/bugfix/3387-use-older-sos-version
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.8/bugfix/3387-use-older-sos-version 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 |
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 |
Otherwise it fails on calico pod in expansion tests
Even if the old URL still points to the new one, we are unable to correctly fetch the GPG key if we use the older.
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 w/2.8/bugfix/3387-use-older-sos-version. 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: packages
Context:
Ci builds no longer work because metalk8s-sosreport package is not compatible with latest 4.0.0 sos package
Summary:
For now, we stick to a version before 4.0.0 as it is not compatible with this one.
But, this is more a workaround to fix the CI for now as we may want to be compatible with the latest sos versions.
Acceptance criteria:
Green build
See: #3387