7272
7373 - name : Start containerized server and dependencies
7474 env :
75- TEMPORAL_CLI_VERSION : 1.4 .1-cloud-v1-29-0-139-2 .0
75+ TEMPORAL_CLI_VERSION : 1.6 .1-server-1.31.0-150 .0
7676 run : |
7777 wget -O temporal_cli.tar.gz https://github.com/temporalio/cli/releases/download/v${TEMPORAL_CLI_VERSION}/temporal_cli_${TEMPORAL_CLI_VERSION}_linux_amd64.tar.gz
7878 tar -xzf temporal_cli.tar.gz
9494 --search-attribute CustomBoolField=Bool \
9595 --dynamic-config-value system.enableActivityEagerExecution=true \
9696 --dynamic-config-value frontend.workerVersioningDataAPIs=true \
97- --dynamic-config-value component.nexusoperations.recordCancelRequestCompletionEvents=true \
98- --dynamic-config-value component.callbacks.allowedAddresses='[{"Pattern":"*","AllowInsecure":true}]' \
97+ --dynamic-config-value history.MaxBufferedQueryCount=100000 \
98+ --dynamic-config-value frontend.workerVersioningDataAPIs=true \
99+ --dynamic-config-value worker.buildIdScavengerEnabled=true \
100+ --dynamic-config-value frontend.workerVersioningRuleAPIs=true \
101+ --dynamic-config-value worker.removableBuildIdDurationSinceDefault=true \
102+ --dynamic-config-value matching.useNewMatcher=true \
103+ --dynamic-config-value frontend.workerVersioningWorkflowAPIs=true \
99104 --dynamic-config-value history.enableRequestIdRefLinks=true &
100105 sleep 10s
101106
@@ -186,4 +191,4 @@ jobs:
186191 name : Build native test server
187192 uses : ./.github/workflows/build-native-image.yml
188193 with :
189- ref : ${{ github.event.pull_request.head.sha }}
194+ ref : ${{ github.event.pull_request.head.sha }}
0 commit comments