summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2021-05-04 12:27:01 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-04 18:47:15 +0000
commit43c6b0bda4f2dce486344a03d03c697178e765b3 (patch)
tree9df59619bc50bc1cae6f3e5e9684db4968797355 /etc
parent0b620c24c55859f325ce23daa90b3c1c55bc76cb (diff)
downloadmongo-43c6b0bda4f2dce486344a03d03c697178e765b3.tar.gz
SERVER-56624 added json cachedir logs for splunk
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ed7c9bb0d34..49e9a21edf4 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2665,6 +2665,13 @@ functions:
permissions: public-read
display_name: SCons cache debug log
+ - command: shell.exec
+ params:
+ optional: true
+ shell: bash
+ script: |
+ curator splunk --json --url=${scons_splunk_server} --token=${scons_splunk_token} --annotation=project:${project} --annotation=task_id:${task_id} --annotation=build_variant:${build_variant} --annotation=git_revision:${revision} command --exec="cat src/scons_cache.log.json" > splunk_stdout.txt || cat splunk_stdout.txt
+
"attach report":
command: attach.results
params: