forked from linkedin/venice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Add test reporter in E2E CI workflow
- Loading branch information
Sourav Maji
committed
Oct 30, 2024
1 parent
7566d02
commit 3935f6b
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,8 @@ | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -100,6 +102,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -153,6 +157,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -206,6 +212,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -259,6 +267,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -312,6 +322,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -365,6 +377,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -418,6 +432,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -471,6 +487,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -524,6 +542,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -577,6 +597,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -630,6 +652,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -683,6 +707,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -736,6 +762,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -789,6 +817,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -842,6 +872,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -895,6 +927,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -948,6 +982,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1001,6 +1037,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1054,6 +1092,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1107,6 +1147,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1160,6 +1202,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1213,6 +1257,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1266,6 +1312,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1319,6 +1367,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1372,6 +1422,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1425,6 +1477,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1478,6 +1532,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1531,6 +1587,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1584,6 +1642,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1637,6 +1697,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|
@@ -1691,6 +1753,8 @@ jobs: | |
find . -path "**/build/reports/*" -or -path "**/build/test-results/*" > artifacts.list | ||
rsync -R --files-from=artifacts.list . ${{ github.job }}-artifacts | ||
tar -zcvf ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz ${{ github.job }}-artifacts | ||
- name: Set Node.js Memory Limit | ||
run: echo "NODE_OPTIONS=--max-old-space-size=8192" >> $GITHUB_ENV | ||
- name: Generate Test Reports | ||
if: success() || failure() | ||
uses: dorny/[email protected] | ||
|