Add weekly forward compatibility testing#1884
Open
ArangoGutierrez wants to merge 11 commits intoNVIDIA:mainfrom
Open
Add weekly forward compatibility testing#1884ArangoGutierrez wants to merge 11 commits intoNVIDIA:mainfrom
ArangoGutierrez wants to merge 11 commits intoNVIDIA:mainfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement automated forward compatibility tests that validate GPU Operator
against the latest published images from NVIDIA component repositories.
Changes
Workflow Refactoring:
ci.yamlinto reusable workflow modules (variables.yaml,golang-checks.yaml,config-checks.yaml,image-builds.yaml,e2e-tests.yaml,release.yaml)Forward Compatibility Testing:
forward-compatibility.yamlworkflow (weekly + manual trigger)get-latest-images.shto fetch latest commit-based images with retry/backoffgenerate-values-overrides.shto produce Helm values override fileE2E Test Enhancements:
e2e-tests.yamlwith optionaluse_values_overrideinputenv-to-values.shto convert env vars to Helm values fileinstall-operator.shwith proper YAML merging viayqVALUES_FILEto remote test instances (per @rajathagasthya review)Notifications:
Components Tested
ghcr.io/nvidia/container-toolkitghcr.io/nvidia/k8s-device-pluginghcr.io/nvidia/k8s-mig-managerWe could add other operands later, but I wanted to start with the core ones.
Schedule: Every Monday at 2 AM UTC
Review Feedback Addressed
operator_image/operator_versionto variables workflow (@cdesiniotis)VALUES_FILEto remote test instance (@rajathagasthya)yqfor proper YAML mergingoperator_versioninput from release workflow