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 new Ubuntu based Jenkins build node for x86_64 builds #619

Open
ernestojeda opened this issue Jul 14, 2020 · 1 comment
Open

Add new Ubuntu based Jenkins build node for x86_64 builds #619

ernestojeda opened this issue Jul 14, 2020 · 1 comment
Labels
1-low priority denoting isolated changes enhancement New feature or request hanoi Hanoi release phase 3

Comments

@ernestojeda
Copy link
Contributor

So in jjb/ci-management/packer.yaml, you'd just need to add ubuntu-18.04 to the platforms list for packer-docker-jobs.

That will cause the image to build. Once the image is built, in jenkins-config/clouds/openstack/Primary you'd add a new cfg file that points to this newly-built image, and specifies the hardware_id to run on.

That's pretty much it. The label is automatically created based on the cfg file's name. So if you added ubuntu18.04-docker-4c-2g.cfg, you'd just switch your jobs from running on centos7-docker-4c-2g nodes to ubuntu18.04-docker-4c-2g, and that'd be it. It's a three step process, but each step is pretty straightforward.

@ernestojeda ernestojeda added 1-low priority denoting isolated changes enhancement New feature or request hanoi Hanoi release phase 3 labels Jul 14, 2020
@ernestojeda
Copy link
Contributor Author

Update: 7/16/2020. This was discussed in the DevOps WG meeting and was deemed low priority by the community. If someone outside the DevOps WG wants to contribute this, we welcome the contribution. Meeting recording is available here.

@ernestojeda ernestojeda added the wontfix This will not be worked on label Aug 13, 2020
@ernestojeda ernestojeda removed the wontfix This will not be worked on label Aug 20, 2020
tonyespy added a commit to tonyespy/ci-management that referenced this issue Sep 24, 2020
Add a new amd64 Ubuntu 18.04 platform for snap builds.
This is the first step required to resolve issue edgexfoundry#619.

Signed-off-by: Tony Espy <[email protected]>
tonyespy added a commit to tonyespy/ci-management that referenced this issue Sep 28, 2020
Add a new amd64 Ubuntu 18.04 config for snap builds.
This is the second step required to resolve issue edgexfoundry#619.

Signed-off-by: Tony Espy <[email protected]>
tonyespy added a commit to tonyespy/ci-management that referenced this issue Sep 28, 2020
Add a new amd64 Ubuntu 18.04 config for snap builds.
This is the second step required to resolve issue edgexfoundry#619.

Signed-off-by: Tony Espy <[email protected]>
tonyespy added a commit to tonyespy/ci-management that referenced this issue Sep 29, 2020
Add a new amd64 Ubuntu 18.04 config for snap builds.
This is the second step required to resolve issue edgexfoundry#619.

Signed-off-by: Tony Espy <[email protected]>
tonyespy added a commit to tonyespy/ci-management that referenced this issue Sep 29, 2020
Add a new amd64 Ubuntu 18.04 config for snap builds.
This is the second step required to resolve issue edgexfoundry#619.

Signed-off-by: Tony Espy <[email protected]>
tonyespy added a commit to tonyespy/ci-management that referenced this issue Sep 29, 2020
Add a new amd64 Ubuntu 18.04 config for snap builds.
This is the second step required to resolve issue edgexfoundry#619.

Signed-off-by: Tony Espy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-low priority denoting isolated changes enhancement New feature or request hanoi Hanoi release phase 3
Projects
None yet
Development

No branches or pull requests

1 participant