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

Use Argo rather than Airflow to run our E2E tests #358

Merged
merged 35 commits into from
Feb 4, 2018

Commits on Jan 31, 2018

  1. Add an option to release.py to specify the tag for the image to use.

    * This will facilitate replacing Airflow with Argo because it will allow
      us to not rely on xcom to pass information between steps.
    
    * Instead we will just pick a label based on the prow environment variables.
    jlewi committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    50a42fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3921dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82fb9a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6c5efc View commit details
    Browse the repository at this point in the history
  5. Pull in kubeflow_testing as a submodule so that we can use the python

    scripts defined within it.
    jlewi committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    d986bf9 View commit details
    Browse the repository at this point in the history
  6. latest.

    jlewi committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    ec01981 View commit details
    Browse the repository at this point in the history
  7. Fix test util.

    jlewi committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    f43273b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Use service account.

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    6ba2f44 View commit details
    Browse the repository at this point in the history
  2. run gcloud auth login

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    47129b3 View commit details
    Browse the repository at this point in the history
  3. Fix the path.

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    3907f32 View commit details
    Browse the repository at this point in the history
  4. Fix import.

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    8895927 View commit details
    Browse the repository at this point in the history
  5. Exclude submodule.

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    d75180d View commit details
    Browse the repository at this point in the history
  6. Fix namespace.

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    94e8ee5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1568b01 View commit details
    Browse the repository at this point in the history
  8. Add credentials.

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    cb6d0c4 View commit details
    Browse the repository at this point in the history
  9. Fix the teardown step.

    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    6db9fbe View commit details
    Browse the repository at this point in the history
  10. Now that the python scripts are checked in

    Switch to HEAD on kubeflow_testing.
    jlewi committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    863e75b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    a6f0243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22cd048 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    55bc30f View commit details
    Browse the repository at this point in the history
  2. Delete the airflow files.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    25223d5 View commit details
    Browse the repository at this point in the history
  3. Fix the image.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    97523fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    081bd24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    425594c View commit details
    Browse the repository at this point in the history
  6. Fix the workflow.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    9c100f9 View commit details
    Browse the repository at this point in the history
  7. Fix it.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    58a1e44 View commit details
    Browse the repository at this point in the history
  8. Fix paths.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    2e096cc View commit details
    Browse the repository at this point in the history
  9. Fix path.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    5d87458 View commit details
    Browse the repository at this point in the history
  10. Set workingDir.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    91a8c8e View commit details
    Browse the repository at this point in the history
  11. Fix path.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    754b50a View commit details
    Browse the repository at this point in the history
  12. Fix the test.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    8851265 View commit details
    Browse the repository at this point in the history
  13. Fix lint.

    jlewi committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    52182fe View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Fix lint.

    jlewi committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    8227da5 View commit details
    Browse the repository at this point in the history
  2. Autoformat jsonnet files.

    jlewi committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    a21a009 View commit details
    Browse the repository at this point in the history
  3. Fix the README.

    jlewi committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    6f85585 View commit details
    Browse the repository at this point in the history