-
Notifications
You must be signed in to change notification settings - Fork 33
fix: update node image and Kind version in CI workflows #3098
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
base: main
Are you sure you want to change the base?
Conversation
|
Merging to
|
1c0db8a to
820a1d8
Compare
Log Metrics - Performance TestJSON Log Metrics |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
cad500a to
b081d1d
Compare
Log Metrics - Node Add Local |
…30.0 Signed-off-by: Jeromy Cannon <[email protected]>
…31.0 Signed-off-by: Jeromy Cannon <[email protected]>
…ions Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
…-node service Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
…and NPM in setup script Signed-off-by: Jeromy Cannon <[email protected]>
7b87c6e to
34550ab
Compare
…Helm Software Loader tests Signed-off-by: Jeromy Cannon <[email protected]>
Log Metrics - One Shot Single - using Podman📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - One Shot Single |
Log Metrics - External database new |
Log Metrics - Block Node |
Log Metrics - Integration |
Log Metrics - Dual Cluster Full |
Log Metrics - Standard |
Log Metrics - Node Upgrade |
Log Metrics - Node Local PTT |
Description
This pull request updates the Kubernetes Kind versions and related tooling across multiple GitHub Actions workflows and documentation, ensuring compatibility with the latest Kubernetes releases. Additionally, it refactors how environment variables are accessed in the test suite for improved maintainability.
CI/CD Workflow and Documentation Updates:
kubectlversion to v1.34.3, v0.31.0, and v1.34.0 respectively in the following GitHub Actions workflows for better alignment with the latest Kubernetes releases:.github/workflows/flow-examples-test.yaml.github/workflows/flow-gcs-test.yaml.github/workflows/flow-migration-test.yaml.github/workflows/flow-performance-test.yaml.github/workflows/zxc-e2e-test.yaml.github/workflows/zxc-hugo-build.yaml.github/workflows/zxc-unit-test.yamldocs/site/content/en/docs/solo-ci-workflow.mdto reflect these new Kind and Kubernetes versions, ensuring users follow the latest recommended setup. [1] [2] [3]Test Suite Improvements:
test/e2e/commands/tests/base-command-test.tsto use thegetEnvironmentVariablehelper for accessingSOLO_CHARTS_DIR, improving code clarity and consistency in environment variable usage. [1] [2]Related Issues
Pull request (PR) checklist
package.jsonchanges have been explained to and approved by a repository managerTesting
The following manual testing was done:
The following was not tested:
Commit message guidelines
We use 'Conventional Commits' to ensure that our commit messages are easy to read, follow a consistent format, and for automated release note generation. Please follow the guidelines below when writing your commit messages: