Skip to content

Commit 9c905eb

Browse files
committed
CH-110 fix test
1 parent e8b611b commit 9c905eb

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
harness:
2-
accounts:
3-
users:
4-
- username: samplehub@testuser.com
5-
realmRoles:
6-
- offline_access
71

deployment/codefresh-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,9 @@ steps:
467467
- kubectl config use-context ${{CLUSTER_NAME}}
468468
- kubectl config set-context --current --namespace=test-${{NAMESPACE_BASENAME}}
469469
- kubectl rollout status deployment/accounts
470+
- kubectl rollout status deployment/argo-server-gk
470471
- kubectl rollout status deployment/samples
472+
- kubectl rollout status deployment/samples-gk
471473
- kubectl rollout status deployment/common
472474
- kubectl rollout status deployment/workflows
473475
- sleep 60
@@ -536,7 +538,7 @@ steps:
536538
- '${{CF_REPO_NAME}}/applications/jupyterhub/test/e2e:/home/test/__tests__/jupyterhub'
537539
environment:
538540
- APP_URL=https://hub.${{DOMAIN}}
539-
- USERNAME=samplehub@testuser.com
541+
- USERNAME=sample@testuser.com
540542
- PASSWORD=test
541543
samples_e2e_test:
542544
title: samples e2e test

0 commit comments

Comments
 (0)