Skip to content

Commit

Permalink
DBMSBenchmarker: dev option in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Jul 3, 2024
1 parent be8393f commit 0e4ca55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/benchmarker_dbmsbenchmarker/benchmarker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ echo "Start at $bexhoma_start_epoch epoch seconds"
if test $DBMSBENCHMARKER_DEV -gt 0
then
# dev environment
git checkout dev
git pull
git status
fi

######################## Convert parameters ###################
Expand Down
1 change: 1 addition & 0 deletions k8s/jobtemplate-benchmarking-dbmsbenchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
containers:
- name: dbmsbenchmarker
image: bexhoma/benchmarker_dbmsbenchmarker:v0.13.7
#image: bexhoma/benchmarker_dbmsbenchmarker:dev
imagePullPolicy: Always
#imagePullPolicy: IfNotPresent
env:
Expand Down

0 comments on commit 0e4ca55

Please sign in to comment.