File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
steps :
11
11
- name : Periodic Flake Report
12
12
env :
13
- FLAKE_BOT_SECRET : ${{ secrets.FLAKE_BOT_SEC }}
13
+ FLAKE_BOT_SEC : ${{ secrets.FLAKE_BOT_SEC }}
14
14
run : |
15
15
git clone -b v0.1.0 https://github.com/operator-framework/flake-analyzer.git
16
16
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
19
19
- name : Archive Reoport artifacts # test results are only uploaded if any of the e2e tests fails
20
20
uses : actions/upload-artifact@v2
21
21
with :
You can’t perform that action at this time.
0 commit comments