]> granicus.if.org Git - vim/commitdiff
patch 8.2.2158: CI on cirrus times out, coveralls doesn't always run v8.2.2158
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Dec 2020 15:29:25 +0000 (16:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Dec 2020 15:29:25 +0000 (16:29 +0100)
Problem:    CI on cirrus times out, coveralls doesn't always run.
Solution:   Set timeout to 20 minutes. Adjust condition. (closes #7493)

.cirrus.yml
.github/workflows/ci.yml
src/version.c

index a098789c59fead1a2717a6d9060d1175e90c8c7e..4d78085b8d4667424ed98681e2a8716ab0ea63dc 100644 (file)
@@ -3,6 +3,8 @@ env:
   FEATURES: huge
 
 freebsd_12_task:
+  only_if: $CIRRUS_TAG == ''
+  timeout_in: 20m
   freebsd_instance:
     image: freebsd-12-1-release-amd64
   install_script:
index b6dd144fbb18c6b1a179857673b82f15935d703e..25ac92f5dcc1cb3fd226f5d5d44a1a340b71f497 100644 (file)
@@ -231,7 +231,7 @@ jobs:
     runs-on: ubuntu-latest
 
     needs: linux
-    if: github.event_name != 'pull_request'
+    if: always() && github.event_name != 'pull_request'
 
     steps:
       - name: Parallel finished
index 70ff9a457e3205358745d7f3f81c86ce04889d56..96aa9b0043f2fa6dcaddef18e62419ef3af3f38c 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2158,
 /**/
     2157,
 /**/