-
Notifications
You must be signed in to change notification settings - Fork 92
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
Remove quincy builds/mentions from most builds/build configs. #2316
Conversation
Intentionally leaving the map from number to name in build_utils.sh for historical purposes. Signed-off-by: Dan Mick <[email protected]>
92b622d
to
66c3c98
Compare
ping for review |
ping again. reviewers, please have a look and make sure I'm not breaking something you or someone you know is relying on |
@travisn @cbodley @neha-ojha @ljflores please review |
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 to remove all build references from quincy and older.
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.
Noticing a few references to quincy still remain on your branch:
$ git grep "quincy"
attic/ceph-container-build-ceph-base-push-imgs-arm64/config/definitions/ceph-container-build-ceph-base-push-imgs-arm64.yml: default: "pacific,centos,8 quincy,centos,8 reef,centos,8"
attic/ceph-container-build-ceph-base-push-imgs/config/definitions/ceph-container-build-ceph-base-push-imgs.yml: default: "pacific,centos,8 quincy,centos,8 reef,centos,8"
attic/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml: - 'origin/quincy'
attic/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml: # build quincy on:
attic/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml: regex: .*quincy.*
ceph-rook-e2e/config/definitions/ceph-orchestrator-rook-e2e.yml: - quincy
scripts/build_utils.sh: rel="quincy"
Not sure if all should be removed, but it's worth checking. Especially:
- attic/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml
- attic/ceph-container-build-ceph-base-push-imgs/config/definitions/ceph-container-build-ceph-base-push-imgs.yml
- attic/ceph-container-build-ceph-base-push-imgs-arm64/config/definitions/ceph-container-build-ceph-base-push-imgs-arm64.yml
The other two files seem to have other older versions it them, so I would keep quincy there.
Edit: I see your comment about leaving build_utils.sh; I agree with this, it should be left. So that leaves the stuff under attic
.
@ljflores attic is intentionally "removed, no longer maintained" jobs and isn't active |
Intentionally leaving the map from number to name in build_utils.sh for historical purposes.
I need folks to carefully review this, as I've not only removed quincy from some places, but also older releases (this should help clean up the build matrix displays in Jenkins for clarity as well). Please suggest/add other reviewers for areas of expertise.