Skip to content

Commit 5bd6d4d

Browse files
davidheryantofeast-ci-bot
authored andcommitted
Use full prow build id as dataset name (#200)
In case the name clashes with previously undeleted dataset
1 parent afa9578 commit 5bd6d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.prow/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ presubmits:
118118
export FEAST_HOME=${PWD}
119119
export FEAST_IMAGE_REGISTRY=us.gcr.io
120120
export FEAST_IMAGE_TAG=${PULL_PULL_SHA}
121-
export FEAST_WAREHOUSE_DATASET=feast_build_${BUILD_ID:0:5}
121+
export FEAST_WAREHOUSE_DATASET=feast_build_${BUILD_ID}
122122
export FEAST_CORE_URL=build-${BUILD_ID:0:5}.drone.feast.ai:80
123123
export FEAST_SERVING_URL=build-${BUILD_ID:0:5}.drone.feast.ai:80
124124
export FEAST_RELEASE_NAME=feast-${BUILD_ID:0:5}

0 commit comments

Comments
 (0)