Skip to content

Commit 8133a64

Browse files
committed
Trigger base AMI rebuild
Add trigger build file to the filters
1 parent f0d713c commit 8133a64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.buildkite/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ steps:
6969
depends_on:
7070
- "linting"
7171
- "fixperms-tests"
72-
if_changed: '{packer/windows/base.pkr.hcl,packer/windows/conf/**,packer/windows/scripts/**,packer/windows/scripts/enable-containers.ps1,packer/windows/scripts/install-cloudwatch-agent.ps1,packer/windows/scripts/install-docker.ps1,packer/windows/scripts/install-lifecycled.ps1,packer/windows/scripts/install-session-manager-plugin.ps1,packer/windows/scripts/install-utils.ps1}'
72+
if_changed: '{packer/windows/.trigger-base-build,packer/windows/base.pkr.hcl,packer/windows/conf/**,packer/windows/scripts/enable-containers.ps1,packer/windows/scripts/install-cloudwatch-agent.ps1,packer/windows/scripts/install-docker.ps1,packer/windows/scripts/install-lifecycled.ps1,packer/windows/scripts/install-session-manager-plugin.ps1,packer/windows/scripts/install-utils.ps1}'
7373
plugins:
7474
- *aws_role_plugin
7575

@@ -142,7 +142,7 @@ steps:
142142
depends_on:
143143
- "linting"
144144
- "fixperms-tests"
145-
if_changed: '{packer/linux/base.pkr.hcl,packer/linux/conf/**,packer/linux/scripts/cleanup.sh,packer/linux/scripts/install-cloudwatch-agent.sh,packer/linux/scripts/install-docker.sh,packer/linux/scripts/install-session-manager-plugin.sh,packer/linux/scripts/install-utils.sh}'
145+
if_changed: '{packer/linux/.trigger-base-build,packer/linux/base.pkr.hcl,packer/linux/conf/**,packer/linux/scripts/cleanup.sh,packer/linux/scripts/install-cloudwatch-agent.sh,packer/linux/scripts/install-docker.sh,packer/linux/scripts/install-session-manager-plugin.sh,packer/linux/scripts/install-utils.sh}'
146146
plugins:
147147
- *aws_role_plugin
148148

@@ -216,7 +216,7 @@ steps:
216216
depends_on:
217217
- "linting"
218218
- "fixperms-tests"
219-
if_changed: '{packer/linux/base.pkr.hcl,packer/linux/conf/**,packer/linux/scripts/cleanup.sh,packer/linux/scripts/install-cloudwatch-agent.sh,packer/linux/scripts/install-docker.sh,packer/linux/scripts/install-session-manager-plugin.sh,packer/linux/scripts/install-utils.sh}'
219+
if_changed: '{packer/linux/.trigger-base-build,packer/linux/base.pkr.hcl,packer/linux/conf/**,packer/linux/scripts/cleanup.sh,packer/linux/scripts/install-cloudwatch-agent.sh,packer/linux/scripts/install-docker.sh,packer/linux/scripts/install-session-manager-plugin.sh,packer/linux/scripts/install-utils.sh}'
220220
plugins:
221221
- *aws_role_plugin
222222

packer/linux/.trigger-base-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Last updated: 2025-09-18 07:20:09 UTC
1+
# Last updated: 2025-09-18 12:56:38 UTC

packer/windows/.trigger-base-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Last updated: 2025-09-18 07:20:09 UTC
1+
# Last updated: 2025-09-18 12:56:38 UTC

0 commit comments

Comments
 (0)