Skip to content

Commit

Permalink
feat: migrate to new chaos gke
Browse files Browse the repository at this point in the history
SRE want to tear down the old int stage, and created a new separated chaos gke for us. We should start to use it.
  • Loading branch information
Zelldon committed May 30, 2023
1 parent f8eb597 commit 6a57227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions processes/qa-protocol.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<bpmn:extensionElements>
<zeebe:calledElement processId="run-all-tests-in-camunda-cloud-per-cluster-plan" />
<zeebe:ioMapping>
<zeebe:input source="=&#34;New Chaos - Belgium, Europe (europe-west1-d)&#34;" target="region" />
<zeebe:input source="=&#34;Chaos, Belgium, Europe (europe-west1)&#34;" target="region" />
<zeebe:input source="=[&#34;Production - S&#34;]" target="clusterPlans" />
<zeebe:input source="={&#34;steps&#34;:3,&#34;iterations&#34;:10,&#34;maxTimeForIteration&#34;:&#34;PT20S&#34;,&#34;maxTimeForCompleteTest&#34;:&#34;PT4M&#34;}" target="sequentialTestParams" />
<zeebe:input source="={}" target="chaosTestParams" />
Expand Down Expand Up @@ -44,7 +44,7 @@
</bpmn:serviceTask>
<bpmn:textAnnotation id="TextAnnotation_1vy46wr">
<bpmn:text>Defaults:
region = "New Chaos - Belgium, Europe (europe-west1-d)"
region = "Chaos, Belgium, Europe (europe-west1)"
clusterPlans = ["Development", "Production - S", "Production - M", "Production - L"]
sequentialTestParams = {"steps":3,"iterations":10,"maxTimeForIteration":"PT20S","maxTimeForCompleteTest":"PT4M"}</bpmn:text>
</bpmn:textAnnotation>
Expand Down
4 changes: 2 additions & 2 deletions processes/run-all-tests-in-camunda-cloud.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<bpmn:outgoing>Flow_03g3kjv</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_0jvx8w4" name="Yes" sourceRef="Gateway_15c2soj" targetRef="run-chaos-experiments-in-camunda-cloud">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=region = "New Chaos - Belgium, Europe (europe-west1-d)"</bpmn:conditionExpression>
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=region = "Chaos, Belgium, Europe (europe-west1)"</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:exclusiveGateway id="Gateway_0cucuts">
<bpmn:incoming>Flow_0kpt015</bpmn:incoming>
Expand All @@ -88,7 +88,7 @@
<bpmn:outgoing>Flow_12u47ji</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:textAnnotation id="TextAnnotation_0rk9i9f">
<bpmn:text>By design we run chaos experiments only in a dedicated region ("New Chaos - Belgium, Europe (europe-west1-d)")</bpmn:text>
<bpmn:text>By design we run chaos experiments only in a dedicated region ("Chaos, Belgium, Europe (europe-west1)")</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_12ccmv8" sourceRef="Gateway_15c2soj" targetRef="TextAnnotation_0rk9i9f" />
</bpmn:process>
Expand Down

0 comments on commit 6a57227

Please sign in to comment.