Skip to content

Commit

Permalink
Merge pull request #239 from IBM/ddd-testacechris
Browse files Browse the repository at this point in the history
typo in test pipeline + patching DP GW replicas
  • Loading branch information
AnjaliSrivastava29 authored Nov 22, 2021
2 parents 56a2623 + 43d2c6f commit 5ed32a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ spec:
value: "products/bash/release-ace-integration-server.sh"
- name: params
# For Test deploy with tracing disabled and HA
value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-dev-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test"
value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-test-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test"
workspaces:
- name: git-source
workspace: git-source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ spec:
value: "products/bash/release-ace-integration-server.sh"
- name: params
# For Test deploy with tracing disabled and HA
value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-dev-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test"
value: "-n {{NAMESPACE}} -a {{HA_ENABLED}} -r ddd-test-ace-chris -i image-registry.openshift-image-registry.svc:5000/{{NAMESPACE}}/ddd-ace-chris:$(params.imageTag)-test -d policyproject-ddd-test"
workspaces:
- name: git-source
workspace: git-source
Expand Down
2 changes: 1 addition & 1 deletion products/bash/configure-apic-v10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ if [[ "$ha_enabled" == "true" ]]; then
sleep 10
fi
done
oc patch -n ${NAMESPACE} GatewayCluster/${RELEASE_NAME}-gw --patch '{"spec":{"profile":"n3xc4.m8"}}' --type=merge
oc patch -n ${NAMESPACE} GatewayCluster/${RELEASE_NAME}-gw --patch '{"spec":{"profile":"n3xc4.m8","replicaCount":3}}' --type=merge
fi


Expand Down

0 comments on commit 5ed32a0

Please sign in to comment.