Skip to content

Commit

Permalink
for debugging purpose
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.1.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
xinredhat committed Jul 17, 2024
1 parent dcd5b72 commit 840d8fb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .tekton/pipeline/test-pipeline-service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ spec:
taskRef:
name: destroy-cluster
when:
- input: "$(tasks.deploy-cluster.status)"
operator: notin
values: ["None", "Failed"]
- input: "$(tasks.test-pipeline-service.status)"
operator: in
values: ["Succeeded"]
params:
- name: cluster-name
value: "$(tasks.generate-cluster-name.results.cluster-name)"
Expand Down
6 changes: 3 additions & 3 deletions .tekton/pipeline/test-pipeline-service-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ spec:
taskRef:
name: destroy-cluster
when:
- input: "$(tasks.deploy-cluster.status)"
operator: notin
values: ["None", "Failed"]
- input: "$(tasks.test-baseline.status)"
operator: in
values: ["Succeeded"]
params:
- name: cluster-name
value: "$(tasks.generate-cluster-name.results.cluster-name)"
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tasks/deploy-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
params:
- name: ocp_version
description: ocp cluster version that you want to provision
default: "4.14"
default: "4.15"
- name: region
description: ocp cluster region where you want to provision
default: "ca-central-1"
Expand Down
2 changes: 1 addition & 1 deletion .tekton/test-pipeline-service-deployment-ocp-414.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: test-pipeline-service-deployment
params:
- name: ocp_version
value: "4.14"
value: "4.15"
- name: repo_url
value: "{{ repo_url }}"
- name: revision
Expand Down
2 changes: 1 addition & 1 deletion operator/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ init() {
setup_test() {
echo "[Setup]"
echo -n " - Namespace configuration: "
kubectl apply -k "$SCRIPT_DIR/manifests/setup/pipeline-service" >"$DEBUG_OUTPUT"
kubectl apply -k "$SCRIPT_DIR/manifests/setup/pipeline-service" --v=8 >"$DEBUG_OUTPUT"
echo "OK"
echo
}
Expand Down

0 comments on commit 840d8fb

Please sign in to comment.