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

E2e improvements #1011

Merged
merged 2 commits into from
Nov 7, 2020
Merged

E2e improvements #1011

merged 2 commits into from
Nov 7, 2020

Conversation

mikehelmick
Copy link
Contributor

Proposed Changes

  • Fix race condition in e2e-runner
  • Actually generate an HMAC secret (instead of using 00000...)
  • make both e2e runners run "at the same time" some of the time

Release Note

e2e-runner improvements, fixes race condition

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikehelmick

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-cla google-cla bot added the cla: yes Auto: added by CLA bot when all committers have signed a CLA. label Nov 7, 2020
@@ -190,7 +190,7 @@ resource "google_cloud_run_service_iam_member" "e2e-runner-invoker" {
resource "google_cloud_scheduler_job" "e2e-default-workflow" {
name = "e2e-default-workflow"
region = var.cloudscheduler_location
schedule = "0,10,20,30,40,50 * * * *"
schedule = "0,10,20,30,40,50,55 * * * *"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*/5 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the idea was that they both run at the time at 0 and 55 and run on 5 minute offsets the rest of the time.

@yegle
Copy link
Contributor

yegle commented Nov 7, 2020

/lgtm
/hold

@mikehelmick
Copy link
Contributor Author

/unhold

@google-oss-robot google-oss-robot merged commit d2c6777 into google:main Nov 7, 2020
@mikehelmick mikehelmick deleted the e2eImprovements branch November 7, 2020 00:23
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Auto: added by CLA bot when all committers have signed a CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants