Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stackrox: set e2e-benchmarking EXTRA_FLAGS to include --metrics-profile acs metrics url #57412

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b7540cf
allow repo arg
davdhacs Sep 24, 2024
8cb38a2
use stackrox e2e repo
davdhacs Sep 24, 2024
24af0d5
remove quotes
davdhacs Sep 25, 2024
2d7d444
retry stackrox cr creates
davdhacs Sep 25, 2024
944b7bb
set tag version
davdhacs Sep 25, 2024
98299ea
specify local directory for clone
davdhacs Sep 25, 2024
6e189ef
Merge branch 'master' into rox-26061-allow-e2e-repo-fork
davdhacs Sep 25, 2024
8333da7
fix across workload types
davdhacs Sep 25, 2024
576340c
Merge branch 'master' into rox-26061-allow-e2e-repo-fork
davdhacs Oct 2, 2024
dd461e7
use dev repo and set arg
davdhacs Oct 2, 2024
3693896
sort
davdhacs Oct 2, 2024
936f38b
add extra_args to the steps
davdhacs Oct 2, 2024
d252f2e
FLAGS not ARGS
davdhacs Oct 3, 2024
f5d83b9
set flags
davdhacs Oct 3, 2024
f127699
Merge branch 'master' into rox-26061-allow-e2e-repo-fork
davdhacs Oct 4, 2024
b18cd84
remove commands changes
davdhacs Oct 4, 2024
4df0e1e
remove E2E_REPO param
davdhacs Oct 4, 2024
d54dc6b
add KUBE_BURNER_VERSION with profiles arg
davdhacs Oct 4, 2024
853c626
Merge branch 'master' into rox-26061-allow-e2e-repo-fork
davdhacs Oct 9, 2024
92d0c18
add metrics-aggregated.yml
davdhacs Oct 9, 2024
829bf5d
make update
davdhacs Oct 9, 2024
242c328
yaml moved
davdhacs Oct 9, 2024
5009de0
Merge branch 'master' into rox-26061-allow-e2e-repo-fork
davdhacs Oct 9, 2024
59cafbc
remove extraflags where not needed
davdhacs Oct 9, 2024
4f8f016
remove duplicates
davdhacs Oct 9, 2024
2cb980f
Merge branch 'master' into rox-26061-allow-e2e-repo-fork
davdhacs Oct 9, 2024
738bb8e
preserve default churn/timeout
davdhacs Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ tests:
BASE_DOMAIN: perfscale.rox.systems
COMPUTE_NODE_REPLICAS: "24"
ES_SECRETS_PATH: /secret_stackrox
EXTRA_FLAGS: --churn-duration=20m --timeout=5h --metrics-profile metrics-aggregated.yml,https://raw.githubusercontent.com/stackrox/stackrox/refs/heads/master/tests/performance/scale/config/metrics-acs.yml
KUBE_BURNER_VERSION: 1.4.0
USER_TAGS: |
TicketId 382
ZONES_COUNT: "3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ ref:
tag: latest
cli: latest
env:
- name: EXTRA_FLAGS
default: ""
documentation: |-
Add args for e2e-benchmarking kube-burner-ocp cmd.
- name: E2E_VERSION
default: "v2.2.3"
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ ref:
cpu: 100m
memory: 100Mi
env:
- name: EXTRA_FLAGS
default: ""
documentation: |-
Add args for e2e-benchmarking kube-burner-ocp cmd.
- name: E2E_VERSION
default: "v2.2.3"
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ ref:
name: ocp-qe-perfscale-es
mount_path: /secret
env:
- name: EXTRA_FLAGS
default: ""
documentation: |-
Add args for e2e-benchmarking kube-burner-ocp cmd.
- name: E2E_VERSION
default: "v2.2.3"
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ ref:
cpu: 100m
memory: 100Mi
env:
- name: EXTRA_FLAGS
default: ""
documentation: |-
Add args for e2e-benchmarking kube-burner-ocp cmd.
- name: E2E_VERSION
default: "v2.2.3"
documentation: |-
Expand Down