diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 99fe7ae59..e9d3055ee 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -63,19 +63,20 @@ jobs: test_django-framework # proxysql - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore bin uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index f4b61b0be..3be9a1fe3 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -63,19 +63,20 @@ jobs: test_laravel-framework # proxysql - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore bin uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index f26b811f6..98767df16 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -63,19 +63,20 @@ jobs: test_mariadb-connector-c # proxysql - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore bin uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index 0149a42c9..26df97428 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -63,19 +63,20 @@ jobs: test_mysql-connector-j # proxysql - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore bin uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index 683e50905..5b24774b5 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -63,19 +63,20 @@ jobs: test_php-pdo-mysql # proxysql - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore bin uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index 8126f1dd2..33641a546 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -60,19 +60,20 @@ jobs: test_postgresql # proxysql - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore bin uses: actions/cache/restore@v4 diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index baca55536..8073ac851 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -67,20 +67,20 @@ jobs: test_sqlalchemy # proxysql - - name: Wait for cache - if: ${{ env.BRANCH != 'none' }} - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore bin if: ${{ env.BRANCH != 'none' }} diff --git a/.github/workflows/ci-basictests.yml b/.github/workflows/ci-basictests.yml index 477a978c7..0aa30a0ad 100644 --- a/.github/workflows/ci-basictests.yml +++ b/.github/workflows/ci-basictests.yml @@ -63,20 +63,20 @@ jobs: sudo apt-cache policy libmysqlclient-dev sudo apt-get install -y --allow-downgrades libmysqlclient-dev=5.7* - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "BASELINE: '${BASELINE}'" - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore src id: cache-src diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 9fa9f0bc0..db7e9864a 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -62,20 +62,20 @@ jobs: fetch-depth: 0 path: 'proxysql' - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "BASELINE: '${BASELINE}'" - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" # - name: Cache restore src # id: cache-src diff --git a/.github/workflows/ci-repltests.yml b/.github/workflows/ci-repltests.yml index c3e344d32..4695afc1c 100644 --- a/.github/workflows/ci-repltests.yml +++ b/.github/workflows/ci-repltests.yml @@ -44,20 +44,20 @@ jobs: sudo apt-get update -y sudo apt-get install -y sysbench gettext - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "BASELINE: '${BASELINE}'" - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore src id: cache-src diff --git a/.github/workflows/ci-selftests.yml b/.github/workflows/ci-selftests.yml index 0697ac695..0b5a91d5b 100644 --- a/.github/workflows/ci-selftests.yml +++ b/.github/workflows/ci-selftests.yml @@ -39,20 +39,20 @@ jobs: # action_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' details_url: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "BASELINE: '${BASELINE}'" - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore src id: cache-src diff --git a/.github/workflows/ci-shuntest.yml b/.github/workflows/ci-shuntest.yml index 1c098ba7d..9819bfe04 100644 --- a/.github/workflows/ci-shuntest.yml +++ b/.github/workflows/ci-shuntest.yml @@ -44,20 +44,20 @@ jobs: sudo apt-get update -y sudo apt-get install -y sysbench gettext - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "BASELINE: '${BASELINE}'" - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore src id: cache-src diff --git a/.github/workflows/ci-taptests-asan.yml b/.github/workflows/ci-taptests-asan.yml index 8dfb8b317..9b9b2cd5b 100644 --- a/.github/workflows/ci-taptests-asan.yml +++ b/.github/workflows/ci-taptests-asan.yml @@ -30,19 +30,20 @@ jobs: steps: - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore id: cache-matrix diff --git a/.github/workflows/ci-taptests-groups.yml b/.github/workflows/ci-taptests-groups.yml index 78ec3a24a..2af8e02d5 100644 --- a/.github/workflows/ci-taptests-groups.yml +++ b/.github/workflows/ci-taptests-groups.yml @@ -30,19 +30,20 @@ jobs: steps: - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore id: cache-matrix diff --git a/.github/workflows/ci-taptests-ssl.yml b/.github/workflows/ci-taptests-ssl.yml index c2afc1d88..4fd74d052 100644 --- a/.github/workflows/ci-taptests-ssl.yml +++ b/.github/workflows/ci-taptests-ssl.yml @@ -29,19 +29,20 @@ jobs: steps: - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore id: cache-matrix diff --git a/.github/workflows/ci-taptests.yml b/.github/workflows/ci-taptests.yml index 00e0c14b3..2597d4aa7 100644 --- a/.github/workflows/ci-taptests.yml +++ b/.github/workflows/ci-taptests.yml @@ -31,19 +31,20 @@ jobs: steps: - - name: Wait for cache - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo "Wating for cache '${BLDCACHE}' ..." - sleep $(( $RANDOM / 1024 )) - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - while [[ -z ${PROBE} ]]; do - echo "Wating for cache '${BLDCACHE}' ..." - sleep 30 - PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" - done - echo "Cache available '${BLDCACHE}'" +# - name: Wait for cache +# if: ${{ env.BRANCH != 'none' }} +# env: +# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# run: | +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep $(( $RANDOM / 1024 )) +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# while [[ -z ${PROBE} ]]; do +# echo "Wating for cache '${BLDCACHE}' ..." +# sleep 30 +# PROBE="$(gh cache list --limit 300 --repo ${{ github.repository }} | grep -i ${BLDCACHE} || echo '')" +# done +# echo "Cache available '${BLDCACHE}'" - name: Cache restore id: cache-matrix