Skip to content

Commit

Permalink
ci: disable flakybot on unit tests (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Nov 6, 2023
1 parent 03a22a9 commit aa701ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,7 @@ jobs:
run: |
go install github.com/jstemmer/go-junit-report/v2@latest
go-junit-report -in test_results.txt -set-exit-code -out unit_sponge_log.xml
- name: FlakyBot
# only run flakybot on periodic (schedule) and continuous (push) events
if: ${{ (github.event_name == 'schedule' || github.event_name == 'push') && always() }}
run: |
curl https://github.com/googleapis/repo-automation-bots/releases/download/flakybot-1.1.0/flakybot -o flakybot -s -L
chmod +x ./flakybot
./flakybot --repo ${{github.repository}} --commit_hash ${{github.sha}} --build_url https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
e2e:
name: e2e tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa701ad

Please sign in to comment.