Skip to content

Commit ae3b2ff

Browse files
committed
Fix misleading s3 fix command name
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 079e96d commit ae3b2ff

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/kernel_ci_cloud_labs/core/pipeline.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ def _warn_if_logs_not_public(provider, storage):
313313
logger.warning(
314314
"Bucket %s is missing the PublicReadKernelBootLogs policy; "
315315
"boot-log URLs published to KCIDB will return AccessDenied. "
316-
"Run `aws setup validate --bucket %s --fix` to repair.",
316+
"Run `kernel-ci-cloud-runner aws setup validate --bucket %s --fix` "
317+
"to repair.",
317318
bucket,
318319
bucket,
319320
)
@@ -339,8 +340,9 @@ def run_pipeline(
339340

340341
# Lightweight check: are kernel boot logs going to be reachable by KCIDB
341342
# dashboard users via the public S3 URL we'll publish? We only warn — a
342-
# broken policy doesn't justify aborting a run, and `aws setup validate
343-
# --fix` is the supported way to repair it.
343+
# broken policy doesn't justify aborting a run, and
344+
# `kernel-ci-cloud-runner aws setup validate --fix` is the supported way
345+
# to repair it.
344346
_warn_if_logs_not_public(provider, storage)
345347

346348
try:

0 commit comments

Comments
 (0)