-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
DAG 2020-02-24
-
3
The bypass compile for burn_in_tags is not working. You can see in the this patch build. There are a few things wrong.
- The rhel-62 compile was also bypassed, so the burn_in_tags needs to use the mainline compile artifacts, but it is trying the use the rhel-62 artifacts, which do not exist.
- The compile task no longer generates a "shell" file and bypass compile is attempting to copy that file.
- The compile_TG now includes the package task by default, which add a 25 minute task to the burn_in build variants.
We should fix all of these things.
As a Server engineer,
I want bypass compile to work with burn_in_tags,
So that I don't have to wait to recompile artifacts that have already been compiled.
AC:
- burn_in_tags reused compiled artifacts even if the rhel 62 compile used bypass compile.
- burn_in_tags does not run package in the generated build variants.