-
Notifications
You must be signed in to change notification settings - Fork 34
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
Labels
1-low
priority denoting isolated changes
enhancement
New feature or request
hanoi
Hanoi release
phase 3
Comments
ernestojeda
added
1-low
priority denoting isolated changes
enhancement
New feature or request
hanoi
Hanoi release
phase 3
labels
Jul 14, 2020
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. |
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]>
This was referenced Sep 24, 2020
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]>
7 tasks
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
So in
jjb/ci-management/packer.yaml
, you'd just need to addubuntu-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 oncentos7-docker-4c-2g
nodes toubuntu18.04-docker-4c-2g
, and that'd be it. It's a three step process, but each step is pretty straightforward.The text was updated successfully, but these errors were encountered: