Skip to content

Commit

Permalink
fix: use new chaos region name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed May 16, 2023
1 parent 01d37dd commit e0a155e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions processes/qa-protocol.bpmn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_06r49fl" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.10.0">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_06r49fl" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.6.0">
<bpmn:process id="qa-protocol" name="QA Protocol" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0s03s3e</bpmn:outgoing>
Expand All @@ -11,7 +11,7 @@
<bpmn:extensionElements>
<zeebe:calledElement processId="run-all-tests-in-camunda-cloud-per-cluster-plan" />
<zeebe:ioMapping>
<zeebe:input source="=&#34;Belgium, Europe (europe-west1)&#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 = "Belgium, Europe (europe-west1) aka. new chaos"
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 All @@ -62,6 +62,10 @@ channel: channel in which the QA tests shall be run</bpmn:text>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="qa-protocol">
<bpmndi:BPMNShape id="TextAnnotation_1vy46wr_di" bpmnElement="TextAnnotation_1vy46wr">
<dc:Bounds x="120" y="350" width="750" height="70" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
Expand All @@ -77,16 +81,16 @@ channel: channel in which the QA tests shall be run</bpmn:text>
<bpmndi:BPMNShape id="Activity_057v3rl_di" bpmnElement="trigger-clean-up-generation">
<dc:Bounds x="590" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1vy46wr_di" bpmnElement="TextAnnotation_1vy46wr">
<dc:Bounds x="160" y="280" width="750" height="70" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0lbo537_di" bpmnElement="TextAnnotation_0lbo537">
<dc:Bounds x="147" y="40" width="608" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0yzgtu4_di" bpmnElement="TextAnnotation_0yzgtu4">
<dc:Bounds x="590" y="240" width="310" height="53" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_0din8b3_di" bpmnElement="Association_0din8b3">
<di:waypoint x="493" y="217" />
<di:waypoint x="495" y="223" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0s03s3e_di" bpmnElement="Flow_0s03s3e">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
Expand All @@ -103,10 +107,6 @@ channel: channel in which the QA tests shall be run</bpmn:text>
<di:waypoint x="690" y="177" />
<di:waypoint x="752" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_0din8b3_di" bpmnElement="Association_0din8b3">
<di:waypoint x="530" y="155" />
<di:waypoint x="535" y="153" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Association_0x03pf4_di" bpmnElement="Association_0x03pf4">
<di:waypoint x="197" y="159" />
<di:waypoint x="197" y="88" />
Expand Down
10 changes: 5 additions & 5 deletions processes/run-all-tests-in-camunda-cloud.bpmn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_0y2o5ya" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.9.0">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_0y2o5ya" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.6.0">
<bpmn:process id="run-all-tests-in-camunda-cloud" name="Run All Tests in Camunda Cloud" isExecutable="true">
<bpmn:startEvent id="start" name="Start">
<bpmn:extensionElements>
Expand Down 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 = "Belgium, Europe (europe-west1) aka. new chaos"</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 ("Belgium, Europe (europe-west1) aka. new chaos")</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 Expand Up @@ -134,7 +134,7 @@
<dc:Bounds x="800" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0rk9i9f_di" bpmnElement="TextAnnotation_0rk9i9f">
<dc:Bounds x="152" y="300" width="208" height="80" />
<dc:Bounds x="152" y="300" width="208" height="70" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0hcriyv_di" bpmnElement="Flow_0hcriyv">
Expand Down Expand Up @@ -169,7 +169,7 @@
<di:waypoint x="475" y="250" />
<di:waypoint x="540" y="250" />
<bpmndi:BPMNLabel>
<dc:Bounds x="499" y="232" width="18" height="14" />
<dc:Bounds x="499" y="232" width="19" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1k0vnji_di" bpmnElement="Flow_1k0vnji">
Expand Down

0 comments on commit e0a155e

Please sign in to comment.