Skip to content

Commit

Permalink
aws-test: Add a rhcos_test=smoketested tag
Browse files Browse the repository at this point in the history
This way the installer can do a query for those.
  • Loading branch information
cgwalters committed Sep 25, 2018
1 parent 36b7f50 commit 0ac784a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile.aws-test
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ node(NODE) {
fi

cp ${dirpath}/aws-${AWS_REGION}-smoketested.json ${images}/aws-${AWS_REGION}-tested.json
aws ec2 create-tags \
--resources \${ami_intermedia} \
--tags rhcos_test=smoketested
aws ec2 modify-image-attribute \
--image-id ${ami_intermediate} \
--launch-permission '{"Add":[{"Group":"all"}]}'
Expand Down

0 comments on commit 0ac784a

Please sign in to comment.