You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/09/15 10:35:43 UTC

[18/37] tinkerpop git commit: Removed reference to the "appveyor" build

Removed reference to the "appveyor" build

per discussion on TINKERPOP-1179 CTR


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

Branch: refs/heads/TINKERPOP-1280
Commit: e0de46e7a4b8586c0000158e049a358cde32ef84
Parents: 7fa75fd
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Sep 12 13:31:18 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Sep 12 13:31:18 2016 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                             |  2 +-
 appveyor.yml                                   | 14 -------
 docs/src/dev/developer/contributing.asciidoc   |  2 +-
 docs/src/dev/developer/for-committers.asciidoc | 13 ++-----
 pom.xml                                        | 41 ---------------------
 spark-gremlin/pom.xml                          | 27 --------------
 6 files changed, 6 insertions(+), 93 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e0de46e7/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 6e43233..646e496 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,7 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 TinkerPop 3.1.5 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-
++ Removed the `appveyor.yml` file as the AppVeyor build is no longer enabled by Apache Infrastructure.
 
 [[release-3-1-4]]
 TinkerPop 3.1.4 (Release Date: September 6, 2016)

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e0de46e7/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 452584c..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-version: '{build}'
-
-environment:
-  matrix:
-    - JAVA_HOME: C:\Program Files\Java\jdk1.8.0
-
-os: Windows Server 2012
-
-install:
-  - cmd: choco install maven -y -f
-  - cmd: refreshenv
-
-build_script:
-  - mvn clean validate -B -Dci -fae -Dappveyor

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e0de46e7/docs/src/dev/developer/contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/contributing.asciidoc b/docs/src/dev/developer/contributing.asciidoc
index 456a055..0c121c8 100644
--- a/docs/src/dev/developer/contributing.asciidoc
+++ b/docs/src/dev/developer/contributing.asciidoc
@@ -204,7 +204,7 @@ on the Apache TinkerPop repository.
 .. Include a rough synopsis of how the changes were tested. This might be as simple as "Ran mvn clean install to
 success and performed manual testing in the Gremlin Console".
 .. Include other descriptive elements about the change if they are not already included in the JIRA ticket.
-.. Automated builds will occur with Travis and AppVeyor. Please be sure that the pull request passes those builds and
+.. Automated builds will occur with Travis. Please be sure that the pull request passes those builds and
 correct them if there are problems.
 
 Once the pull request has been placed it will go into *review*:

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e0de46e7/docs/src/dev/developer/for-committers.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/for-committers.asciidoc b/docs/src/dev/developer/for-committers.asciidoc
index 64e43ce..fa88070 100644
--- a/docs/src/dev/developer/for-committers.asciidoc
+++ b/docs/src/dev/developer/for-committers.asciidoc
@@ -122,15 +122,10 @@ be adjusted accordingly to not auto-wildcard the imports.
 Build Server
 ------------
 
-TinkerPop uses both link:https://travis-ci.com/[Travis] and link:https://www.appveyor.com/[AppVeyor] for
-link:https://en.wikipedia.org/wiki/Continuous_integration[CI] services. Travis validates builds on Ubuntu, while
-AppVeyor validates builds on Windows.  The build statuses can be found here:
-
-* link:https://travis-ci.org/apache/tinkerpop[Travis Build Status]
-* link:https://ci.appveyor.com/project/ApacheSoftwareFoundation/tinkerpop[AppVeyor Build Status]
-
-Note that the CI process does not run integration tests or include Neo4j-related tests as those tests would likely
-exceed the allowable times for builds on these servers.
+TinkerPop uses link:https://travis-ci.com/[Travis] for link:https://en.wikipedia.org/wiki/Continuous_integration[CI]
+services. The build status can be found link:https://travis-ci.org/apache/tinkerpop[here].  Note that the CI process
+does not run integration tests or include Neo4j-related tests as those tests would likely exceed the allowable times
+for builds on these servers.
 
 Deprecation
 -----------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e0de46e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d0c782..2b58f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,6 @@ limitations under the License.
                     <excludes>
                         <exclude>.travis.yml</exclude>
                         <exclude>.dockerignore</exclude>
-                        <exclude>appveyor.yml</exclude>
                         <exclude>**/.classpath</exclude>
                         <exclude>**/.project</exclude>
                         <exclude>**/.settings/**</exclude>
@@ -1062,45 +1061,5 @@ limitations under the License.
                 </plugins>
             </build>
         </profile>
-
-        <profile>
-            <id>windows</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <os>
-                <family>windows</family>
-                </os>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>wagon-maven-plugin</artifactId>
-                        <version>1.0</version>
-                        <executions>
-                            <execution>
-                                <id>download-hadoop-winutils</id>
-                                <phase>generate-test-resources</phase>
-                                <goals>
-                                    <goal>download-single</goal>
-                                </goals>
-                                <configuration>
-                                    <url>http://public-repo-1.hortonworks.com/</url>
-                                    <fromFile>hdp-win-alpha/winutils.exe</fromFile>
-                                    <toDir>${project.build.directory}/hadoop_home/bin</toDir>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <argLine>-Dlog4j.configuration=${log4j-test.properties} -Dbuild.dir=${project.build.directory} -Dhadoop.home.dir=${project.build.directory}/hadoop_home</argLine>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 </project>

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e0de46e7/spark-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index b5797cb..907e57e 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -393,31 +393,4 @@
             </plugin>
         </plugins>
     </build>
-
-  <profiles>
-    <profile>
-        <id>appveyor</id>
-        <activation>
-            <activeByDefault>false</activeByDefault>
-            <property>
-                <name>appveyor</name>
-            </property>
-        </activation>
-    <build>
-    <plugins>
-        <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-                <excludes>
-                    <exclude>**/SparkHadoopGremlinTest*</exclude>
-                    <exclude>**/SparkGraphComputerGroovyProcessIntegrateTest*</exclude>
-                    <exclude>**/SparkGraphComputerProcessIntegrateTest*</exclude>
-                    <exclude>**/GryoSerializerIntegrateTest*</exclude>
-                </excludes>
-            </configuration>
-        </plugin>
-    </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>
\ No newline at end of file