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:59:49 UTC

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

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


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

commit 0e9b45ff5ff300d5bdb8f9e5cf89a0806f0475ab
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Dec 21 16:59:44 2022 -0500

    remove travis from required checks for merging PRs (#1155)
    
    * remove travis from required checks for merging PRs
    * upgrade go level
    * disable more tests...
---
 .asf.yaml   |  2 --
 .travis.yml | 22 +++++++++++-----------
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 17397543..d433912c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,8 +33,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 078eaba5..54906f78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
   include:
     - os: linux
       sudo: required
-      go: "1.15"
+      go: "1.18"
       services: docker
       dist: xenial
 
@@ -82,13 +82,13 @@ before_script:
 script:
   - echo "Installing and building OpenWhisk platform using Ansible..."
   - "./tools/travis/showenv.sh"
-  - "./tools/travis/script.sh"
+#  - "./tools/travis/script.sh"
 
-after_success:
-  - DEPLOY_BUILD_READY=true
-  - if [ "$TRAVIS_EVENT_TYPE" == "cron" ] ; then
-    export DEPLOY_BUILD_READY=false;
-    fi
+# after_success:
+#   - DEPLOY_BUILD_READY=true
+#   - if [ "$TRAVIS_EVENT_TYPE" == "cron" ] ; then
+#     export DEPLOY_BUILD_READY=false;
+#     fi
 
 # If this is a "tagged" GitHub build, then use Gradle Wrapper
 # to build binaries for all supported OS platforms and architectures.
@@ -154,10 +154,10 @@ deploy:
 # Makefile is not used elsewhere here (especially if we do not use th
 # build_tag_release.sh script) as it is for Windows developers primarily
 # and we are building using Linux.
-after_script:
-  - make clean
-  - tree /build
-  - tree /release
+# after_script:
+#   - make clean
+#   - tree /build
+#   - tree /release
 
 env:
   global: