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

Add instance id to build properties #2762

Merged
merged 1 commit into from
Feb 11, 2017

Conversation

dinatale2
Copy link
Contributor

@dinatale2 dinatale2 commented Feb 10, 2017

Contributor Checklist:

  • I have updated the unit tests
  • I have created a file in the master/buildbot/newsfragment directory (and read the README.txt in that directory)
  • I have updated the appropriate documentation

Note sure if this is a good idea or not. But, having the instance id is handy when attempting to run various ec2 related tools. Any thoughts?

@mention-bot
Copy link

@dinatale2, thanks for your PR! By analyzing the history of the files in this pull request, we identified @stell-aelsabbahy, @davebx and @tardyp to be potential reviewers.

@seankelly
Copy link
Member

If we do this for EC2, then I think we should do this for the rest of the latent workers.

@tardyp
Copy link
Member

tardyp commented Feb 10, 2017

looks good, but please watch out the contributor checklist.

  • tests
  • docs
  • release notes

@codecov
Copy link

codecov bot commented Feb 10, 2017

Codecov Report

Merging #2762 into master will increase coverage by <.01%.

@@            Coverage Diff             @@
##           master    #2762      +/-   ##
==========================================
+ Coverage   87.32%   87.32%   +<.01%     
==========================================
  Files         305      305              
  Lines       32582    32583       +1     
==========================================
+ Hits        28451    28452       +1     
  Misses       4131     4131
Impacted Files Coverage Δ
master/buildbot/worker/ec2.py 63.58% <100%> (+0.1%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a575fd4...b0da4c9. Read the comment docs.

Add instance id to a workers properties. This
will enable use of the AWS toolkit.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Copy link
Member

@tardyp tardyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think there is an easy way to make this generic. so looks good

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

Successfully merging this pull request may close these issues.

None yet

5 participants