diff options
| author | Tom Rini <[email protected]> | 2023-04-01 10:55:06 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-01 10:55:06 -0400 |
| commit | 6c617e082d181cff0c8d5b2ab8d00f5017cc13e1 (patch) | |
| tree | 805c0e0179018ba244223c5f49be4911b841d30c /doc/develop/ci_testing.rst | |
| parent | 897d634a9861feedbccf63fad5383670dd973276 (diff) | |
| parent | dfd4288173245f0ea03df3e73cf62848c0212d98 (diff) | |
Merge tag 'efi-2023-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-04-rc6
Documentation:
* describe skipping triggering a pipeline in Gitlab
UEFI:
* correct shortening of device-paths for boot options
Diffstat (limited to 'doc/develop/ci_testing.rst')
| -rw-r--r-- | doc/develop/ci_testing.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/develop/ci_testing.rst b/doc/develop/ci_testing.rst index b9a9a516c1e..ffaacedc3d8 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 ---------------- |
