Skip to content

Commit

Permalink
More nightly test result updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Feb 5, 2025
1 parent 4f31d21 commit 63223a8
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
sim_input="/root/${base_name}"
sim_output="/root/${base_extless_name}_output"
echo -n "Running \"${file}\" in output folder \"${base_extless_name}_output\"..."
docker run -v $GITHUB_WORKSPACE/set_${{ matrix.sets }}:/root $(docker image ls | grep "<none>" | awk '{print $3;}') execute-omex -i ${sim_input} -o ${sim_output} --timeout_ms=1200000
docker run -v $GITHUB_WORKSPACE/set_${{ matrix.sets }}:/root $(docker image ls | grep "<none>" | awk '{print $3;}') execute-omex -i ${sim_input} -o ${sim_output} --timeout_ms=900000
echo "Done!"
# Grab Summary
echo -n "Obtaining Summary..."
Expand Down
Loading

0 comments on commit 63223a8

Please sign in to comment.