Skip to content

Commit 82696d1

Browse files
committed
[DO NOT MERGE] BUILD-4223 test new ami
1 parent 8a78389 commit 82696d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ env:
1616

1717

1818
vm_instance_template: &VM_TEMPLATE
19-
image: docker-builder-v*
19+
image: pr-376-docker-builder-v*
2020
type: t2.small
2121
region: eu-central-1
2222
subnet_id: ${CIRRUS_AWS_SUBNET}
2323

2424

25-
multi_arch_build_task:
25+
multi_arch_build_task:
2626
env:
2727
matrix:
2828
- version: 9/community
@@ -58,7 +58,7 @@ multi_arch_build_task:
5858
- echo "Build the ${STAGING_IMAGE_NAME}:${tag} image supporting two architectures, linux/amd64 and linux/arm64"
5959
- .cirrus/multi-arch-build.sh ${STAGING_IMAGE_NAME} ${tag} ${version}
6060

61-
private_scan_task:
61+
private_scan_task:
6262
env:
6363
platform: amd64
6464
MEND_API_KEY: VAULT[development/kv/data/mend data.apikey]
@@ -85,7 +85,7 @@ private_scan_task:
8585
- java -jar wss-unified-agent.jar -c .cirrus/wss-unified-agent.config -apiKey $MEND_API_KEY -product ${WS_PRODUCTNAME} -project ${STAGING_IMAGE_NAME}:${tag} -wss.url ${WS_WSS_URL} -docker.scanImages true
8686
depends_on: multi_arch_build
8787

88-
public_scan_task:
88+
public_scan_task:
8989
only_if: $CIRRUS_CRON == 'nightly-mend-scan'
9090
env:
9191
platform: amd64

0 commit comments

Comments
 (0)