YARN-8359. Exclude containermanager.linux test classes on Windows. Contributed 
by Jason Lowe.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3b88fe25
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3b88fe25
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3b88fe25

Branch: refs/heads/HDFS-12943
Commit: 3b88fe25baf130cd7a77590f9ded5b0bf028ef75
Parents: 351cf87
Author: Inigo Goiri <inigo...@apache.org>
Authored: Thu Jun 7 17:09:31 2018 -0700
Committer: Inigo Goiri <inigo...@apache.org>
Committed: Thu Jun 7 17:13:03 2018 -0700

----------------------------------------------------------------------
 .../hadoop-yarn-server-nodemanager/pom.xml      | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3b88fe25/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
index 5146820..26a5220 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
@@ -294,6 +294,27 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>native-win</id>
+      <activation>
+        <os>
+          <family>Windows</family>
+        </os>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                
<exclude>org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 
   <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to