-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
We are moving to trunk based development for releases. Update our pipelines to reflect this operational change:
- PR's that are targeted at
mastershould no longer run the e2e tests in Integration Mode. This mode makes a subset of e2e tests run without stubbing out our BE services, giving us a true e2e test of our whole stack. We should only do this selectively. Move the integration mode test to its own pipeline that we can run ad hoc - runTests should remove the logic for checking if its a release branch and that the version numbers have been updated.
- The submitProduction pipeline should check that the version number has been updated before deployment as failure to do so will cause the deployment to fail
- create a zip PR Preview for every PR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels