Skip to content

Commit 67fdf62

Browse files
committed
Test pipeline tweak
1 parent 116ba73 commit 67fdf62

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

applications/samples/deploy/values-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ harness:
66
- common
77
- jupyterhub
88
- volumemanager
9-
- notifications
109
accounts:
1110
roles:
1211
- role1

deployment/codefresh-test.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)