[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: enable flakybot for nightly/continuous ITs (#1104)
Browse files Browse the repository at this point in the history
* chore: enable flakybot on integration test jobs
  • Loading branch information
rajatbhatta committed Jan 17, 2023
1 parent cbc8040 commit f34407d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .kokoro/continuous/integration-cloud-devel.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ env_vars: {
key: "REPORT_COVERAGE"
value: "true"
}

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
}
5 changes: 5 additions & 0 deletions .kokoro/continuous/integration-cloud-staging.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ env_vars: {
key: "REPORT_COVERAGE"
value: "true"
}

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
}
16 changes: 5 additions & 11 deletions .kokoro/nightly/integration-cloud-devel.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ env_vars: {
value: "integration-cloud-devel"
}

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "span-cloud-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "span-cloud-testing"
}

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-client-testing"
Expand All @@ -31,3 +20,8 @@ env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-client-testing"
}

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
}
16 changes: 5 additions & 11 deletions .kokoro/nightly/integration-cloud-staging.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ env_vars: {
value: "integration-cloud-staging"
}

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "span-cloud-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "span-cloud-testing"
}

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-client-testing"
Expand All @@ -31,3 +20,8 @@ env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-client-testing"
}

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
}

0 comments on commit f34407d

Please sign in to comment.