[Rt-commit] 02/02: Try running tests against 4.4-trunk

Brett Smith brett at bestpractical.com
Thu Aug 5 20:22:20 UTC 2021


This is an automated email from the git hooks/post-receive script.

brett pushed a commit to branch 5.0/github-actions-tests
in repository rtir.

commit 929d85b218fa1a6de8b987576ae4c418eb40d407
Author: Brett Smith <brett at bestpractical.com>
AuthorDate: Thu Aug 5 16:21:39 2021 -0400

    Try running tests against 4.4-trunk
    
    The test failures I'm seeing apparently have to do with UI changes, so
    I'm wondering if the tests have never been successfully run against RT
    5.0.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 2c7b5130..0f332ae9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM bpssysadmin/rt-base-debian-stretch
 LABEL maintainer="Best Practical Solutions <contact at bestpractical.com>"
 
 # Valid values are RT branches like 5.0-trunk or version tags like rt-4.4.4
-ARG RT_VERSION=5.0-trunk
+ARG RT_VERSION=4.4-trunk
 ARG RT_DB_NAME=rt5
 ARG RT_DB_TYPE=mysql
 ARG RT_DBA_USER=root

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list