diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index ddb47b896..a56ad0bca 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -156,7 +156,7 @@ steps: if: build.source != "schedule" if_changed: *if_changed_test_windows depends_on: - - "packer-base-windows-amd64" + - "packer-windows-amd64" - "linting" - "fixperms-tests" plugins: @@ -247,7 +247,7 @@ steps: if: build.source != "schedule" if_changed: *if_changed_test_linux depends_on: - - "packer-base-linux-amd64" + - "packer-linux-amd64" - "linting" - "fixperms-tests" plugins: @@ -339,7 +339,7 @@ steps: if: build.source != "schedule" if_changed: *if_changed_test_linux depends_on: - - "packer-base-linux-arm64" + - "packer-linux-arm64" - "linting" - "fixperms-tests" plugins: diff --git a/packer/linux/stack/buildkite-ami.pkr.hcl b/packer/linux/stack/buildkite-ami.pkr.hcl index 69451b676..3c406dbe2 100644 --- a/packer/linux/stack/buildkite-ami.pkr.hcl +++ b/packer/linux/stack/buildkite-ami.pkr.hcl @@ -150,3 +150,4 @@ build { script = "../shared/scripts/cleanup.sh" } } + diff --git a/packer/windows/stack/buildkite-ami.pkr.hcl b/packer/windows/stack/buildkite-ami.pkr.hcl index 9e2908cb8..e3a1832c9 100644 --- a/packer/windows/stack/buildkite-ami.pkr.hcl +++ b/packer/windows/stack/buildkite-ami.pkr.hcl @@ -139,3 +139,4 @@ build { ] } } +