File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ def package_x86_step(branch, workflow_type):
3030 export PATH="/opt/buildkite-agent/.rbenv/bin:/opt/buildkite-agent/.pyenv/bin:$PATH"
3131 eval "$(rbenv init -)"
3232 .buildkite/scripts/dra/build_packages.sh
33+ artifact_paths:
34+ - "**/*.hprof"
3335'''
3436
3537 return step
@@ -44,6 +46,8 @@ def package_x86_docker_step(branch, workflow_type):
4446 image: family/platform-ingest-logstash-ubuntu-2204
4547 machineType: "n2-standard-16"
4648 diskSizeGb: 200
49+ artifact_paths:
50+ - "**/*.hprof"
4751 command: |
4852 export WORKFLOW_TYPE="{ workflow_type } "
4953 export PATH="/opt/buildkite-agent/.rbenv/bin:/opt/buildkite-agent/.pyenv/bin:$PATH"
@@ -63,6 +67,8 @@ def package_aarch64_docker_step(branch, workflow_type):
6367 imagePrefix: platform-ingest-logstash-ubuntu-2204-aarch64
6468 instanceType: "m6g.4xlarge"
6569 diskSizeGb: 200
70+ artifact_paths:
71+ - "**/*.hprof"
6672 command: |
6773 export WORKFLOW_TYPE="{ workflow_type } "
6874 export PATH="/opt/buildkite-agent/.rbenv/bin:/opt/buildkite-agent/.pyenv/bin:$PATH"
You can’t perform that action at this time.
0 commit comments