You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to make sure that the code I am pushing satisfies some basic requirements such as:
All components are built successfully
All tests pass
All components are deployed successfully
Requirements
The aim of this task is to implement a CI/CD on our internal Gitlab repository that does the following:
Builds all PANIC components
Runs all tests
Quick workaround if a pattern of tests needs to be skipped due to inconsistent behavior
Deploys all PANIC components on a development VM
Acceptance criteria
When: A branch is about to be merged Then: All PANIC components are built, tested and deployed. And: If the pipeline fails Then: The branch is not merged And: If the pipeline succeeds Then: The branch is merged
The text was updated successfully, but these errors were encountered:
Technical Story
As a developer I want to make sure that the code I am pushing satisfies some basic requirements such as:
Requirements
The aim of this task is to implement a CI/CD on our internal Gitlab repository that does the following:
Acceptance criteria
When: A branch is about to be merged
Then: All PANIC components are built, tested and deployed.
And: If the pipeline fails
Then: The branch is not merged
And: If the pipeline succeeds
Then: The branch is merged
The text was updated successfully, but these errors were encountered: