-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fixes Change the application component to agree with kubernetes-sigs application CRD #2154
Conversation
This PR is failing at INFO|2019-01-10T03:12:03|test_jsonnet_formatting.py:51| Running test_jsonnet_formatting
usage: test_jsonnet_formatting.py [-h] [--src_dir SRC_DIR]
[--exclude_dirs EXCLUDE_DIRS]
test_jsonnet_formatting.py: error: unrecognized arguments: --project=kubeflow-ci --artifacts_dir=/mnt/test-data-volume/kubeflow-presubmit-unittests-2154-30d1608-4
974-d87b/output/artifacts
INFO|2019-01-10T03:12:03|test_helper.py:62| Writing file: /mnt/test-data-volume/kubeflow-presubmit-unittests-2154-30d1608-4974-d87b/output/artifacts/junit_test-js
onnet-formatting.xml Is there a mismatch between kubeflow/testing and kubeflow/kubeflow? |
I think you need to remove the flag --artifacts_dir
We recently changed test_jsonnet_formatting to raise an error on unknown args rather than just ignoring them. We always checkout HEAD of extra repos like kubeflow/testing so these types of breaks can occur
Pinning extra repos to specific versions is one way to prevent those types of breaks. |
/retest |
# builds a set of inputs to be used with envsubst for env.sh | ||
# writeEnv updates env.sh when any env var changes | ||
# eg: envsubst < input.tmpl > env.sh | ||
INPUT+=('PLATFORM=$PLATFORM\n' |
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.
Much nicer thanks!
/lgtm I think you just need to fix the test. |
/retest |
@jlewi katib is catching a sync failure in Metacontroller which occasionally happens when the object has been modified during sync processing. Error is harmless.... i should be able to resolve by tomorrow |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi, kkasravi 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 |
…application CRD (kubeflow#2154) * snapshot * snapshot * snapshot * snapshot * snapshot * mostly working, compositecontroller shouldn't add itself as a childResource * generate application regardless of emitController value * snapshot * better debug info * debugging why objects are being deleted * snapshot * stable * fmt errors, unit test error * /retest * /retest * /retest * /retest * /retest * update example script * update example script * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest
…application CRD (kubeflow#2154) * snapshot * snapshot * snapshot * snapshot * snapshot * mostly working, compositecontroller shouldn't add itself as a childResource * generate application regardless of emitController value * snapshot * better debug info * debugging why objects are being deleted * snapshot * stable * fmt errors, unit test error * /retest * /retest * /retest * /retest * /retest * update example script * update example script * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest * /retest
fixes #1856, #1831
This change is