Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev environments never die #79

Open
8 of 12 tasks
schdief opened this issue Apr 27, 2019 · 0 comments
Open
8 of 12 tasks

dev environments never die #79

schdief opened this issue Apr 27, 2019 · 0 comments
Assignees

Comments

@schdief
Copy link
Owner

schdief commented Apr 27, 2019

leads to overload and downtime in production, so:

  • build only for PRs and master branch
  • ketchup UAT stage as yaml release pipeline
  • think about stage naming for UAT
  • add stage PROD to ketchup release pipeline
  • release pipeline as .yaml for gui
  • seems like implicit downloading fails us at cypress (so deactivate it?), but also find out, why explicit download doesn't work: Can't run because no spec files were found.
  • check build triggers, seems like ketchup runs, although only gui was changed!?
  • disable old pipelines in az devops
  • PR environments are all named "merge" in helm, therefore they override each other, try source.Branch instead of source.BranchName (need to replace / with _ or just take out the PR#) -> https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml
  • set up job to helm delete a PR release after it is closed (with Github Actions?)
  • try out cache in gui pipe for npm install: https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops
  • check PROD deployment (requires temporary master branch filter removal)
@schdief schdief changed the title environments of feature branches never die dev environments never die Sep 14, 2019
@schdief schdief self-assigned this Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant