|
upgrade_oldest/upgraded_latest jobs are getting skipped due to the check in 70_install_released_puppetdb.rb not catching anything. The jenkins job name suggested that the keyword should possibly be called install_type instead of install_mode, but that did nothing. It's possible that we're actually overriding install_type from ci-job-configs (where it is getting set properly) using our own definition of install_type in config.rb. I haven't dug quite deep enough to see.
The current behavior is to skip the install_released part and essentially function as an install test. Expected behavior is for upgrade_oldest to test an upgrade from the oldest that supports a direct upgrade, and upgrade_latest from the latest released.
|