Skip to content

Commit fb97c74

Browse files
Merge pull request #23125 from cevich/sensitive_names
Clearly indicate names w/ URLencoded duplicates
2 parents d367d55 + e58e715 commit fb97c74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.cirrus.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ validate-source_task:
128128
# otherwise duplicative effort in most tasks.
129129
build_task:
130130
alias: 'build'
131-
name: 'Build for $DISTRO_NV'
131+
name: 'Build for $DISTRO_NV' # N/B: Referenced by URLencoded strings elsewhere
132132
gce_instance: &standardvm
133133
image_project: libpod-218412
134134
zone: "us-central1-a"
@@ -237,17 +237,17 @@ alt_build_task:
237237
- env:
238238
# TODO: Replace with task using `winmake` to build
239239
# binary and archive installation zip file.
240-
ALT_NAME: 'Windows Cross'
240+
ALT_NAME: 'Windows Cross' # N/B: Referenced by URLencoded strings elsewhere
241241
- env:
242-
ALT_NAME: 'Alt Arch. x86 Cross'
242+
ALT_NAME: 'Alt Arch. x86 Cross' # N/B: Referenced by URLencoded strings elsewhere
243243
- env:
244-
ALT_NAME: 'Alt Arch. ARM Cross'
244+
ALT_NAME: 'Alt Arch. ARM Cross' # N/B: Referenced by URLencoded strings elsewhere
245245
- env:
246-
ALT_NAME: 'Alt Arch. MIPS Cross'
246+
ALT_NAME: 'Alt Arch. MIPS Cross' # N/B: Referenced by URLencoded strings elsewhere
247247
- env:
248-
ALT_NAME: 'Alt Arch. MIPS64 Cross'
248+
ALT_NAME: 'Alt Arch. MIPS64 Cross' # N/B: Referenced by URLencoded strings elsewhere
249249
- env:
250-
ALT_NAME: 'Alt Arch. Other Cross'
250+
ALT_NAME: 'Alt Arch. Other Cross' # N/B: Referenced by URLencoded strings elsewhere
251251
# This task cannot make use of the shared repo.tbz artifact.
252252
clone_script: *full_clone
253253
setup_script: *setup
@@ -260,7 +260,7 @@ alt_build_task:
260260

261261
# Confirm building the remote client, natively on a Mac OS-X VM.
262262
osx_alt_build_task:
263-
name: "Build for MacOS amd64+arm64"
263+
name: "Build for MacOS amd64+arm64" # N/B: Referenced by URLencoded strings elsewhere
264264
alias: osx_alt_build
265265
# Docs: ./contrib/cirrus/CIModes.md
266266
only_if: *no_rhel_release # RHEL never releases podman mac installer binary

0 commit comments

Comments
 (0)