You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/12/21 21:45:30 UTC

[openwhisk-apigateway] branch master updated: remove travis from required checks for merging PRs (#398)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git


The following commit(s) were added to refs/heads/master by this push:
     new 176f4bc  remove travis from required checks for merging PRs (#398)
176f4bc is described below

commit 176f4bcefeb28fbc6b57ab6e9cb03a36a1111296
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Dec 21 16:45:24 2022 -0500

    remove travis from required checks for merging PRs (#398)
    
    * remove travis from required checks for merging PRs
    * comment out failing tests
---
 .asf.yaml   | 2 --
 .travis.yml | 9 +++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 35021ac..8200063 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,8 +31,6 @@ github:
     master:
       required_status_checks:
         strict: false
-        contexts:
-          - "Travis CI - Pull Request"
       required_pull_request_reviews:
         required_appoving_review_count: 1
       required_signatures: false
diff --git a/.travis.yml b/.travis.yml
index e987ba6..7b53907 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,12 +40,13 @@ env:
 before_install:
   - ./tools/travis/scan.sh
   - ./tools/travis/setup.sh
-  - source ./tools/travis/setenv_lua.sh
+#  - source ./tools/travis/setenv_lua.sh
 
 script:
-  - ./tools/lua-releng -L -e scripts/lua/**/*.lua
-  - make test
-  - ./tools/travis/build.sh
+   - echo "tests disabled"
+#  - ./tools/lua-releng -L -e scripts/lua/**/*.lua
+#  - make test
+#  - ./tools/travis/build.sh
 
 deploy:
   # deploy nightly