Skip to content

Commit 0203219

Browse files
committed
Set Cayenne data and metadata dir env vars when PVC enabled
1 parent 3dc638c commit 0203219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_spicebench_debug_spice_cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
197197
if [ "${ENABLE_PVC}" = "true" ]; then
198198
echo "PVC enabled: app=3GB, executor=2GB"
199-
ADAPTER_DOCKER_OPTS="${ADAPTER_DOCKER_OPTS} -e SPIDAPTER_APP_STORAGE_SIZE_GB=3 -e SPIDAPTER_EXECUTOR_STORAGE_SIZE_GB=2"
199+
ADAPTER_DOCKER_OPTS="${ADAPTER_DOCKER_OPTS} -e SPIDAPTER_APP_STORAGE_SIZE_GB=3 -e SPIDAPTER_EXECUTOR_STORAGE_SIZE_GB=2 -e SPIDAPTER_CAYENNE_DATA_DIR=/data/data -e SPIDAPTER_CAYENNE_METADATA_DIR=/data/metadata"
200200
fi
201201
202202
ADAPTER_ARGS="${ADAPTER_DOCKER_OPTS} ghcr.io/spiceai/spidapter:${{ github.event.inputs.spidapter_version || 'latest' }} stdio --verbose --channel nightly"

0 commit comments

Comments
 (0)