Commit 9116855
committed
fix: make metadata generation tolerant to missing architecture packages
When an exporter doesn't support all architectures (e.g., gpfs_exporter
only supports amd64), the metadata scripts should skip those combinations
instead of failing with exit 1.
Changed behavior:
- Exit 0 instead of exit 1 when no packages found
- Display warning instead of error
- Allows publish-metadata job to complete successfully1 parent 8b069d5 commit 9116855
File tree
2 files changed
+4
-4
lines changed- core/scripts
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
| 227 | + | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments