Skip to content

Commit 6dd20dc

Browse files
make RHCOS AMI public after kola tests run successfully
1 parent 27e892b commit 6dd20dc

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
@@ -61,6 +61,9 @@ node(NODE) {
6161
aws ec2 modify-image-attribute \
6262
--image-id ${ami_intermediate} \
6363
--launch-permission '{"Add":[{"UserId":"${AWS_CI_ACCOUNT}"}]}'
64+
aws ec2 modify-image-attribute \
65+
--image-id ${ami_intermediate} \
66+
--launch-permission '{"Add":[{"Group":"all"}]}'
6467
"""
6568
}
6669
}

0 commit comments

Comments
 (0)