Alex Lyn
a35dcf952e
ci: Fix YAML parsing flakiness caused by mktemp random suffixes
...
In some CI runs, `mktemp` generates random characters that accidentally
form file extensions like `.cSV` or `.Xml`. This triggers downstream
parsing errors because the YAML content is misidentified as CSV/XML.
The issues look like as below:
```
'/tmp/bats-run-KodZEA/.../pod-guest-pull-in-trusted-storage.yaml.in.cSV':
...
```
This commit fixes the issue by:
1. Moving the `XXXXXX` placeholder before the `.yaml` extension.
2. Ensuring the generated file always ends in `.yaml`.
This prevents format misidentification while maintaining filename
uniqueness and security.
Signed-off-by: Alex Lyn <alex.lyn@antgroup.com >
2026-03-06 09:21:29 +08:00
..
2026-02-10 21:58:28 +01:00
2026-03-04 16:28:29 +00:00
2024-09-30 10:58:30 -05:00
2025-05-20 14:43:38 -03:00
2025-12-09 23:18:11 +01:00
2026-01-23 16:18:10 -08:00
2025-03-04 09:35:46 +00:00
2026-03-04 11:26:31 +01:00
2025-12-17 16:14:10 +00:00
2026-02-23 09:00:29 +01:00
2025-12-17 16:14:10 +00:00
2026-02-25 09:57:36 -08:00
2026-02-10 21:58:28 +01:00
2026-02-14 08:56:21 +05:30
2025-12-17 16:14:10 +00:00
2026-02-11 05:52:13 +01:00
2026-02-14 08:56:21 +05:30
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-18 18:57:16 +01:00
2026-01-28 19:47:49 +01:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-11-19 11:59:59 +01:00
2025-06-16 13:54:15 +08:00
2025-11-20 19:02:15 +01:00
2026-03-06 09:21:29 +08:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2026-02-10 21:58:28 +01:00
2025-12-17 16:14:10 +00:00
2026-02-10 21:58:28 +01:00
2025-12-17 16:14:10 +00:00
2026-02-10 21:58:28 +01:00
2026-02-05 23:04:35 +01:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2026-02-09 15:56:13 +01:00
2025-12-18 10:57:14 +01:00
2026-02-13 13:12:55 +01:00
2025-12-17 16:14:10 +00:00
2026-02-24 08:08:15 +01:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2026-02-01 20:09:50 +01:00
2026-03-04 21:50:51 +01:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2026-02-10 21:58:28 +01:00
2025-12-17 16:14:10 +00:00
2026-02-18 20:20:14 +01:00
2026-02-13 20:56:08 +01:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2025-12-17 16:14:10 +00:00
2026-02-21 08:44:47 +01:00
2026-02-10 18:12:17 +01:00
2026-02-18 20:20:14 +01:00
2026-02-25 21:01:25 +00:00
2026-03-04 20:13:21 +01:00