[Rt-commit] rt branch 5.0/db-type-mariadb updated. rt-5.0.5-117-g6b3a2158b5

BPS Git Server git at git.bestpractical.com
Fri Jan 19 18:15:32 UTC 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/db-type-mariadb has been updated
       via  6b3a2158b5d502a9115a59efb5c550050f9b72f2 (commit)
      from  a66865e9a0c86f419a214f4b6bbc85e02f675fc9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6b3a2158b5d502a9115a59efb5c550050f9b72f2
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jan 19 13:15:24 2024 -0500

    Update tests to run with DBD::MariaDB

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 77878371df..f8ab94ecd0 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -83,7 +83,7 @@ jobs:
           docker build --network rt -t rt-base .
           docker run -d -v $GITHUB_WORKSPACE:/rt --env RT_TEST_DB_HOST=mariadb --env RT_TEST_RT_HOST=172.16.0.0/255.240.0.0 --network rt --name rt rt-base
           docker exec rt bash -c "chown -R rt-user /rt; touch /etc/apache2/mime.types"
-          docker exec -e USER=rt-user -u rt-user rt bash -c "cd /rt && ./configure.ac --with-db-type=mysql --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps && chmod a+rX /rt/sbin/*"
+          docker exec -e USER=rt-user -u rt-user rt bash -c "cd /rt && ./configure.ac --with-db-type=MariaDB --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps && chmod a+rX /rt/sbin/*"
       - name: Run RT tests
         shell: bash
         run: docker exec -e RT_TEST_WEB_HANDLER=apache+proxy_fcgi -e HTTPD_ROOT=/etc/apache2 -e RT_TEST_APACHE=/usr/sbin/apache2 -e RT_TEST_APACHE_MODULES=/usr/lib/apache2/modules -u rt-user rt bash -c "cd /rt && RT_TEST_PARALLEL_NUM=5 make test-parallel"
diff --git a/Dockerfile b/Dockerfile
index ae52b3b74a..e49ae531eb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 # This Dockerfile is for testing only.
 
-FROM bpssysadmin/rt-base-debian:RT-5.0.5-buster-20231215
+FROM bpssysadmin/rt-base-debian:RT-5.0.6-buster-20240119
 
 ENV RT_TEST_PARALLEL 1
 ENV RT_TEST_DEVEL 1

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/github-action.yml | 2 +-
 Dockerfile                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list