Skip to content

Commit

Permalink
use pg13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Oct 27, 2020
1 parent bd537a2 commit babb29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/run-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
#
# We have a seperate job to terminate the machine and push the results
if [ "$rg_name" = "citusbot_valgrind_test_resource_group" ]; then
nohup fab use.postgres:12.3 use.enterprise:enterprise-master run.valgrind > /dev/null 2>&1 &
nohup fab use.postgres:13.0 use.enterprise:enterprise-master run.valgrind > /dev/null 2>&1 &

# wait for cloning to end
while ! test -d "$HOME/citus-enterprise";
Expand Down

0 comments on commit babb29e

Please sign in to comment.