-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
component: distributionNightly binaries, monthly releases, docker, installationNightly binaries, monthly releases, docker, installationpriority: mediumtype: feature request
Description
Is your feature request related to a problem? Please describe.
We currently have a "push s3" feature of the push_release script that we run manually after every release:
drake/tools/release_engineering/dev/push_release.py
Lines 347 to 348 in 54a304e
| if options.push_s3: | |
| _push_s3(state) |
This is extra work that would be better automated.
Describe the solution you'd like
-
Amend the continuous-mirror-to-s3 job to do this for us.
-
Remove the code that does this from
push_release.
(Possibly this just means factoring out the code that does this from push_release into a separate program, designed for CI to call.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: distributionNightly binaries, monthly releases, docker, installationNightly binaries, monthly releases, docker, installationpriority: mediumtype: feature request
Type
Projects
Status
On deck