mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-40872 Add link to debug symbols on compile task page.
This commit is contained in:
parent
ec5e2eb804
commit
497264f15c
@ -3274,7 +3274,6 @@ functions:
|
||||
command: attach.artifacts
|
||||
params:
|
||||
optional: true
|
||||
ignore_artifacts_for_spawn: false
|
||||
files:
|
||||
- ${archive_file|src/archive.json}
|
||||
|
||||
@ -3452,6 +3451,22 @@ tasks:
|
||||
- "artifacts.json"
|
||||
exclude_files:
|
||||
- "*_test.pdb"
|
||||
- command: shell.exec
|
||||
params:
|
||||
script: |
|
||||
set -o errexit
|
||||
set -o verbose
|
||||
|
||||
${activate_virtualenv}
|
||||
$python -c 'import json; print(json.dumps([{
|
||||
"name": "mongo-debugsymbols.tgz",
|
||||
"link": "https://s3.amazonaws.com/mciuploads/${mongo_debugsymbols}",
|
||||
"visibility": "public"
|
||||
}]))' > debugsymbols_location.json
|
||||
- command: attach.artifacts
|
||||
params:
|
||||
files:
|
||||
- debugsymbols_location.json
|
||||
- command: s3.put
|
||||
params:
|
||||
optional: true
|
||||
@ -3535,7 +3550,6 @@ tasks:
|
||||
- command: attach.artifacts
|
||||
params:
|
||||
optional: true
|
||||
ignore_artifacts_for_spawn: false
|
||||
files:
|
||||
- src/artifacts.json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user