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

Commit

Permalink
chore: Disabling flakybot (#514)
Browse files Browse the repository at this point in the history
* chore: Disabling flakybot

* Update owlbot.py

* 馃 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update integration.cfg

* Update samples.cfg

* Update java11-integration.cfg

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
ddixit14 and gcf-owl-bot[bot] committed Feb 8, 2023
1 parent 0b2aacc commit 1522ecb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kokoro/nightly/integration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env_vars: {

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

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/nightly/java11-integration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env_vars: {

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

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/nightly/samples.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ env_vars: {

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
value: "false"
}
5 changes: 4 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
'.github/workflows/samples.yaml',
'.kokoro/dependencies.sh',
'.github/ISSUE_TEMPLATE/bug_report.md',
'.github/ISSUE_TEMPLATE/feature_request.md'
'.github/ISSUE_TEMPLATE/feature_request.md',
'.kokoro/nightly/integration.cfg',
'.kokoro/nightly/java11-integration.cfg',
'.kokoro/nightly/samples.cfg'
])

0 comments on commit 1522ecb

Please sign in to comment.