We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fac4e commit 5cda1d1Copy full SHA for 5cda1d1
2 files changed
.gitlab-ci.yml
@@ -84,9 +84,6 @@ build_with_cache:
84
<<: *default_cache
85
policy: push
86
87
-deploy_to_reliability_env:
88
- stage: publish
89
-
90
deploy_to_profiling_backend:
91
stage: publish
92
needs: [ build ]
.gitlab/macrobenchmarks.yml
@@ -6,6 +6,7 @@
6
- if: ($NIGHTLY_BENCHMARKS || $CI_PIPELINE_SOURCE != "schedule") && $CI_COMMIT_REF_NAME == "master"
7
when: always
8
- when: manual
9
+ allow_failure: true
10
tags: ["runner:apm-k8s-same-cpu"]
11
needs: ["build"]
12
interruptible: true
0 commit comments