Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
  • Loading branch information
katexochen committed Dec 13, 2024
1 parent 57faccc commit e57a8e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:
mkdir -p ./testdata/uplosi.conf.d
cat <<EOF > ./testdata/uplosi.conf.d/0100-azure.conf
[variant.${variant}]
provider = "azure"
[variant.${variant}.azure]
resourceGroup = "${resource_group}"
sharedImageGallery = "{{.Name}}"
sharingProfile = "private"
EOF
cat ./testdata/uplosi.conf.d/0100-azure.conf
- name: Build minimal image
Expand Down
28 changes: 13 additions & 15 deletions testdata/uplosi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ name = "uplosi_test"
subscriptionID = "0d202bbb-4fa7-4af8-8125-58c269a05435"
location = "GermanyWestCentral"

[variant.azure_private]
provider = "azure"
[variant.azure_private.azure]
provider = "azure"
resourceGroup = "{{.Name}}"
sharedImageGallery = "{{.Name}}"
sharingProfile = "private"
# [variant.azure_private]
# provider = "azure"
# [variant.azure_private.azure]
# resourceGroup = "{{.Name}}"
# sharedImageGallery = "{{.Name}}"
# sharingProfile = "private"

[variant.azure_public]
provider = "azure"
[variant.azure_public.azure]
provider = "azure"
resourceGroup = "{{.Name}}"
sharedImageGallery = "{{.Name}}"
sharingProfile = "community"
sharingNamePrefix = "uplositest"
# [variant.azure_public]
# provider = "azure"
# [variant.azure_public.azure]
# resourceGroup = "{{.Name}}"
# sharedImageGallery = "{{.Name}}"
# sharingProfile = "community"
# sharingNamePrefix = "uplositest"

0 comments on commit e57a8e2

Please sign in to comment.