-
Notifications
You must be signed in to change notification settings - Fork 63
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
add EKS 1.30 and 1.31 for testing #1736
Changes from 4 commits
15dd17c
cfcb7db
3effcd4
1ea09da
581979d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,28 @@ clusters: | |
- name: collector-ci-fargate-1-27 | ||
version: "1.27" | ||
launch_type: fargate | ||
- name: collector-ci-arm64-1-30 | ||
version: "1.30" | ||
launch_type: ec2 | ||
instance_type: m6g.large | ||
- name: collector-ci-amd64-1-30 | ||
version: "1.30" | ||
launch_type: ec2 | ||
instance_type: "m5.large" | ||
- name: collector-ci-fargate-1-30 | ||
version: "1.30" | ||
launch_type: fargate | ||
- name: collector-ci-arm64-1-31 | ||
version: "1.31" | ||
launch_type: ec2 | ||
instance_type: m6g.large | ||
- name: collector-ci-amd64-1-31 | ||
version: "1.31" | ||
launch_type: ec2 | ||
instance_type: "m5.large" | ||
- name: collector-ci-fargate-1-31 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we shall add the same for operator-ci-* and java-instrumentation-operator-* There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah I can. where are |
||
version: "1.31" | ||
launch_type: fargate | ||
# java agent test clustesr | ||
- name: java-instrumentation-operator-ci-amd64-1-24 | ||
version: "1.24" | ||
|
@@ -66,6 +88,16 @@ clusters: | |
launch_type: ec2 | ||
instance_type: m6g.large | ||
cert_manager: true | ||
- name: java-instrumentation-operator-ci-arm64-1-30 | ||
version: "1.30" | ||
launch_type: ec2 | ||
instance_type: m6g.large | ||
cert_manager: true | ||
- name: java-instrumentation-operator-ci-arm64-1-31 | ||
version: "1.31" | ||
launch_type: ec2 | ||
instance_type: m6g.large | ||
cert_manager: true | ||
# operator test clusters | ||
- name: operator-ci-amd64-1-24 | ||
version: "1.24" | ||
|
@@ -107,3 +139,23 @@ clusters: | |
launch_type: ec2 | ||
instance_type: m6g.large | ||
cert_manager: true | ||
- name: operator-ci-amd64-1-30 | ||
version: "1.30" | ||
launch_type: ec2 | ||
instance_type: m5.large | ||
cert_manager: true | ||
- name: operator-ci-arm64-1-30 | ||
version: "1.30" | ||
launch_type: ec2 | ||
instance_type: m6g.large | ||
cert_manager: true | ||
- name: operator-ci-amd64-1-31 | ||
version: "1.31" | ||
launch_type: ec2 | ||
instance_type: m5.large | ||
cert_manager: true | ||
- name: operator-ci-arm64-1-31 | ||
version: "1.31" | ||
launch_type: ec2 | ||
instance_type: m6g.large | ||
cert_manager: true |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updating test_config is probably the last change need