You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prombench/manifests/cluster-infra/7a_commentmonitor_configmap_noparse.yaml
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,12 @@ data:
18
18
* See the details [here](https://github.com/prometheus/test-infra/tree/master/prombench/manifests/prombench#benchmarking-from-the-different-directory), defaults to `manifests/prombench`.
19
19
* `--bench.version=<branch | @commit>`
20
20
* See the details [here](https://github.com/prometheus/test-infra/tree/master/prombench/manifests/prombench#benchmarking-from-the-custom-test-infra-commitbranch), defaults to `master`.
21
+
* `--bench.use-registry=<true | anything else>`
22
+
* If `true`, benchmark will use the Prometheus from the quay.io/prometheus/prometheus for the "release" version. Any other value will cause benchmark to rebuild the prometheus from the provided (start or restart argument) reference, same as the PR Prometheus. By default it builds from source.
# Attempt 2: If PR fetch fails, try assuming it's a branch or Git SHA
63
+
echo">> Reference 'pull/${REFERENCE}/head' not found; assuming reference is not a PR number. Trying to fetch '${REFERENCE}' as a remote branch or SHA..."
24
64
25
-
git checkout pr-branch
65
+
# We fetch specifically the ref to FETCH_HEAD to avoid naming conflicts
0 commit comments