Skip to content
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

The minikube test should not be running the jsonnet unittests. #1545

Merged
merged 1 commit into from Sep 17, 2018

Conversation

jlewi
Copy link
Contributor

@jlewi jlewi commented Sep 17, 2018


This change is Reviewable

* jsonnet unittests are now run by a separate E2E workflow.
* The jsonnet tests when run as part of minikube were failing because they
  were not updated as part of kubeflow#1437

* Fix kubeflow#1543 failing postsubmits.
@jlewi
Copy link
Contributor Author

jlewi commented Sep 17, 2018

/assign @kkasravi
/assign @lluunn

"testing.test_jsonnet",
"--artifacts_dir=" + artifactsDir,
"--test_files_dirs=" + srcDir + "/kubeflow",
"--jsonnet_path_dirs=" + srcDir,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need --jsonnet_path_dirs=" + srcDir + "," + srcRootDir + "/kubeflow/testing/workflows/lib/v1.7.0"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in this file. This Argo workflow should not be running the jsonnet tests.

We use unit_tests.jsonnet workflow to run the jsonnet unittests and you already updated that file to set jsonnet_path_dirs
https://github.com/kubeflow/kubeflow/blob/master/testing/workflows/components/unit_tests.jsonnet#L116

@jlewi
Copy link
Contributor Author

jlewi commented Sep 17, 2018

Test failure looks like a flake with the argo test; There is an issue to try to make this test more robust;
#1407

@jlewi
Copy link
Contributor Author

jlewi commented Sep 17, 2018

/test all

@pdmack
Copy link
Member

pdmack commented Sep 17, 2018

/approve
/lgtm

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pdmack

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit d605529 into kubeflow:master Sep 17, 2018
saffaalvi pushed a commit to StatCan/kubeflow that referenced this pull request Feb 11, 2021
…low#1545)

* jsonnet unittests are now run by a separate E2E workflow.
* The jsonnet tests when run as part of minikube were failing because they
  were not updated as part of kubeflow#1437

* Fix kubeflow#1543 failing postsubmits.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants