You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/08 15:41:24 UTC

[GitHub] csantanapr commented on a change in pull request #3613: Split test jobs in Travis

csantanapr commented on a change in pull request #3613: Split test jobs in Travis
URL: https://github.com/apache/incubator-openwhisk/pull/3613#discussion_r186773922
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -48,18 +48,32 @@ notifications:
 before_install:
   - pip install --upgrade pip setuptools six
   - pip3 install --upgrade pip setuptools six
-  - ./tools/travis/flake8.sh  # Check Python files for style and stop the build on syntax errors
 
 install:
   - ./tools/travis/setup.sh
 
 jobs:
   include:
     - script:
-        - ./tools/travis/build.sh
+        - export ORG_GRADLE_PROJECT_testSetName="REQUIRE_ONLY_DB"
+        - ./tools/travis/scan.sh
+        - ./tools/travis/setupPrereq.sh
+        - ./tools/travis/distDocker.sh
+        - ./tools/travis/runTests.sh
         - ansible-playbook -i ansible/environments/local ansible/logs.yml # collect logs regardless of build exit
-        - ./tools/travis/box-upload.py "$TRAVIS_BUILD_DIR/logs" "$TRAVIS_BUILD_ID-$TRAVIS_BRANCH.tar.gz"
-      env: DESCRIPTION="Execute test suite."
+        - tools/build/checkLogs.py logs db
 
 Review comment:
   Not consistent `./tools` starting with `./`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services