You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2023/01/18 09:53:55 UTC

svn commit: r1906762 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Wed Jan 18 09:53:54 2023
New Revision: 1906762

URL: http://svn.apache.org/viewvc?rev=1906762&view=rev
Log:
Remove jobs migrated to GitHub Actions. [skip ci]

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1906762&r1=1906761&r2=1906762&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Wed Jan 18 09:53:54 2023
@@ -43,7 +43,6 @@ _cond2: &condition_not_24x (branch is no
 
 jobs:
   include:
-    - name: Linux Ubuntu, Default module set
     # -------------------------------------------------------------------------
     - name: Empty APLOGNO() test
       env: SKIP_TESTING=1 TEST_LOGNO=1
@@ -92,34 +91,16 @@ jobs:
            TEST_INSTALL=1
            APACHE_TEST_EXTRA_ARGS=-v
     # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, Default, all-static modules
-      env: CONFIG="--enable-mods-static=reallyall"
-    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Default, all-modules, random test order
       env: CONFIG="--enable-mods-shared=reallyall"
            TEST_ARGS="-order=random"
     # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, Prefork MPM, all-modules (except cgid)
-      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=prefork --disable-cgid"
-    # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, Worker MPM, all-modules
-      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=worker"
-           CLEAR_CACHE=1
-    # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, Shared MPMs, all-modules
-      env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"
-    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, GCC 7 maintainer-mode w/-Werror, install + VPATH
       os: linux
       env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode"
            NOTEST_CFLAGS='-Werror -O2' CC=gcc-7
            TEST_VPATH=1 TEST_INSTALL=1 SKIP_TESTING=1
     # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, Event MPM, all-modules, mod_cgid only
-      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --disable-cgi"
-    # -------------------------------------------------------------------------
-    - name: Linux Ubuntu, Event MPM, all-modules, no CMSG_DATA
-      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event ac_cv_have_decl_CMSG_DATA=no"
     # -------------------------------------------------------------------------
     - if: *condition_not_24x
       name: Linux Ubuntu, PCRE 1, GCC 7 maintainer-mode w/-Werror