Commit 6813e3f
committed
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.1 parent d72b3ee commit 6813e3f
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
758 | 759 | | |
759 | 760 | | |
760 | 761 | | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
761 | 769 | | |
762 | 770 | | |
763 | 771 | | |
764 | 772 | | |
765 | 773 | | |
| 774 | + | |
| 775 | + | |
766 | 776 | | |
767 | 777 | | |
768 | 778 | | |
| |||
0 commit comments