Attila Doroszlai created HDDS-3777:
--------------------------------------

             Summary: Reduce recon UI build time
                 Key: HDDS-3777
                 URL: https://issues.apache.org/jira/browse/HDDS-3777
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
          Components: build
    Affects Versions: 0.6.0
            Reporter: Attila Doroszlai


Hi [~vivekratnavel], [~elek],

The change in HDDS-3682 increased Recon build time by ~10 minutes, eg.:

{code:title=before}
[INFO] Apache Hadoop Ozone Recon .......................... SUCCESS [04:04 min]
{code}

{code:title=after}
[INFO] Apache Hadoop Ozone Recon .......................... SUCCESS [16:34 min]
{code}

Recon UI is built in _compile_, _acceptance_ and _coverage_ checks.  Since 
_coverage_ runs after all other checks, the increment affects overall CI 
response time twice.  (Effect was 3x before HDDS-3726, thanks for the fix in 
{{integration.sh}}.)

Is there any way to speed this up, eg. by installing dependencies in the 
ozone-build docker image?

before: https://github.com/apache/hadoop-ozone/actions/runs/130155633
pre-HDDS-3726: https://github.com/apache/hadoop-ozone/actions/runs/130301719
current: https://github.com/apache/hadoop-ozone/actions/runs/131217499



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to