Skip to content

Commit

Permalink
Issue 1508 fix
Browse files Browse the repository at this point in the history
Added report into the spack_container.yml file and changed formatfields to format
  • Loading branch information
Mendi03 committed Jul 3, 2023
1 parent a9dccd1 commit 289843f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion buildtest/settings/spack_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ system:
buildspecs:
rebuild: False
count: 15
formatfields: "name,description"
format: "name,description"
terse: False
root: [$BUILDTEST_ROOT/examples]

report:
count: 25
#enable terse mode for report
terse: False
format: "name,id,state,runtime,returncode"
# show the latest for every test
latest: True
# show the oldest for every test
oldest: False

executors:
local:
bash:
Expand Down

0 comments on commit 289843f

Please sign in to comment.