Skip to content

Add more parameters to the bicep files#15

Open
gledis69 wants to merge 5 commits into
masterfrom
gledis/benchmarks
Open

Add more parameters to the bicep files#15
gledis69 wants to merge 5 commits into
masterfrom
gledis/benchmarks

Conversation

@gledis69

Copy link
Copy Markdown

No description provided.

@gledis69 gledis69 requested a review from JelteF June 15, 2022 14:08
Comment thread download-hammerdb.sh
Comment on lines -14 to -17
if [ "$1" = "master" ]; then
./download-hammerdb.sh 4.4
git clone https://github.com/TPC-Council/HammerDB --branch master HammerDB-master
cp -R HammerDB-4.4/{lib,include,bin} HammerDB-master

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove the option to download from git?

Comment thread azure/cleanup.sh
cd "$(dirname "$0")"

RESOURCE_GROUP=$1
az group delete -y --name "$RESOURCE_GROUP" --no-wait > /dev/null

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems unintended

@JelteF JelteF left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overal, except for the two comments I left. If you address those we can merge this (better late than never)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants