Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Create e2e-runner service. #417

Merged
merged 5 commits into from
Aug 30, 2020
Merged

Commits on Aug 29, 2020

  1. Create e2e-runner service.

    This commit refactored the existing e2e-test CLI into a web service.
    
    It currently provides /default and /revise handlers, maps to the
    `-revise=false` and `-revise=true` flag of the original CLI.
    
    This service is currently guarded by an IAM policy to avoid hammering
    the API servers repeatedly.
    yegle committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    e6f39f9 View commit details
    Browse the repository at this point in the history
  2. small fix: remove unused code.

    yegle committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    56f1f36 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    490e022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04aaff3 View commit details
    Browse the repository at this point in the history
  3. Add observability configs.

    yegle committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    6bfe817 View commit details
    Browse the repository at this point in the history