-
Notifications
You must be signed in to change notification settings - Fork 55
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
Updated scripts and workflows to test kruize docker image from the manifest yaml #875
Conversation
603a0e8
to
85adcc7
Compare
8d0c82f
to
f48507b
Compare
tests/test_autotune.sh
Outdated
#if [ -z "${AUTOTUNE_DOCKER_IMAGE}" ]; then | ||
# if [ ${testsuite} != "remote_monitoring_tests" ]; then | ||
# AUTOTUNE_DOCKER_IMAGE="${AUTOTUNE_IMAGE}" | ||
# fi | ||
#fi |
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.
Please remove commented out code
run functional tests |
@chandrams Please fix the conflicts |
466f2fc
to
2736d80
Compare
@chandrams Please fix the conflicts |
… image in the manifest file for remote monitoring Signed-off-by: Chandrakala Subramanyam <[email protected]>
Signed-off-by: Chandrakala Subramanyam <[email protected]>
…ize pod name Signed-off-by: Chandrakala Subramanyam <[email protected]>
Signed-off-by: Chandrakala Subramanyam <[email protected]>
Signed-off-by: Chandrakala Subramanyam <[email protected]>
2736d80
to
24e85d4
Compare
@dinogun I have resolved the conflicts, please review. |
So is the test_crc_manifest_build job expected to fail? |
From the Logs I see it is still using 0.0.19.4_rm build, let me push a change and trigger the build again
|
Signed-off-by: Chandrakala Subramanyam <[email protected]>
Now it picked the build from the manifest which is 0.0.20_rm but failed as the build is not available on docker.hub
|
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.
Merging as the manifest job is expected fail during a release
Updated scripts and workflows to test kruize docker image from the manifest yaml