Closed kashifest closed 8 months ago
/test-ubuntu-e2e-integration-main /test-centos-integration-release-1-6
As you can see, we are lucky to hit the issue right away and now the lib/releases.sh
is failing right away without moving forward
https://jenkins.nordix.org/job/metal3_metal3_dev_env_main_e2e_integration_test_ubuntu/318/
https://jenkins.nordix.org/job/metal3_metal3_dev_env_release-1-6_integration_test_centos/72/
/test-ubuntu-e2e-integration-main /test-centos-integration-release-1-6
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: smoshiur1237
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Function
get_latest_release()
is called as a subshell and since the echo is in stdout in case an error has occurred, this error string is exported wrongly as the release versions in variables.This in turn fools the empty check and causes thelib/releases.sh
not to error out. The test moves on and fails elsewhere with a confusing error output.