Skip to content

Commit 76b3ae5

Browse files
committed
aws-test: Add a rhcos_test=smoketested tag
This way the installer can do a query for those.
1 parent 36b7f50 commit 76b3ae5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile.aws-test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ node(NODE) {
5959
fi
6060

6161
cp ${dirpath}/aws-${AWS_REGION}-smoketested.json ${images}/aws-${AWS_REGION}-tested.json
62+
aws ec2 create-tags \
63+
--resources ${ami_intermediate} \
64+
--tags rhcos_tag=alpha
6265
aws ec2 modify-image-attribute \
6366
--image-id ${ami_intermediate} \
6467
--launch-permission '{"Add":[{"Group":"all"}]}'

0 commit comments

Comments
 (0)