Skip to content

Commit

Permalink
fix: set env vars in GHA as well as Go
Browse files Browse the repository at this point in the history
  • Loading branch information
bkenez committed Feb 3, 2025
1 parent af1d78f commit 8db1639
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/reusable_teleport_operational_procedure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ env:
AWS_ACCESS_KEY_ES: dummy
KUBECONFIG: ./kubeconfig

HELM_RELEASE_NAME: camunda
ZEEBE_CLUSTER_SIZE: 8

jobs:
teleport-setup:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -94,6 +97,9 @@ jobs:
echo "CLUSTER_1_NAMESPACE_FAILOVER=$(get_first_item "$CLUSTER_1_NAMESPACE_FAILOVER_ARR")"
echo "CLUSTER_0_NAMESPACE=$(get_first_item "$CLUSTER_0_NAMESPACE_ARR")"
echo "CLUSTER_0_NAMESPACE_FAILOVER=$(get_first_item "$CLUSTER_0_NAMESPACE_FAILOVER_ARR")"
echo "CAMUNDA_NAMESPACE_0=${CLUSTER_0_NAMESPACE}"
echo "CAMUNDA_NAMESPACE_1=${CLUSTER_1_NAMESPACE}"
} >> "$GITHUB_ENV"
- name: Setup AWS and Tools
Expand Down Expand Up @@ -123,7 +129,10 @@ jobs:
done
- name: Deploy dual region camunda through teleport access
uses: mxschmitt/action-tmate@v3
id: deploy-camunda
working-directory: ./test
run: |
go test --count=1 -v -timeout 9m -run TestAWSDeployDualRegCamundaTeleport
- name: Delete namespaces
run: |
Expand Down

0 comments on commit 8db1639

Please sign in to comment.