Commit cac4b51
committed
gha-matrix: add short hash-free
The GHA job name was `matrix.desc`, which for artifacts is `name=version`
(version carrying the source/patch/config/revision content hashes), e.g.
`uboot-bananapim7-vendor=2017.09-S39cd-P1ff0-...`. Those hashes are the OCI
cache identity, but in the Actions UI they're just noise.
Add a separate, hash-free `name` to every matrix item (artifacts:
`artifact_name`; images: `image_file_id`) so workflows can label jobs with the
readable name while `desc`/`invocation` keep the full hashed identity. Backward
compatible: `desc` is unchanged, this only adds a field.
Signed-off-by: Igor Pecovnik <igor@armbian.com>name to matrix items for job labels1 parent e096863 commit cac4b51
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
130 | | - | |
| 134 | + | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
| |||
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
190 | | - | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| |||
0 commit comments