All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: describe skipping triggering a pipeline in Gitlab
@ 2023-03-26  2:55 Heinrich Schuchardt
  2023-03-27  4:00 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2023-03-26  2:55 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Heinrich Schuchardt

'git push -o ci.skip' can be used to push to Gitlab without triggering a
pipeline.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/develop/ci_testing.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/develop/ci_testing.rst b/doc/develop/ci_testing.rst
index b9a9a516c1..d8690f2cd2 100644
--- a/doc/develop/ci_testing.rst
+++ b/doc/develop/ci_testing.rst
@@ -50,6 +50,12 @@ runners you are able to provide.  While it is intended to be able to run this
 pipeline on the free public instances provided at https://gitlab.com/ a problem
 with our squashfs tests currently prevents this.

+To push to Gitlab without triggering a pipeline use:
+
+.. code-block:: bash
+
+    git push -o ci.skip
+
 Docker container
 ----------------

--
2.39.2


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

* Re: [PATCH 1/1] doc: describe skipping triggering a pipeline in Gitlab
  2023-03-26  2:55 [PATCH 1/1] doc: describe skipping triggering a pipeline in Gitlab Heinrich Schuchardt
@ 2023-03-27  4:00 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2023-03-27  4:00 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Tom Rini, u-boot

On Sun, 26 Mar 2023 at 15:55, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 'git push -o ci.skip' can be used to push to Gitlab without triggering a
> pipeline.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/develop/ci_testing.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

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

end of thread, other threads:[~2023-03-27  4:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26  2:55 [PATCH 1/1] doc: describe skipping triggering a pipeline in Gitlab Heinrich Schuchardt
2023-03-27  4:00 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.