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:44:32 UTC

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

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-catalog.git


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

commit 481be949f47d8d64a4dcbfbeec96efba76bf209e
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Dec 21 16:44:28 2022 -0500

    remove travis from required checks for merging PRs (#326)
    
    * remove travis from required checks for merging PRs
    * disable tests to allow PR disabling travis to be merged
---
 .asf.yaml   | 2 --
 .travis.yml | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ee64b2f..5e83413 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 e8f7f49..15345c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,4 +39,5 @@ before_install:
   - ./tools/travis/setup.sh
 
 script:
-  - ./tools/travis/build.sh
+#  - ./tools/travis/build.sh
+   - echo "tests disabled"
\ No newline at end of file