Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH] ci: fix documentation build for new patches
@ 2026-01-14 14:23 Andrea Cervesato
  2026-01-14 16:34 ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Cervesato @ 2026-01-14 14:23 UTC (permalink / raw)
  To: Linux Test Project

From: Andrea Cervesato <andrea.cervesato@suse.com>

curl command was not alligned with the ci-docker-build.yml workflow, so
it was failing due to HTTP request error.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
 .github/workflows/ci-sphinx-doc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-sphinx-doc.yml b/.github/workflows/ci-sphinx-doc.yml
index b225d32a6ba448fef2fb103cf7f891557be27a05..3dccf8b86a40c142c82021dac8b6ee7c1a273aea 100644
--- a/.github/workflows/ci-sphinx-doc.yml
+++ b/.github/workflows/ci-sphinx-doc.yml
@@ -46,7 +46,7 @@ jobs:
           git config --global --add safe.directory "$GITHUB_WORKSPACE"
 
           git checkout -b review_patch_series_"${{ inputs.SERIES_ID }}"
-          curl -k "${{ inputs.SERIES_MBOX }}" | git am
+          curl -k -L --retry 3 --max-redirs 1 --location-trusted "${{ inputs.SERIES_MBOX }}" | git am
 
           ./ci/tools/patchwork.sh state "${{ inputs.SERIES_ID }}" "needs-review-ack"
 

---
base-commit: 012f63081ad9cb2e5d5de4005e5cfed29f5c0edf
change-id: 20260114-fix_ci_doc-25179913ca9d

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] ci: fix documentation build for new patches
  2026-01-14 14:23 [LTP] [PATCH] ci: fix documentation build for new patches Andrea Cervesato
@ 2026-01-14 16:34 ` Petr Vorel
  2026-01-15  7:32   ` Andrea Cervesato via ltp
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2026-01-14 16:34 UTC (permalink / raw)
  To: Andrea Cervesato; +Cc: Linux Test Project

Hi Andrea,

> From: Andrea Cervesato <andrea.cervesato@suse.com>

> curl command was not alligned with the ci-docker-build.yml workflow, so
> it was failing due to HTTP request error.

Thanks!
Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] ci: fix documentation build for new patches
  2026-01-14 16:34 ` Petr Vorel
@ 2026-01-15  7:32   ` Andrea Cervesato via ltp
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Cervesato via ltp @ 2026-01-15  7:32 UTC (permalink / raw)
  To: Petr Vorel, Andrea Cervesato; +Cc: Linux Test Project

Merged, thanks


-- 
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-15  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 14:23 [LTP] [PATCH] ci: fix documentation build for new patches Andrea Cervesato
2026-01-14 16:34 ` Petr Vorel
2026-01-15  7:32   ` Andrea Cervesato via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox