diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-07-27 23:38:23 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-07-27 23:38:23 +0200 |
| commit | c708cefe03363135c466a3c0e8543a95973bce7a (patch) | |
| tree | 0f8d4440327521a151824bb77c995304c33fe623 | |
| parent | fee841e527588fffb773ff87bdfeaed28c514dfd (diff) | |
Add cooldown to doc, book jobs.
| -rwxr-xr-x | .github/ci/book.sh | 2 | ||||
| -rwxr-xr-x | .github/ci/doc.sh | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/ci/book.sh b/.github/ci/book.sh index c91d10d16..dada4b348 100755 --- a/.github/ci/book.sh +++ b/.github/ci/book.sh | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | ## on push branch=main | 2 | ## on push branch=main |
| 3 | ## priority -100 | 3 | ## priority -100 |
| 4 | ## dedup dequeue | 4 | ## dedup dequeue |
| 5 | ## cooldown 15m | ||
| 5 | 6 | ||
| 6 | set -euxo pipefail | 7 | set -euxo pipefail |
| 7 | 8 | ||
| @@ -17,3 +18,4 @@ kubectl exec $POD -- mkdir -p /usr/share/nginx/html | |||
| 17 | kubectl cp book.tar $POD:/usr/share/nginx/html/ | 18 | kubectl cp book.tar $POD:/usr/share/nginx/html/ |
| 18 | kubectl exec $POD -- find /usr/share/nginx/html | 19 | kubectl exec $POD -- find /usr/share/nginx/html |
| 19 | kubectl exec $POD -- tar -C /usr/share/nginx/html -xvf /usr/share/nginx/html/book.tar | 20 | kubectl exec $POD -- tar -C /usr/share/nginx/html -xvf /usr/share/nginx/html/book.tar |
| 21 | 3 | ||
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index 26971afdc..ac96008d8 100755 --- a/.github/ci/doc.sh +++ b/.github/ci/doc.sh | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | ## on push branch=main | 2 | ## on push branch=main |
| 3 | ## priority -100 | 3 | ## priority -100 |
| 4 | ## dedup dequeue | 4 | ## dedup dequeue |
| 5 | ## cooldown 15m | ||
| 5 | 6 | ||
| 6 | set -euxo pipefail | 7 | set -euxo pipefail |
| 7 | 8 | ||
