Marton Elek created HDDS-2541:
---------------------------------
Summary: CI builds should use merged code state instead of the
forked branch
Key: HDDS-2541
URL: https://issues.apache.org/jira/browse/HDDS-2541
Project: Hadoop Distributed Data Store
Issue Type: Improvement
Components: build
Reporter: Marton Elek
As of now the github actions based CI runs uses the branch of the PR which is
the forked repo most of the time.
It would be better to force a rebase/merge (without push) before the builds to
test the possible state after the merge not before.
For example if a PR branch uses elek/hadoop-ozone:HDDS-1234 and request a merge
to apache/hadoop-ozone:master then the build should download the HDDS-1234 from
elek/hadoop-ozone AND *rebase/merge* to the apache/hadoop-ozone *before* the
build.
This merge is temporary just for the build/checks (no push at all).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]