[Rt-commit] rt branch 5.0/github-actions-bugfixes updated. rt-5.0.1-616-g305c30cc29
BPS Git Server
git at git.bestpractical.com
Mon Aug 23 17:28:56 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/github-actions-bugfixes has been updated
via 305c30cc2938745268ed3cbee2d328b25f86a372 (commit)
from 41ebe0ced408cf911a06149fa51d9425afa7c306 (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 305c30cc2938745268ed3cbee2d328b25f86a372
Author: Brett Smith <brett at bestpractical.com>
Date: Mon Aug 23 13:28:34 2021 -0400
Set RT_TEST_RT_HOST in mariadb test container
Same rationale as f3f898e30.
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 23bdd4b5e7..26ca93469f 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -66,7 +66,7 @@ jobs:
docker network create rt
docker run --network rt --name mariadb -e MYSQL_ROOT_PASSWORD=password -d mariadb:10.3
docker build --network rt -t rt-base .
- docker run -d -v $GITHUB_WORKSPACE:/rt --env RT_TEST_DB_HOST=mariadb --network rt --name rt rt-base
+ docker run -d -v $GITHUB_WORKSPACE:/rt --env RT_TEST_DB_HOST=mariadb --env RT_TEST_RT_HOST=172.16.0.0/12 --network rt --name rt rt-base
docker exec rt bash -c 'cd /rt && ./configure.ac --with-db-type=mysql --with-db-host=mariadb --with-db-rt-host=172.16.0.0/12 --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps'
- name: Run RT tests
shell: bash
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/github-action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list