Skip to content

Commit 2bf9530

Browse files
Merge pull request #1717 from Bowenislandsong/total_test
Add Total Test Number to report
2 parents a5de023 + 0652f7f commit 2bf9530

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- run: make -f x.mk e2e-local NODES=2 JUNIT_DIRECTORY=./artifacts/
13-
- name: Archive Test Artifacts # test results are only uploaded if any of the e2e tests fails
14-
if: ${{ failure() }}
13+
- name: Archive Test Artifacts # test results, failed or not, are always uploaded.
14+
if: ${{ always() }}
1515
uses: actions/upload-artifact@v2
1616
with:
1717
name: e2e-test-output-${{(github.event.pull_request.head.sha||github.sha)}}-${{ github.run_id }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
TEST_SUITE: e2e-test-output
1414
TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
run: |
16-
git clone -b v0.1.1 https://github.com/operator-framework/flake-analyzer.git
16+
git clone -b v0.1.2 https://github.com/operator-framework/flake-analyzer.git
1717
cd ./flake-analyzer
1818
make report-today OUTPUT_FILE=./report/artifacts/flake-report-today-$(date +"%m-%d-%Y").yaml
1919
make report-last-7-days OUTPUT_FILE=./report/artifacts/flake-report-last-7-days-$(date +"%m-%d-%Y").yaml

0 commit comments

Comments
 (0)