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 separate cache for long-running tests #3293

Merged
merged 6 commits into from
Jul 21, 2023

Commits on Jul 21, 2023

  1. Add separate cache for unit tests.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    276ec9d View commit details
    Browse the repository at this point in the history
  2. share cache with gitlab tests too.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a16b0e7 View commit details
    Browse the repository at this point in the history
  3. share cache with github integration tests.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    151b28e View commit details
    Browse the repository at this point in the history
  4. explicitly download modules in unit test job

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ab76f22 View commit details
    Browse the repository at this point in the history
  5. checkout needs to be before the go.mod is read.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    52c878f View commit details
    Browse the repository at this point in the history
  6. checkout needs to be before the go.sum files are hashed.

    Signed-off-by: Spencer Schrock <sschrock@google.com>
    spencerschrock committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    701e044 View commit details
    Browse the repository at this point in the history