mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
temporarily comment failing mysql ci until fixed
This commit is contained in:
parent
6a5387ec21
commit
18eea1bb70
50
.github/workflows/ci.yml
vendored
50
.github/workflows/ci.yml
vendored
@ -364,31 +364,31 @@ jobs:
|
|||||||
# cd cmake-build;
|
# cd cmake-build;
|
||||||
# ctest --output-on-failure -E "(DataMySQL)|(DataODBC)|(Redis)|(MongoDB)" -C Debug
|
# ctest --output-on-failure -E "(DataMySQL)|(DataODBC)|(Redis)|(MongoDB)" -C Debug
|
||||||
|
|
||||||
linux-gcc-make-mysql:
|
# linux-gcc-make-mysql:
|
||||||
runs-on: ubuntu-22.04
|
# runs-on: ubuntu-22.04
|
||||||
services:
|
# services:
|
||||||
mysql:
|
# mysql:
|
||||||
image: mysql:8.1.0
|
# image: mysql:8.1.0
|
||||||
env:
|
# env:
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
# MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||||
MYSQL_USER: pocotest
|
# MYSQL_USER: pocotest
|
||||||
MYSQL_PASSWORD: pocotest
|
# MYSQL_PASSWORD: pocotest
|
||||||
MYSQL_DATABASE: pocotest
|
# MYSQL_DATABASE: pocotest
|
||||||
ports:
|
# ports:
|
||||||
- 3306:3306
|
# - 3306:3306
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
- run: sudo apt -y update && sudo apt -y install libssl-dev unixodbc-dev libmysqlclient-dev mysql-client
|
# - run: sudo apt -y update && sudo apt -y install libssl-dev unixodbc-dev libmysqlclient-dev mysql-client
|
||||||
- run: ./configure --everything --no-samples --omit=ActiveRecord,ApacheConnector,CppParser,Crypto,Data/PostgreSQL,Data/SQLite,Data/ODBC,Encodings,JSON,JWT,MongoDB,Net,NetSSL_OpenSSL,NetSSL_Win,PDF,PageCompiler,PocoDoc,ProGen,Prometheus,Redis,SevenZip,Util,XML,Zip && make all -s -j4 && sudo make install
|
# - run: ./configure --everything --no-samples --omit=ActiveRecord,ApacheConnector,CppParser,Crypto,Data/PostgreSQL,Data/SQLite,Data/ODBC,Encodings,JSON,JWT,MongoDB,Net,NetSSL_OpenSSL,NetSSL_Win,PDF,PageCompiler,PocoDoc,ProGen,Prometheus,Redis,SevenZip,Util,XML,Zip && make all -s -j4 && sudo make install
|
||||||
- uses: ./.github/actions/retry-action
|
# - uses: ./.github/actions/retry-action
|
||||||
with:
|
# with:
|
||||||
timeout_minutes: 90
|
# timeout_minutes: 90
|
||||||
max_attempts: 3
|
# max_attempts: 3
|
||||||
retry_on: any
|
# retry_on: any
|
||||||
command: >-
|
# command: >-
|
||||||
sudo -s
|
# sudo -s
|
||||||
EXCLUDE_TESTS="ActiveRecord ApacheConnector CppParser CppUnit Crypto Data Data/PostgreSQL Data/ODBC Data/SQLite Encodings Foundation JSON JWT MongoDB Net NetSSL_OpenSSL NetSSL_Win PDF PageCompiler PocoDoc ProGen Prometheus Redis SevenZip Util XML Zip"
|
# EXCLUDE_TESTS="ActiveRecord ApacheConnector CppParser CppUnit Crypto Data Data/PostgreSQL Data/ODBC Data/SQLite Encodings Foundation JSON JWT MongoDB Net NetSSL_OpenSSL NetSSL_Win PDF PageCompiler PocoDoc ProGen Prometheus Redis SevenZip Util XML Zip"
|
||||||
./ci/runtests.sh
|
# ./ci/runtests.sh
|
||||||
|
|
||||||
# TODO tests sometimes failling on testTransaction and testReconnect
|
# TODO tests sometimes failling on testTransaction and testReconnect
|
||||||
# linux-gcc-make-postgres:
|
# linux-gcc-make-postgres:
|
||||||
|
Loading…
Reference in New Issue
Block a user