-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 consolidate test/infrastructure/docker/Makefile to Makefile #6443
🌱 consolidate test/infrastructure/docker/Makefile to Makefile #6443
Conversation
3e033e8
to
e9ea3c8
Compare
/retitle 🌱 consolidate test/infrastructure/docker/Makefile to Makefile Open question from my side:
I did not do this for generate because I thought that's not worth it. |
e9ea3c8
to
123271d
Compare
rebased :-) |
123271d
to
9c526e6
Compare
Rebased the PR /test all cc @sbueringer |
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.
Very nice, a few nits, but otherwise looks good
9c526e6
to
7927dc2
Compare
cc @sbueringer : addressed comments and rebased again 😀 |
7927dc2
to
595b452
Compare
@chrischdi One comment which should hopefully fix the verify job, otherwise lgtm (feel free to squash) |
595b452
to
d4170d7
Compare
Thank you very much! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Removes all targets in
test/infrastructure/docker/Makefile
and replaces them by equivalents inMakefile
.Reduces the effort of maintaining and syncing to the additional Makefile.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #6445
TODO:
Additional info:
Detailed list of migrated targets:
TEST_ARGS
BIN_DIR
instead oftest/infrastructure/docker/$(BIN_DIR)
release
target, does the same viarelease-manifest-dev
modificationRELEASE_DIR
, not anymore totest/infrastructure/docker/out
test/infrasturcture/docker/bin
however this directory is not in-use anymore.test/infrasturcture/docker/bin
however this directory is not in-use anymore.verify-capd
andverify-gen
which results into still testing the same.generate
target to also include capd generate targets.