Skip to content

Commit e09c927

Browse files
authored
chore: remove flakybot configuration (long retired) (#4145)
* chore: remove flakybot configuration (long retired) * chore: keep flakybot.yml ignored, remove in later PR
1 parent 3737e22 commit e09c927

20 files changed

+0
-228
lines changed

.github/flakybot.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/ai-platform-snippets.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,3 @@ jobs:
8080
GOOGLE_SAMPLES_PROJECT: "long-door-651"
8181
LOCATION: ${{ steps.secrets.outputs.location }}
8282
CAIP_PROJECT_ID: ${{ steps.secrets.outputs.caip_id }}
83-
- name: upload test results for FlakyBot workflow
84-
if: github.event.action == 'schedule' && always()
85-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
86-
env:
87-
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
88-
with:
89-
name: test-results
90-
path: ai-platform/snippets/${{ env.MOCHA_REPORTER_OUTPUT }}
91-
retention-days: 1
92-
flakybot:
93-
permissions:
94-
contents: 'read'
95-
id-token: 'write'
96-
if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail
97-
uses: ./.github/workflows/flakybot.yaml
98-
needs: [test]

.github/workflows/compute.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ jobs:
4343
with:
4444
name: 'compute'
4545
path: 'compute'
46-
flakybot:
47-
permissions:
48-
contents: 'read'
49-
id-token: 'write'
50-
if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail
51-
uses: ./.github/workflows/flakybot.yaml
52-
needs: [test]

.github/workflows/custard-ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,3 @@ jobs:
176176
run: |
177177
timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
178178
make test dir=${{ matrix.path }}
179-
# - name: Upload test results for FlakyBot workflow
180-
# if: github.event.action == 'schedule' && always() # always() submits logs even if tests fail
181-
# uses: actions/upload-artifact@v4
182-
# with:
183-
# name: test-results
184-
# path: ${{ matrix.package }}/${{ env.MOCHA_REPORTER_OUTPUT }}
185-
# retention-days: 1

.github/workflows/dataproc.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ jobs:
4343
with:
4444
name: 'dataproc'
4545
path: 'dataproc'
46-
flakybot:
47-
permissions:
48-
contents: 'read'
49-
id-token: 'write'
50-
if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail
51-
uses: ./.github/workflows/flakybot.yaml
52-
needs: [test]

.github/workflows/datastore-functions.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ jobs:
4343
with:
4444
name: 'datastore-functions'
4545
path: 'datastore/functions'
46-
flakybot:
47-
permissions:
48-
contents: 'read'
49-
id-token: 'write'
50-
if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail
51-
uses: ./.github/workflows/flakybot.yaml
52-
needs: [test]

.github/workflows/dialogflow-cx.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,3 @@ jobs:
8282
AGENT_ID: ${{ steps.secrets.outputs.agent_id }}
8383
TEST_ID: ${{ steps.secrets.outputs.test_id }}
8484
AGENT_PROJECT_ID: nodejs-docs-samples-tests
85-
- name: upload test results for FlakyBot workflow
86-
if: github.event.action == 'schedule' && always()
87-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
88-
env:
89-
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
90-
with:
91-
name: test-results
92-
path: dialogflow-cx/${{ env.MOCHA_REPORTER_OUTPUT }}
93-
retention-days: 1
94-
flakybot:
95-
permissions:
96-
contents: 'read'
97-
id-token: 'write'
98-
if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail
99-
uses: ./.github/workflows/flakybot.yaml
100-
needs: [test]

.github/workflows/dlp.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ jobs:
4343
with:
4444
name: 'dlp'
4545
path: 'dlp'
46-
flakybot:
47-
permissions:
48-
contents: 'read'
49-
id-token: 'write'
50-
if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail
51-
uses: ./.github/workflows/flakybot.yaml
52-
needs: [test]

.github/workflows/document-ai.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ jobs:
4343
with:
4444
name: 'document-ai'
4545
path: 'document-ai'
46-
flakybot:
47-
permissions:
48-
contents: 'read'
49-
id-token: 'write'
50-
if: github.event_name == 'schedule' && always() # always() submits logs even if tests fail
51-
uses: ./.github/workflows/flakybot.yaml
52-
needs: [test]

.github/workflows/flakybot.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)