We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39de9cb commit 6ce82f6Copy full SHA for 6ce82f6
.gitlab/benchmarks.yml
@@ -19,6 +19,10 @@ build-nginx-module:
19
stage: build
20
tags: ["arch:amd64"]
21
timeout: 20min
22
+ rules:
23
+ - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^release\/v/
24
+ interruptible: false
25
+ - interruptible: true
26
image: $BUILD_IMAGE
27
variables:
28
WAF: OFF
@@ -43,6 +47,10 @@ build-nginx-module:
43
47
needs: ["build-nginx-module"]
44
48
tags: ["runner:apm-k8s-same-cpu"]
45
49
timeout: 1h
50
51
52
53
46
54
image: $MACROBENCHMARKS_CI_IMAGE
55
script:
56
- cp .musl-build/ngx_http_datadog_module.so /usr/lib/nginx/modules/ngx_http_datadog_module.so
0 commit comments