[Rt-commit] rt branch 5.0/docker-buster-tests created. rt-5.0.2-51-gb8d8da3a8c

BPS Git Server git at git.bestpractical.com
Fri Dec 17 21:32:38 UTC 2021


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/docker-buster-tests has been created
        at  b8d8da3a8c2bf2618380cfd77aac06a9f6f7b62f (commit)

- Log -----------------------------------------------------------------
commit b8d8da3a8c2bf2618380cfd77aac06a9f6f7b62f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Dec 17 16:32:09 2021 -0500

    Update tests to Debian 10 buster

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index f706368ad6..668d655d1a 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -123,7 +123,7 @@ jobs:
         uses: actions/checkout at v2
       - name: Build RT
         env:
-          DB_VERSION_TAG: 9.6
+          DB_VERSION_TAG: 11.14
           RT_TEST_PARALLEL: 1
           RT_TEST_WEB_HANDLER: apache+fcgid
           HTTPD_ROOT: /etc/apache2
@@ -139,7 +139,7 @@ jobs:
           docker exec -e USER=rt-user -u rt-user rt bash -c "cd /rt && ./configure.ac --with-db-type=Pg --with-my-user-group --enable-layout=inplace --with-web-handler=fcgid --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps && chmod a+rX /rt/sbin/*"
       - name: Run RT tests
         env:
-          DB_VERSION_TAG: 9.6
+          DB_VERSION_TAG: 11.4
           RT_TEST_PARALLEL: 1
           RT_TEST_WEB_HANDLER: apache+fcgid
           HTTPD_ROOT: /etc/apache2
@@ -170,5 +170,5 @@ jobs:
           failure_text: '${env.RT_BRANCH_NAME} (${env.GITHUB_RUN_NUMBER}) tests failed in ${env.RT_GA_TEST_TIME}'
           cancelled_text: '${env.RT_BRANCH_NAME} (${env.GITHUB_RUN_NUMBER}) tests cancelled in ${env.RT_GA_TEST_TIME}'
           fields: |
-            [{ "title": "Configuration", "value": "Apache mod_fcgid, PostgreSQL 9.6", "short": true },
+            [{ "title": "Configuration", "value": "Apache mod_fcgid, PostgreSQL 11.4", "short": true },
             { "title": "URL", "value": "${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}/actions/runs/${env.GITHUB_RUN_ID}?check_suite_focus=true", "short": true }]
diff --git a/Dockerfile b/Dockerfile
index e14f34877b..725b7e20a2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 # This Dockerfile is for testing only.
 
-FROM bpssysadmin/rt-base-debian-stretch
+FROM bpssysadmin/rt-base:5.0-buster
 
 ENV RT_TEST_PARALLEL 1
 ENV RT_TEST_DEVEL 1

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list