Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Jun 24, 2024
1 parent 10b0a44 commit 32f9db4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-integration-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,14 @@ jobs:
TEST_CLUSTER_TYPE: ${{ matrix.distro.type }}

steps:
- name: Print workflow inputs
run: |
echo ${{ inputs }} | jq
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
# This is needed to load repo GH composite actions if the workflow triggered by workflow_call.
repository: camunda/camunda-platform-helm
ref: ${{ inputs.camunda-helm-git-ref }}

# When there is a vault-secret-mapping input given, use Vault instead of GitHub secrets
# and populate environment variables from Vault
- name: Import Vault secrets
Expand All @@ -135,7 +137,6 @@ jobs:
secretId: ${{ secrets.VAULT_SECRET_ID }}
secrets: ${{ inputs.vault-secret-mapping }}
exportEnv: true

# Used to create/delete GitHub environment.
# NOTE: The GH app requires "administration:write" access to be able to delete the GH environment.
- name: Generate GitHub token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ testcases:
url: "{{ .preflightVars.baseURLs.tasklist }}/actuator/health/readiness"
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/readiness"
- component: Zeebe-Gateway
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/health"
method: GET
url: "{{ .value.url }}"
Expand All @@ -41,7 +41,6 @@ testcases:
# Response Body: {{ .result.body }}
assertions:
- result.statuscode ShouldEqual 200

- name: "WebModeler - {{ .value.component }}"
skip:
- skiptestwebmodeler ShouldBeFalse
Expand Down Expand Up @@ -83,7 +82,7 @@ testcases:
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/liveness"
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/health"
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/actuator/health/liveness"
method: GET
url: "{{ .value.url }}"
retry: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ testcases:
url: "{{ .preflightVars.baseURLs.tasklist }}/actuator/health/readiness"
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/readiness"
- component: Zeebe-Gateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/actuator/health/readiness"
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/health"
method: GET
url: "{{ .value.url }}"
retry: 3
Expand Down Expand Up @@ -82,7 +82,7 @@ testcases:
url: "{{ .preflightVars.baseURLs.tasklist }}/actuator/health/liveness"
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/liveness"
- component: Zeebe-Gateway
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/actuator/health/liveness"
method: GET
url: "{{ .value.url }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ testcases:
url: "{{ .preflightVars.baseURLs.tasklist }}/actuator/health/readiness"
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/readiness"
- component: Zeebe-Gateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/actuator/health/readiness"
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/health"
method: GET
url: "{{ .value.url }}"
retry: 3
Expand Down Expand Up @@ -82,7 +82,7 @@ testcases:
url: "{{ .preflightVars.baseURLs.tasklist }}/actuator/health/liveness"
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/liveness"
- component: Zeebe-Gateway
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/actuator/health/liveness"
method: GET
url: "{{ .value.url }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ testcases:
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/readiness"
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/actuator/health/readiness"
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/health"
method: GET
url: "{{ .value.url }}"
retry: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ testcases:
- component: Connectors
url: "{{ .preflightVars.baseURLs.connectors }}/actuator/health/readiness"
- component: ZeebeGateway
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/actuator/health/readiness"
url: "{{ .preflightVars.baseURLs.zeebeGateway }}/health"
method: GET
url: "{{ .value.url }}"
retry: 3
Expand Down

0 comments on commit 32f9db4

Please sign in to comment.