Skip to content

Commit 4dba0ae

Browse files
committed
[ci] improve xqts workflow II
Artefact upload is now the last step in the xqts job. This is to have meaningful comparisons in runs on the develop branch itself.
1 parent a51dd50 commit 4dba0ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci-xqts.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ jobs:
4242
name: exist-xqts-runner-hprof
4343
retention-days: 1
4444
path: /tmp/*.hprof.zst
45-
- name: Archive XQTS Logs
46-
if: always()
47-
uses: actions/upload-artifact@v7
48-
with:
49-
name: xqts-logs
50-
retention-days: 14
51-
path: /tmp/xqts-output
5245
- name: Get List of Previous XQTS Logs
5346
run: |
5447
curl \
@@ -84,3 +77,10 @@ jobs:
8477
xqts.current.junit-data-path=/tmp/xqts-output/junit/data
8578
- name: Show Comparison Results
8679
run: cat /tmp/comparison-results.xml
80+
- name: Archive XQTS Logs
81+
if: always()
82+
uses: actions/upload-artifact@v7
83+
with:
84+
name: xqts-logs
85+
retention-days: 14
86+
path: /tmp/xqts-output

0 commit comments

Comments
 (0)