File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1717 - name : Checkout repository
1818 uses : actions/checkout@v4
1919
20+ - name : Set CI metadata for kdevops-results-archive
21+ run : |
22+ echo "$(basename ${{ github.repository }}" > ci.trigger
23+ git log -1 --pretty=format:"%s" > ci.subject
24+ # Start out pessimistic
25+ echo "not ok" > ci.result
26+ echo "Nothing to write home about." > ci.commit_extra
27+
2028 - name : Set kdevops path
2129 run : echo "KDEVOPS_PATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
2230
4957 - name : Run just one fstest to verify we tests and test collection works
5058 run : |
5159 make fstests-baseline TESTS=generic/003
60+ echo "ok" > ci.result
5261
5362 - name : Get systemd journal files
5463 if : always() # This ensures the step runs even if previous steps failed
You can’t perform that action at this time.
0 commit comments