This repository was archived by the owner on Jun 29, 2023. It is now read-only.
[ DEVOI-638 ] Changes for publish step to add env and app in upload path#15
Open
[ DEVOI-638 ] Changes for publish step to add env and app in upload path#15
Conversation
|
Hey @ayush-lr - The |
Contributor
Author
|
Will book a slot in your calendar |
Contributor
Author
|
The word |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
In parallel pubishing support, when running command
Even if we made the path
build/kubernetes/master/build/28077/<env>/<app_name>/manifests_local-staging_stable.yamlunique, the GCS path is not unique:gs://com-eng-ops-hub-services-spinnaker-pipeline/kubernetes/project/LiveRamp/<repo_name>/master/build/28077/artifact/manifests_local-staging_stable.yamlSo, while one manifest got published right now, another step could use/move the manifest of another app another
gstuil mvorcpcmd execution.Description
Ticket: https://liveramp.atlassian.net/browse/DEVOI-638
Work Done
So, added a new publish method with optional seperate cmd line options calling a new upload method internally.