Gautham Banasandra created HADOOP-18725: -------------------------------------------
Summary: Avoid cross platform build for irrelevant docker changes Key: HADOOP-18725 URL: https://issues.apache.org/jira/browse/HADOOP-18725 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 3.3.5 Environment: Centos 7, Centos 8, Debian 10, Ubuntu Focal, Windows 10 Reporter: Gautham Banasandra Assignee: Gautham Banasandra Currently, when one of the Dockerfiles (located at https://github.com/apache/hadoop/tree/trunk/dev-support/docker) changes, all the platform builds are run. For example, a change to Dockerfile_debian_10 would trigger a run for Centos 7, which isn't relevant. This leads to unnecessary delays in PR validation. We should thus limit the changes specific to the platform for the case where the corresponding Dockerfile changes. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org