Skip to content
Snippets Groups Projects

NXCALS-7429 Improve pipeline - deploy correctly perf test and bump version after failed deployment

Merged NXCALS-7429 Improve pipeline - deploy correctly perf test and bump version after failed deployment
Merged Rafal Mucha requested to merge NXCALS-7429-improve-pipeline into develop
2 files
+ 8
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
4
@@ -4,11 +4,14 @@ include:
workflow:
name: "Deploy $VERSION to $ANSIBLE_INVENTORY"
rules:
- when: always
- if: $PERFORMANCE_TESTS == "true"
variables:
PLAYBOOKS: nxcals-full-perf-install-with-sudo.yml
- if: $PERFORMANCE_TESTS != "true"
variables:
PLAYBOOKS: nxcals-full-install-with-sudo.yml
deploy-infrastructure:
deploy:
stage: deploy
extends:
- .local_ansible
variables:
PLAYBOOKS: nxcals-full-install-with-sudo.yml
\ No newline at end of file
Loading