Skip to content

Remove packer related code and CI jobs

Balasankar 'Balu' C requested to merge drop-packer-jobs into master

In the past, we were building only a single architecture and limited number of OSs. At that time, we created custom GCP disks which included all the builder images so that package build jobs need not spend time on pulling builder images. However, that is no longer the case. We build for multiple architectures, and have too many OS versions to support. Doing this is not economically feasible. Moreover, we just use COS as our disk image in our builder runners.

Hence, remove the packer related code and CI jobs.

Merge request reports