[Rt-commit] rt branch, 4.4/add-postgresql-apache-fcgid-tests2, repushed
Jim Brandt
jbrandt at bestpractical.com
Thu Dec 24 10:06:46 EST 2020
The branch 4.4/add-postgresql-apache-fcgid-tests2 was deleted and repushed:
was cd333068e2d381f69204c94d5e226533258ee19c
now fccf7331731140b71c77e989bbdf05dc829bfdb8
1: b1c8847a7f = 1: b1c8847a7f Enable gpg tests for RT 4.4 testing
2: cf3a1b6fc2 = 2: cf3a1b6fc2 No need to show "Preferred GnuPG key" if GnuPG is not enabled
3: 48ba36c747 = 3: 48ba36c747 Add support for Apache with mod_fcgid
4: 7c0adef5e9 = 4: 7c0adef5e9 Run docker tests with Apache
5: 8d8cb3eaf7 = 5: 8d8cb3eaf7 Suppress Apache missing ServerName warning during startup
6: a1fcf06a53 = 6: a1fcf06a53 Lower parallel count to test reducing test time
7: f7de6bbf19 = 7: f7de6bbf19 Use prefork since that is the preferred mpm for RT
8: cd333068e2 ! 8: fccf733173 Add parallel travis SQLite test run with RTs web server
@@ -29,7 +29,7 @@
+ # $TRAVIS_BUILD_DIR will have a clone of the current branch
+ before_install:
+ - docker build -t rt-base .
-+ - docker run -d -v $TRAVIS_BUILD_DIR:/rt --name rt
++ - docker run -d -v $TRAVIS_BUILD_DIR:/rt --name rt rt-base
+ - docker ps -a
+ - docker exec -it rt bash -c "cd /rt && ./configure.ac --with-db-type=SQLite --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps"
More information about the rt-commit
mailing list