Skip to content

Commit

Permalink
contrib/intel/jenkins: Add cloudbees start string to daos log
Browse files Browse the repository at this point in the history
Adding the cloudbees log start string to the daos log will
ensure that the daos summarizer doesn't fast forward through
the entire test file. This will make the output files look
more like all of the other outputs.

Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Oct 5, 2023
1 parent 4222416 commit 041180e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/intel/jenkins/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,8 @@ def set_paths(self, core_prov):

@property
def cmd(self):
return "python3.6 launch.py "
return f"env; echo {common.cloudbees_log_start_string}; "\
"python3.6 launch.py "

def remote_launch_cmd(self, testname):

Expand Down

0 comments on commit 041180e

Please sign in to comment.