aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/dendrite.yml
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2022-04-05 15:32:30 +0200
committerGitHub <noreply@github.com>2022-04-05 15:32:30 +0200
commitc84937b85292c31411eb2329570fdbf1903582e7 (patch)
tree603672cfcab83ac6cb84620cdc1e2d566260a859 /.github/workflows/dendrite.yml
parent47be39c18e4c76f93fc35978b534ef178aafdbcf (diff)
Add Are We Synapse Yet to GHA (#2321)
* Add Are We Synapse Yet to GHA * Better output & add comments
Diffstat (limited to '.github/workflows/dendrite.yml')
-rw-r--r--.github/workflows/dendrite.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml
index 99747f79..c80a82d1 100644
--- a/.github/workflows/dendrite.yml
+++ b/.github/workflows/dendrite.yml
@@ -233,7 +233,14 @@ jobs:
- name: Summarise results.tap
if: ${{ always() }}
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap
-
+ - name: Sytest List Maintenance
+ if: ${{ always() }}
+ run: /src/show-expected-fail-tests.sh /logs/results.tap /src/sytest-whitelist /src/sytest-blacklist
+ continue-on-error: true # not fatal
+ - name: Are We Synapse Yet?
+ if: ${{ always() }}
+ run: /src/are-we-synapse-yet.py /logs/results.tap -v
+ continue-on-error: true # not fatal
- name: Upload Sytest logs
uses: actions/upload-artifact@v2
if: ${{ always() }}