Skip to content

Commit

Permalink
Use full prow build id as dataset name (#200)
Browse files Browse the repository at this point in the history
In case the name clashes with previously undeleted dataset
  • Loading branch information
davidheryanto authored and feast-ci-bot committed May 27, 2019
1 parent afa9578 commit 5bd6d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ presubmits:
export FEAST_HOME=${PWD}
export FEAST_IMAGE_REGISTRY=us.gcr.io
export FEAST_IMAGE_TAG=${PULL_PULL_SHA}
export FEAST_WAREHOUSE_DATASET=feast_build_${BUILD_ID:0:5}
export FEAST_WAREHOUSE_DATASET=feast_build_${BUILD_ID}
export FEAST_CORE_URL=build-${BUILD_ID:0:5}.drone.feast.ai:80
export FEAST_SERVING_URL=build-${BUILD_ID:0:5}.drone.feast.ai:80
export FEAST_RELEASE_NAME=feast-${BUILD_ID:0:5}
Expand Down

0 comments on commit 5bd6d4d

Please sign in to comment.