Skip to content

Commit

Permalink
Merge branch 'v2.x' into v2.x_update_mariadb_connector_to_3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rahim-kanji authored Dec 27, 2023
2 parents 0267ee4 + c41331a commit 91fda88
Show file tree
Hide file tree
Showing 171 changed files with 1,439 additions and 921 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/CI-3p-mariadb-connector-c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: CI-3p-mariadb-connector-c

on:
push:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

jobs:
cache:
uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-3p-mariadb-connector-c.yml@GH-Actions
secrets: inherit

1 change: 1 addition & 0 deletions .github/workflows/CI-3p-mysql-connector-j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-3p-mysql-connector-j.yml@GH-Actions
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-3p-php-pdo-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}


jobs:
cache:
uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-3p-php-pdo-mysql.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-3p-sqlalchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions
secrets: inherit
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/CI-basictests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
# workflow_run:
# workflows: ["CI-builds"]
# types:
# - completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand All @@ -28,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-basictests.yml@GH-Actions
secrets: inherit
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/CI-cb_taptests.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/CI-repltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-repltests.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-selftests.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-shuntest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-shuntest.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-taptests-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-taptests-groups.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-taptests-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-taptests-ssl.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-taptests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-taptests.yml@GH-Actions
secrets: inherit
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ heaptrack.*
#vscode
.vscode/

# test deps
test/deps/mariadb-connector-c/mariadb-connector-c-*/
test/deps/mysql-connector-c/mysql-5.7.*/

#tap tests
test/tap/tap/cpp-dotenv/cpp-dotenv-*
test/tap/tap/cpp-dotenv/static/cpp-dotenv-*
Expand Down
Loading

0 comments on commit 91fda88

Please sign in to comment.