Unverified Commit 0e244a80 authored by anarcat's avatar anarcat
Browse files

move ci howto to ci service

parent e468fdb0
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -105,6 +105,11 @@ which look like a styled, curly, and closing quotation mark `”`.


# How-to
# How-to


## Continuous Integration (CI)

All CI documentation resides in a different document see
[service/ci](service/ci).

## Email interactions
## Email interactions


You can interact with GitLab by email too. 
You can interact with GitLab by email too. 
@@ -346,11 +351,6 @@ plus](https://github.com/helloworld1/FreeOTPPlus/), see also this [list from the
hardware token must implement the U2F protocol, which is supported by
hardware token must implement the U2F protocol, which is supported by
security tokens like the [YubiKey](https://en.wikipedia.org/wiki/YubiKey), [Nitrokey](https://www.nitrokey.com/), or similar.
security tokens like the [YubiKey](https://en.wikipedia.org/wiki/YubiKey), [Nitrokey](https://www.nitrokey.com/), or similar.


## Why is my CI job not running?

There might be too many jobs in the queue. You can monitor the queue
in our [Grafana dashboard](https://grafana.torproject.org/d/QrDJktiMz/gitlab-omnibus).

## Deleting sensitive attachments
## Deleting sensitive attachments


If a user uploaded a secret attachment by mistake, just deleting the
If a user uploaded a secret attachment by mistake, just deleting the
+5 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,11 @@ the shared runners in a project?


<!-- more in-depth procedure that may require interpretation -->
<!-- more in-depth procedure that may require interpretation -->


## Why is my CI job not running?

There might be too many jobs in the queue. You can monitor the queue
in our [Grafana dashboard](https://grafana.torproject.org/d/QrDJktiMz/gitlab-omnibus).

## Building docker images
## Building docker images


TODO: document how to build docker images from GitLab CI. Maybe with
TODO: document how to build docker images from GitLab CI. Maybe with