edgexfoundry / ci-management

Control repo for Jenkins job and build minion definitions | Owner: DevOps WG
Apache License 2.0
10 stars 34 forks source link

Remove EdgeX custom Ubuntu 18.04 arm64 file #597

Closed eb-oss closed 4 years ago

eb-oss commented 4 years ago

The EdgeX var file for Ubuntu 18.04 arm64 is identical to the common-packer version, other than the base_image. This routes around updates and fixes made in common-packer, making upkeep unnecessarily difficult. The best choice now is to remove the custom file, and only reintroduce it if EdgeX's requirements deviate from common-packer in the future.

Issue: LF-Jira RELENG-2751 Signed-off-by: Eric Ball eball@linuxfoundation.org

PR Checklist

Please check if your PR fulfills the following requirements:

Issue Number:

Sandbox Testing

Test Links :

Are there any specific instructions or things that should be known prior to reviewing?

Other information

eb-oss commented 4 years ago

For reference, here is the common-packer version of this file: https://github.com/lfit/releng-common-packer/blob/master/vars/ubuntu-18.04-arm64.json

We have been essentially maintaining a copy of that file in this repo. It's the only custom var file we have, and it's not particularly "custom," so I think removing it is the best bet.