Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Add tests for the EC2 AMI images #21

Open
maxamillion opened this issue Nov 3, 2015 · 1 comment
Open

RFE: Add tests for the EC2 AMI images #21

maxamillion opened this issue Nov 3, 2015 · 1 comment

Comments

@maxamillion
Copy link

Currently autocloud does not test the EC2 AMI images and it would be nice if we did.

A couple of examples of ways to query datagrepper for the AMI information (courtesy of threebean):

https://github.com/fedora-infra/fedimg/blob/develop/bin/list-the-amis.py

https://git.fedorahosted.org/cgit/fedora-web.git/tree/getfedora.org/build/fedimg_vars.py

Thank you,
-AdamM

@ralphbean
Copy link
Contributor

Note that there's a potential for a race condition here that you'll have to work around.

  • Koji finishes a build, publishes to fedmsg, and then simultaneously:
  • autocloud starts testing
  • fedimg starts uploading.

If autocloud is going to query for the output of fedimg, it will have to wait until fedimg is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants