deis / workflow-e2e

End-to-end tests for Deis Workflow
MIT License
12 stars 18 forks source link

feat(label-cmd): add Label cmd #337

Closed zinuzoid closed 7 years ago

zinuzoid commented 7 years ago

Add new Label command. Labels are general key value string to each app just for administration purpose. See https://github.com/deis/workflow/issues/597

deis-admin commented 7 years ago

Thanks for the contribution! Please ensure your commits follow our style guide. This code will be tested once a Deis maintainer reviews it.

vdice commented 7 years ago

Jenkins, Add to whitelist

vdice commented 7 years ago

@zinuzoid once https://github.com/deis/workflow-cli/pull/273#issuecomment-262570041 is addressed, can you also modify the git commit message for this PR (git commit --amend, git push -f <remote> <branch>) with the following:

requires workflow-cli#273
requires controller#1144

Then the e2e run should fetch and use the appropriate artifacts when running the tests..