Skip to content

Commit

Permalink
test on current branch (this will be reverted before merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jul 3, 2020
1 parent fab55cc commit 75c7fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ workflows:
filters:
branches:
only:
- master
- valgrind-merge
jobs:
- valgrind-test

Expand All @@ -152,6 +152,6 @@ workflows:
filters:
branches:
only:
- master
- valgrind-merge
jobs:
- finalize-valgrind-test
2 changes: 1 addition & 1 deletion azure/create-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "waiting a long time to create cluster, this might take up to 30 mins depen
# store the branch name in a file so that target user can read it. Target user cannot see the envionment variables because
# we use login option in su and -p(preserving environment variables) cannot be used with login. We need to use login option
# so that $HOME, $PATH are set to the target users $HOME and $PATH.
export BRANCH=${CIRCLE_BRANCH:=master}
export BRANCH="valgrind-merge"

# below is the default create cluster command
CREATE_CLUSTER_COMMAND=(az group deployment create -g ${rg} --template-file azuredeploy.json --parameters @azuredeploy.parameters.json --parameters sshPublicKey="${public_key}" branchName="$BRANCH")
Expand Down

0 comments on commit 75c7fb3

Please sign in to comment.