Skip to content

Commit 2bd19c8

Browse files
committed
temp
1 parent 8ede5a4 commit 2bd19c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugin-check: install-packer-sdc build
2525
@packer-sdc plugin-check ${BINARY}
2626

2727
testacc: dev
28-
@PACKER_ACC=1 go test -count $(COUNT) -v $(TEST) -timeout=120m
28+
@PACKER_ACC=1 go test -count $(COUNT) -v $(TEST) -timeout=120m -run TestBuilderAcc_SharedImageGallery_WindowsSIG
2929

3030
generate: install-packer-sdc
3131
@go generate ./...

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ resource "azurerm_shared_image" "windows-sig" {
6363
}
6464
}
6565

66+
/*
6667
resource "azurerm_shared_image" "linux-sig" {
6768
name = "${local.resource_prefix}-arm-linux-specialized-sig"
6869
gallery_name = azurerm_shared_image_gallery.gallery.name
@@ -98,7 +99,6 @@ resource "azurerm_key_vault" "vault" {
9899
}
99100
}
100101
101-
/*
102102
## DTL Builder Resources - disabled
103103
104104
resource "azurerm_dev_test_lab" "dtl" {

0 commit comments

Comments
 (0)