Add CiMate to nightly job (#1025)

This commit is contained in:
Nikita Salnikov-Tarnovski 2020-08-17 16:36:52 +03:00 committed by GitHub
parent 0afb55ab40
commit c9887ec048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -43,6 +43,17 @@ jobs:
timeout_minutes: 60
max_attempts: 3
- name: Aggregate test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: mz1jo49x
CIMATE_CI_KEY: "Night / jdk${{matrix.java}}"
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate -v "**/TEST-*.xml"
testLatestDep:
runs-on: ubuntu-latest
steps:
@ -67,6 +78,17 @@ jobs:
timeout_minutes: 60
max_attempts: 3
- name: Aggregate test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: mz1jo49x
CIMATE_CI_KEY: "Night / latestDep"
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate -v "**/TEST-*.xml"
issue:
name: Open issue on failure
needs: [test, testLatestDep]

View File

@ -41,6 +41,7 @@ jobs:
continue-on-error: true
env:
CIMATE_PROJECT_ID: mz1jo49x
CIMATE_CI_KEY: "PR / jdk${{matrix.java}}"
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate