Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
secex: guard GPG encryption of Ignition config with mutex
Running secex tests with `--parallel=auto` complains: ``` $ cosa kola run --qemu-secex --tag secex --qemu-secex-hostkey hostkey.crt --parallel=auto === RUN ext.config.shared.secex.ensure === RUN ext.config.shared.secex.reboot 2024-11-01T17:28:29Z kola: retryloop: failed to bring up machines: encrypting /var/tmp/mantle-qemu2551463228/ignition_crypted.1734631171: exit status 2 ``` Use mutex for `gpg --encrypt` to avoid this issue.
- Loading branch information