SatelliteQE / robottelo-ci

Jenkins jobs configuration files to be used to run Robottelo against Satellite 6.
GNU General Public License v3.0
14 stars 45 forks source link

foreman-debug is missing in automation #1739

Closed tstrych closed 4 years ago

tstrych commented 4 years ago

I was unable to find in our automation foreman-debug.tar.xz, and with rplevka help, we found where the problem is.

In #1697 - Tiers pipeline archives artifacts before generating foreman-debug report

And I found in #1703 - there was move with https://github.com/SatelliteQE/robottelo-ci/blob/master/workflows/qe/satellite6-automation/satellite6-tiers.groovy#L336

As said in issue #1697 Because of https://github.com/SatelliteQE/robottelo-ci/blob/master/workflows/qe/satellite6-automation/satellite6-tiers.groovy#L348 Obviously, this results in no foreman-debug.tar.xz being archived as artifact.

I also looked at jenkins, and at 6th December there was foreman-debug.tar.xz And after #1703 at Dec 9. there is no foreman-debug.tar.xz

TLDR same problem as was in #1697 was created once again.

tstrych commented 4 years ago

issue was solved with #1740 ,closing.