Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-17007 ci: add weekly functional testing #15726

Merged
merged 16 commits into from
Feb 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test updated fix for CI node provisioning
Quick-Functional: true
Run-GHA: true
Required-githooks: true
Skip-build: true
Skip-test: true
Skip-unit-tests: true

Signed-off-by: Margaret Lawson <mlawsonca@google.com>
mlawsonca committed Jan 21, 2025
commit a013c671257adf4f26be0424f4f9afd00030ae80
4 changes: 2 additions & 2 deletions ci/junit.sh
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ report_junit() {
clush -o '-i ci_key' -l root -w "$nodes" --rcopy "$results"

local results_files
results_files=$(find . -maxdepth 1 -name "$results.*")

readarray -d '' results_files < <(find . -maxdepth 1 -name "$results.*" -print0)
if [ ${#results_files[@]} -eq 0 ]; then
echo "No results found to report as JUnit results"
ls -l
Loading