Allow executing non-default deploy commands
/kind user-story /label v3 /priority medium
User Story
As an odo user, I want to be able to execute alternative deploy command that is not marked as default So that I can run/test alternative deploy commands without editing devfile.yaml
Acceptance Criteria
- [ ] It should be possible to specify alternative deploy command via a flag on
odo deploycommand (for exampleodo deploy --command altdeploy
example
commands:
- id: deploy
composite:
commands:
- build-image-stack-provided
- outerloop-deploy
group:
kind: deploy
isDefault: true
- id: deploy-app-image
composite:
commands:
- build-image-app-provided
- outerloop-deploy
group:
kind: deploy
isDefault: false
-
odo deployshould execute commandid: deploy, because it iskind: deploycommand marked withisDefualt:true -
odo deploy --command deploy-app-imageshould execute commandid: deploy-app-image
Links
- user requested in #5452
/kind user-story
@kadel: The label(s) /label v3 cannot be applied. These labels are supported: platform/aws, platform/azure, platform/baremetal, platform/google, platform/libvirt, platform/openstack, ga, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, px-approved, docs-approved, qe-approved, downstream-change-needed, backport-risk-assessed, cherry-pick-approved
In response to this:
/kind user-story /label v3 /priority medium
User Story
As an odo user, I want to be able to execute alternative deploy command that is not marked as default So that I can run/test alternative deploy commands without editing
devfile.yamlAcceptance Criteria
- [ ] It should be possible to specify alternative deploy command via a flag on
odo deploycommand (for exampleodo deploy --command altdeployexample
commands: - id: deploy composite: commands: - build-image-stack-provided - outerloop-deploy group: kind: deploy isDefault: true - id: deploy-app-image composite: commands: - build-image-app-provided - outerloop-deploy group: kind: deploy isDefault: false
odo deployshould execute commandid: deploy, because it iskind: deploycommand marked withisDefualt:trueodo deploy --command deploy-app-imageshould execute commandid: deploy-app-imageLinks
- user requested in #5452
/kind user-story
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.
This issue was closed because it has been inactive for 30 days since being marked as stale.
/reopen /remove-lifecycle stale /remove-lifecycle rotten /lifecycle frozen
Still relevant - see thread in https://kubernetes.slack.com/archives/C01D6L2NUAG/p1701792255438769
@rm3l: Reopened this issue.
In response to this:
/reopen /remove-lifecycle stale /remove-lifecycle rotten /lifecycle frozen
Still relevant - see thread in https://kubernetes.slack.com/archives/C01D6L2NUAG/p1701792255438769
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.