Skip to content

Commit

Permalink
Test updated fix for CI node provisioning
Browse files Browse the repository at this point in the history
Quick-Functional: true
Run-GHA: true
Required-githooks: true
Skip-build: true
Skip-test: true
Skip-unit-tests: true

Signed-off-by: Margaret Lawson <[email protected]>
  • Loading branch information
mlawsonca committed Jan 21, 2025
1 parent 00d590a commit a013c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/junit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a013c67

Please sign in to comment.