Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scenarios/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
fieldPath: metadata.namespace
envFrom:
- configMapRef:
name: workflow-vars-$SEI_WORKFLOW_RUN_ID
name: workflow-vars-release-test-$SEI_WORKFLOW_RUN_ID

- name: provision-rpc-fleet
templateType: Task
Expand Down Expand Up @@ -125,7 +125,7 @@ spec:
fieldPath: metadata.namespace
envFrom:
- configMapRef:
name: workflow-vars-$SEI_WORKFLOW_RUN_ID
name: workflow-vars-release-test-$SEI_WORKFLOW_RUN_ID

# TM RPC + REST go through the aggregate ClusterIP (stateless, safe
# to load-balance). EVM RPC pins to rpc pod-0 via provision-snd's
Expand All @@ -141,7 +141,7 @@ spec:
image: $RELEASE_TEST_IMAGE
envFrom:
- configMapRef:
name: workflow-vars-$SEI_WORKFLOW_RUN_ID
name: workflow-vars-release-test-$SEI_WORKFLOW_RUN_ID
env:
- {name: TEST_TARGET, value: chain-agnostic}
- {name: SEI_CHAIN_ID, value: $(CHAIN_ID)}
Expand Down
Loading