Skip to content

Jv use ebpf for test 4.3 4.4 DON'T REVIEW #46

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

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
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
19 changes: 16 additions & 3 deletions .github/workflows/create-demo-clusters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,14 @@ jobs:
- name: Check out stackrox code
uses: actions/checkout@v4
with:
ref: ${{inputs.version}}
#ref: ${{inputs.version}}
#ref: jv-test-long-running-4.4-2
#ref: jv-test-long-running-4.4
#ref: mc/roxctl-not-found-fix
#ref: jv-test-long-running-4.4-3
#ref: jv-test-long-running-4.4
#ref: release-4.3
ref: jv-monitor-long-running-cluster-for-4.3
repository: stackrox/stackrox
- name: Checkout local action
uses: actions/checkout@v4
Expand Down Expand Up @@ -373,7 +380,13 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{inputs.version}}
#ref: ${{inputs.version}}
#ref: mc/roxctl-not-found-fix
#ref: jv-test-long-running-4.4-2
#ref: jv-test-long-running-4.4-3
#ref: jv-test-long-running-4.4 #Can't set collection method
#ref: release-4.3
ref: jv-monitor-long-running-cluster-for-4.3
repository: stackrox/stackrox
- uses: "google-github-actions/auth@v2"
with:
Expand All @@ -398,7 +411,7 @@ jobs:
CLUSTER_API_ENDPOINT: https://${{ needs.start-acs.outputs.central-ip }}:443
API_ENDPOINT: ${{ needs.start-acs.outputs.central-ip }}:443
CLUSTER: secured-cluster
COLLECTION_METHOD: core_bpf
COLLECTION_METHOD: ebpf
MONITORING_SUPPORT: "true"
STORAGE: pvc
MONITORING_LOAD_BALANCER: none
Expand Down