Skip to content

Commit 873df58

Browse files
author
bowenislandsong
committed
why
1 parent 382e2e8 commit 873df58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flake-analyzer-periodics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
steps:
1111
- name: Periodic Flake Report
1212
env:
13-
FLAKE_BOT_SECRET: ${{ secrets.FLAKE_BOT_SEC }}
13+
FLAKE_BOT_SEC: ${{ secrets.FLAKE_BOT_SEC }}
1414
run: |
1515
git clone -b v0.1.0 https://github.com/operator-framework/flake-analyzer.git
1616
cd ./flake-analyzer
17-
make report-last-7-days OWNER=operator-framework REPO=operator-lifecycle-manager TOKEN=$FLAKE_BOT_SECRET TEST_SUITE=e2e-test-output OUTPUT_FILE=./report/artifacts/flake-report-last-7-days-$(date +"%m-%d-%Y").yaml
18-
make report-prev-7-days OWNER=operator-framework REPO=operator-lifecycle-manager TOKEN=$FLAKE_BOT_SECRET TEST_SUITE=e2e-test-output OUTPUT_FILE=./report/artifacts/flake-report-prev-7-days-$(date +"%m-%d-%Y").yaml
17+
make report-last-7-days OWNER=operator-framework REPO=operator-lifecycle-manager TOKEN=$FLAKE_BOT_SEC TEST_SUITE=e2e-test-output OUTPUT_FILE=./report/artifacts/flake-report-last-7-days-$(date +"%m-%d-%Y").yaml
18+
make report-prev-7-days OWNER=operator-framework REPO=operator-lifecycle-manager TOKEN=$FLAKE_BOT_SEC TEST_SUITE=e2e-test-output OUTPUT_FILE=./report/artifacts/flake-report-prev-7-days-$(date +"%m-%d-%Y").yaml
1919
- name: Archive Reoport artifacts # test results are only uploaded if any of the e2e tests fails
2020
uses: actions/upload-artifact@v2
2121
with:

0 commit comments

Comments
 (0)