-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 support for log specific flags in release-0.6 branch #942
Restore support for log specific flags in release-0.6 branch #942
Conversation
/test pull-metrics-server-test-version |
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.
I'm a little confused, Why does the pull-metrics-server-test-version test fail so frequently, for the same reason
IMAGE=gcr.io/k8s-staging-metrics-server/metrics-server-s390x:0b88642818de7674519fd87d6bd84c89 EXPECTED_ARCH=s390x EXPECTED_VERSION=v0.6.0 ./test/test-image.sh
WARNING: The requested image's platform (linux/s390x) does not match the detected host platform (linux/amd64) and no specific platform was requested
WARNING: The requested image's platform (linux/s390x) does not match the detected host platform (linux/amd64) and no specific platform was requested
cat: ./docs/command-line-flags.txt: No such file or directory
make[1]: *** [Makefile:133: test-image] Error 1
make[1]: Leaving directory '/home/prow/go/src/sigs.k8s.io/metrics-server'
make: *** [Makefile:137: test-image-all] Error 2
+ EXIT_VALUE=2
+ set +o xtrace
/cc @serathius
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.
/retest
@@ -20,3 +20,12 @@ if [[ "${CONTAINER_VERSION}" != "${EXPECTED_VERSION}" ]] ; then | |||
exit 1 | |||
fi | |||
|
|||
CLI_HELP="$(docker run --rm ${IMAGE} --help | sed 's/[ \t]*$//')" |
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.
This code should not be added without adding ./docs/command-line-flags.txt
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.
I don't think it's even needed
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.
OK. I have updated.
b55cb0a
to
487d79a
Compare
/test pull-metrics-server-test-version |
487d79a
to
6f68474
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: serathius, yangjunmyfm192085 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:
Restore support for log specific flags in release-0.6 branch
/cc @serathius
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 #
part of #941