You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/12/13 07:08:06 UTC

mnemonic git commit: MNEMONIC-427: Update CI configuration files to reflect TLP status

Repository: mnemonic
Updated Branches:
  refs/heads/master 0962dc352 -> 1beee8fc8


MNEMONIC-427: Update CI configuration files to reflect TLP status


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

Branch: refs/heads/master
Commit: 1beee8fc8ceeb51ee6559170adcf494f05fd4b5d
Parents: 0962dc3
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Tue Dec 12 23:01:39 2017 -0800
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Tue Dec 12 23:01:39 2017 -0800

----------------------------------------------------------------------
 .circleci/config.yml | 6 +++---
 .travis.yml          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/1beee8fc/.circleci/config.yml
----------------------------------------------------------------------
diff --git a/.circleci/config.yml b/.circleci/config.yml
index fb60929..724ccd9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -18,9 +18,9 @@
 version: 2
 jobs:
   build:
-    working_directory: /ws/incubator-mnemonic
+    working_directory: /ws/mnemonic
     docker:
-      - image: mnemonic/mneci
+      - image: mnemonic/mneci:v2
     branches:
       only:
         - master
@@ -28,7 +28,7 @@ jobs:
       - run:
           name: Clean up
           command: |
-            rm -rf /ws/incubator-mnemonic
+            rm -rf /ws/mnemonic
       - checkout
       - run:
           name: Run tests

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/1beee8fc/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6a17ac8..aca77e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ branches:
     - master
 
 before_install:
-  - docker pull mnemonic/mneci
+  - docker pull mnemonic/mneci:v2
   - docker images
 
 install:
@@ -37,6 +37,6 @@ install:
 
 script:
   - ls -l $TRAVIS_BUILD_DIR
-  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; git clean -xdf; mvn clean install && mvn javadoc:javadoc"
+  - docker run -v $TRAVIS_BUILD_DIR:/ws/mnemonic --rm -t mnemonic/mneci:v2 /bin/bash -c "cd /ws/mnemonic; git log -1 --stat; git clean -xdf; mvn clean install && mvn javadoc:javadoc"
 #  the runall cannot be fulfilled using free plan since it needs more resource to run.
-#  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; bin/runall.sh"
+#  - docker run -v $TRAVIS_BUILD_DIR:/ws/mnemonic --rm -t mnemonic/mneci:v2 /bin/bash -c "cd /ws/mnemonic; git log -1 --stat; bin/runall.sh"