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

AGDIGGER-42 - general clean-up in docker setup #5

Merged
merged 3 commits into from Nov 30, 2016

Conversation

wtrocki
Copy link
Contributor

@wtrocki wtrocki commented Nov 29, 2016

Motivation

Cleanup configuration to include:

  • Local build for the s2i image for image modifications
  • Change directory to split between slave and jenkins image.

Note: image already pushed to aerogear repo.

Verification steps

Try to execute local build steps
Publish image to dockerhub (to check if you have permission to do so)
Setup new PersistentVolume
Change DeploymentConfig to include new image

Expected results

Android node should be available by default.

@wtrocki
Copy link
Contributor Author

wtrocki commented Nov 29, 2016

Review @luigizuccarelli @aliok

Copy link
Contributor

@luigizuccarelli luigizuccarelli left a comment

Choose a reason for hiding this comment

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

@wtrocki - Reviewed - great job !!!

<serviceAccount>${oc_serviceaccount_name}</serviceAccount>
</org.csanchez.jenkins.plugins.kubernetes.PodTemplate>
<org.csanchez.jenkins.plugins.kubernetes.PodTemplate>
<name>android</name>
Copy link
Contributor

Choose a reason for hiding this comment

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

@wtrocki - As mentioned this is a hardcoded version to get the POC working. We will look at other ways to do this better

Copy link
Contributor

Choose a reason for hiding this comment

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

So this defines node (android) in the pipeline, spins up an 'Android" container/slave ?

Copy link
Contributor Author

@wtrocki wtrocki Nov 30, 2016

Choose a reason for hiding this comment

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

Yes! It's actual label field bellow, but of course entire definition allows to use android label. Idea is to have one android image that would work for both :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@wtrocki wtrocki changed the title AGDIGGER-42 - general clenup in docker setup AGDIGGER-42 - general clean-up in docker setup Nov 30, 2016
@matzew
Copy link
Contributor

matzew commented Nov 30, 2016

👍 ship it

@wtrocki wtrocki merged commit 76cf620 into aerogear:master Nov 30, 2016
@wtrocki wtrocki deleted the AGDIGGER-42 branch November 30, 2016 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants