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

Add more tests to the subgraph we created to run the tests. #1342

Merged
merged 3 commits into from
Aug 13, 2018

Commits on Aug 11, 2018

  1. Add more tests to the subgraph we created to run the tests.

    * Update wait_for_deployment.py to use KUBECONFIG so its not limited to GKE.
    
    * I don't think we actually need wait_for_deployment; all it does is wait
      for the CRD to be created and that's not very useful. It would
      be better to wait for the actual controller deployments to start.
    
    * Create a script wait_for_kubeflow based on deploy_kubeflow.py that
      waits for Kubeflow to be deployed and performs basic checks like
      ensuring everything started correctly.
    
    * Fix a typo in wait_for_kubeflow
    * Add steps to copy artifacts to prow bucket.
    * Create a workflow for unittests."
    
    * Don't run workflows.jsonnet on presubmit; we use kfctl_test now.
    
    * Add an option to kfctl_test to not delete the cluster; useful
      for leaving it up to debug tests.
    jlewi committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    4177c16 View commit details
    Browse the repository at this point in the history
  2. latest.

    jlewi committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    195fc6b View commit details
    Browse the repository at this point in the history
  3. Autoformat.

    jlewi committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    b14a2bb View commit details
    Browse the repository at this point in the history