Revert "Pass the builder type to verify jobs"
[releng/global-jjb.git] / releasenotes / notes / remove-packer-build-only-flag-2b5a53cf34dc9c6d.yaml
1 ---
2 fixes:
3   - |
4     Remove the -only CLI option for packer build
5
6     The #CR 90dd675df482a8 submitted with common-packer v0.7.0
7     fails to build packer jobs because of a bug in the packer build CLI.
8
9     The `-only` option packer build CLI does not set the cloud provider
10     name/type as per the documentation. The alternative is to use an environment
11     variable that is passed through the packer job and can be reference in the
12     packer templates.
13
14     Ref:
15     Github Issue: https://github.com/hashicorp/packer/issues/10495