We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acea200 commit 277d62cCopy full SHA for 277d62c
.github/workflows/nightly-tests.yml
@@ -1,7 +1,7 @@
1
name: nightly-tests-bare-metal
2
on:
3
schedule:
4
- - cron: '0 0 * * *' # Every day at midnight UTC
+ - cron: '0 0 * * *' # Every day at midnight UTC
5
env:
6
BUILD_TYPE: 'Release'
7
DPDK_VERSION: '25.03'
@@ -153,6 +153,7 @@ jobs:
153
run: |
154
sudo tests/validation/venv/bin/python3 -m pytest --topology_config=tests/validation/configs/topology_config.yaml --test_config=tests/validation/configs/test_config.yaml -m nightly --template=html/index.html --report=report.html
155
- name: "upload report"
156
+ if: always()
157
id: upload-report
158
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
159
with:
0 commit comments