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

GCP endpoint ready test needs to set the name of the cluster #704

Merged
merged 3 commits into from
Jun 29, 2020

Commits on Jun 27, 2020

  1. GCP endpoint ready test needs to set the name of the cluster

    * Modify get_kf_testing_cluster.py so we can output to a YAML file
      information about the cluster that we matched against.
    
      * This is necessary to allow getting information such as the name of
        the deployment in subsequent steps/tasks.
    
    * Refactor get_kf_testing_cluster.py so we can start using the python Fire
      module to create CLI entrypoints as opposed to using argparse.
    
      * Provide backwards compatibility with argpase
    
    Related to: GoogleCloudPlatform/kubeflow-distribution#4 endpoint ready test is failing
    Jeremy Lewi committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    73da066 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Fix lint.

    Jeremy Lewi committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    716c6f3 View commit details
    Browse the repository at this point in the history
  2. Fix lint.

    Jeremy Lewi committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6fd07ee View commit details
    Browse the repository at this point in the history