@@ -124,28 +124,6 @@ steps:
124124 type : parallel
125125 stage : build
126126 steps :
127- notifications :
128- type : build
129- stage : build
130- dockerfile : Dockerfile
131- registry : ' ${{CODEFRESH_REGISTRY}}'
132- buildkit : true
133- build_arguments :
134- - DOMAIN=${{DOMAIN}}
135- - NOCACHE=${{CF_BUILD_ID}}
136- - REGISTRY=${{REGISTRY}}/cloudharness/
137- - CLOUDHARNESS_BASE=${{REGISTRY}}/cloudharness/cloudharness-base:${{CLOUDHARNESS_BASE_TAG}}
138- image_name : cloudharness/notifications
139- title : Notifications
140- working_directory : ./applications/notifications/server
141- tag : ' ${{NOTIFICATIONS_TAG}}'
142- when :
143- condition :
144- any :
145- buildDoesNotExist : includes('${{NOTIFICATIONS_TAG_EXISTS}}', '{{NOTIFICATIONS_TAG_EXISTS}}')
146- == true
147- forceNoCache : includes('${{NOTIFICATIONS_TAG_FORCE_BUILD}}', '{{NOTIFICATIONS_TAG_FORCE_BUILD}}')
148- == false
149127 accounts :
150128 type : build
151129 stage : build
@@ -434,8 +412,6 @@ steps:
434412 custom_value_files :
435413 - ./deployment/helm/values.yaml
436414 custom_values :
437- - apps_notifications_harness_secrets_email-user=${{EMAIL-USER}}
438- - apps_notifications_harness_secrets_email-password=${{EMAIL-PASSWORD}}
439415 - apps_samples_harness_secrets_asecret=${{ASECRET}}
440416 build_test_images :
441417 title : Build test images
@@ -492,7 +468,6 @@ steps:
492468 commands :
493469 - kubectl config use-context ${{CLUSTER_NAME}}
494470 - kubectl config set-context --current --namespace=test-${{NAMESPACE_BASENAME}}
495- - kubectl rollout status deployment/notifications
496471 - kubectl rollout status deployment/accounts
497472 - kubectl rollout status deployment/volumemanager
498473 - kubectl rollout status deployment/argo-server-gk
@@ -601,7 +576,7 @@ steps:
601576 description : The pipeline will fail after ${{WAIT_ON_FAIL}} minutes
602577 timeout :
603578 timeUnit : minutes
604- duration : ${{WAIT_ON_FAIL}}
579+ duration : ' ${{WAIT_ON_FAIL}}'
605580 finalState : denied
606581 when :
607582 condition :
0 commit comments