Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-aiomysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -53,7 +53,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Cache restore bin
if: ${{ env.BRANCH != 'none' }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -167,13 +167,13 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-django-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -53,7 +53,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Cache restore bin
if: ${{ env.BRANCH != 'none' }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -185,13 +185,13 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-laravel-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -53,7 +53,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Cache restore bin
if: ${{ env.BRANCH != 'none' }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -178,13 +178,13 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-mariadb-connector-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -53,7 +53,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Cache restore bin
if: ${{ env.BRANCH != 'none' }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -173,13 +173,13 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-mysql-connector-j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -53,7 +53,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Cache restore bin
if: ${{ env.BRANCH != 'none' }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -166,13 +166,13 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-pgjdbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -50,7 +50,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
# echo "Cache available '${BLDCACHE}'"

- name: Cache restore bin
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -177,14 +177,14 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/proxysql
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-php-pdo-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -53,7 +53,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Cache restore bin
if: ${{ env.BRANCH != 'none' }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -166,13 +166,13 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-php-pdo-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -50,7 +50,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Cache restore bin
if: ${{ env.BRANCH != 'none' }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -163,13 +163,13 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-3p-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
id: checks
if: always()
with:
Expand All @@ -50,7 +50,7 @@ jobs:
details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'

- name: Checkout proxysql_3p_testing
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
# echo "Cache available '${BLDCACHE}'"

- name: Cache restore bin
uses: actions/cache/restore@v4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
key: ${{ env.BLDCACHE }}
fail-on-cache-miss: true
Expand Down Expand Up @@ -173,14 +173,14 @@ jobs:

- name: Archive artifacts logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.workflow }}-${{ env.SHA }}-${{ matrix.infradb }}-${{ matrix.connector }}-logs-run#${{ github.run_number }}
path: |
proxysql_3p_testing/proxysql
proxysql_3p_testing/test_${{ env.TESTNAME }}/logs

- uses: LouisBrunner/checks-action@v2.0.0
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading