diff --git a/.github/workflows/ci-cd-build-packages-1.yml b/.github/workflows/ci-cd-build-packages-1.yml index 56f690b4..ae955546 100644 --- a/.github/workflows/ci-cd-build-packages-1.yml +++ b/.github/workflows/ci-cd-build-packages-1.yml @@ -481,7 +481,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -529,7 +529,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -580,7 +580,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -634,7 +634,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -679,7 +679,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -727,7 +727,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1318,8 +1318,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_2_4-normal: - name: 'Ruby [centos-8/3.2.4/normal]' + build_ruby_centos_8-3_2_5-normal: + name: 'Ruby [centos-8/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -1329,7 +1329,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -1354,7 +1354,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1391,7 +1391,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1401,18 +1401,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_centos-8_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_centos-8_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_2_4-jemalloc: - name: 'Ruby [centos-8/3.2.4/jemalloc]' + build_ruby_centos_8-3_2_5-jemalloc: + name: 'Ruby [centos-8/3.2.5/jemalloc]' needs: build_jemalloc_centos_8 runs-on: ubuntu-24.04 @@ -1423,7 +1423,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -1453,7 +1453,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1496,7 +1496,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1506,18 +1506,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_centos-8_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_centos-8_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_2_4-malloctrim: - name: 'Ruby [centos-8/3.2.4/malloctrim]' + build_ruby_centos_8-3_2_5-malloctrim: + name: 'Ruby [centos-8/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -1527,7 +1527,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -1552,7 +1552,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1589,7 +1589,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1599,13 +1599,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_centos-8_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_centos-8_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2228,7 +2228,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2276,7 +2276,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2327,7 +2327,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2381,7 +2381,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2426,7 +2426,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2474,7 +2474,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -3065,8 +3065,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_2_4-normal: - name: 'Ruby [el-9/3.2.4/normal]' + build_ruby_el_9-3_2_5-normal: + name: 'Ruby [el-9/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -3076,7 +3076,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -3101,7 +3101,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3138,7 +3138,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3148,18 +3148,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_el-9_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_el-9_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_2_4-jemalloc: - name: 'Ruby [el-9/3.2.4/jemalloc]' + build_ruby_el_9-3_2_5-jemalloc: + name: 'Ruby [el-9/3.2.5/jemalloc]' needs: build_jemalloc_el_9 runs-on: ubuntu-24.04 @@ -3170,7 +3170,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -3200,7 +3200,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3243,7 +3243,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3253,18 +3253,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_el-9_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_el-9_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_2_4-malloctrim: - name: 'Ruby [el-9/3.2.4/malloctrim]' + build_ruby_el_9-3_2_5-malloctrim: + name: 'Ruby [el-9/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -3274,7 +3274,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -3299,7 +3299,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3336,7 +3336,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3346,13 +3346,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_el-9_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_el-9_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3673,9 +3673,9 @@ jobs: - build_ruby_centos_8-3_3_4-jemalloc - build_ruby_centos_8-3_3_4-malloctrim - - build_ruby_centos_8-3_2_4-normal - - build_ruby_centos_8-3_2_4-jemalloc - - build_ruby_centos_8-3_2_4-malloctrim + - build_ruby_centos_8-3_2_5-normal + - build_ruby_centos_8-3_2_5-jemalloc + - build_ruby_centos_8-3_2_5-malloctrim - build_ruby_centos_8-3_0_7-normal - build_ruby_centos_8-3_0_7-jemalloc @@ -3699,9 +3699,9 @@ jobs: - build_ruby_el_9-3_3_4-jemalloc - build_ruby_el_9-3_3_4-malloctrim - - build_ruby_el_9-3_2_4-normal - - build_ruby_el_9-3_2_4-jemalloc - - build_ruby_el_9-3_2_4-malloctrim + - build_ruby_el_9-3_2_5-normal + - build_ruby_el_9-3_2_5-jemalloc + - build_ruby_el_9-3_2_5-malloctrim - build_ruby_el_9-3_1_6-normal - build_ruby_el_9-3_1_6-jemalloc @@ -3754,7 +3754,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.4_centos-8_normal ruby-pkg_3.2.4_centos-8_jemalloc ruby-pkg_3.2.4_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.4_el-9_normal ruby-pkg_3.2.4_el-9_jemalloc ruby-pkg_3.2.4_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3830,23 +3830,23 @@ jobs: name: ruby-pkg_3.3.4_centos-8_malloctrim path: artifacts/ruby-pkg_3.3.4_centos-8_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_centos-8_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_centos-8_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_centos-8_normal - path: artifacts/ruby-pkg_3.2.4_centos-8_normal + name: ruby-pkg_3.2.5_centos-8_normal + path: artifacts/ruby-pkg_3.2.5_centos-8_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_centos-8_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_centos-8_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_centos-8_jemalloc - path: artifacts/ruby-pkg_3.2.4_centos-8_jemalloc + name: ruby-pkg_3.2.5_centos-8_jemalloc + path: artifacts/ruby-pkg_3.2.5_centos-8_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_centos-8_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_centos-8_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_centos-8_malloctrim - path: artifacts/ruby-pkg_3.2.4_centos-8_malloctrim + name: ruby-pkg_3.2.5_centos-8_malloctrim + path: artifacts/ruby-pkg_3.2.5_centos-8_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.0.7_centos-8_normal] to Github uses: actions/upload-artifact@v4 @@ -3938,23 +3938,23 @@ jobs: name: ruby-pkg_3.3.4_el-9_malloctrim path: artifacts/ruby-pkg_3.3.4_el-9_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_el-9_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_el-9_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_el-9_normal - path: artifacts/ruby-pkg_3.2.4_el-9_normal + name: ruby-pkg_3.2.5_el-9_normal + path: artifacts/ruby-pkg_3.2.5_el-9_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_el-9_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_el-9_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_el-9_jemalloc - path: artifacts/ruby-pkg_3.2.4_el-9_jemalloc + name: ruby-pkg_3.2.5_el-9_jemalloc + path: artifacts/ruby-pkg_3.2.5_el-9_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_el-9_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_el-9_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_el-9_malloctrim - path: artifacts/ruby-pkg_3.2.4_el-9_malloctrim + name: ruby-pkg_3.2.5_el-9_malloctrim + path: artifacts/ruby-pkg_3.2.5_el-9_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.1.6_el-9_normal] to Github uses: actions/upload-artifact@v4 @@ -4028,15 +4028,15 @@ jobs: || (needs.build_ruby_centos_8-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_centos_8-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.4/malloctrim];'))) - || (needs.build_ruby_centos_8-3_2_4-normal.result != 'success' - && (needs.build_ruby_centos_8-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.4/normal];'))) - || (needs.build_ruby_centos_8-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_centos_8-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.4/jemalloc];'))) - || (needs.build_ruby_centos_8-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_centos_8-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.4/malloctrim];'))) + || (needs.build_ruby_centos_8-3_2_5-normal.result != 'success' + && (needs.build_ruby_centos_8-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.5/normal];'))) + || (needs.build_ruby_centos_8-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_centos_8-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.5/jemalloc];'))) + || (needs.build_ruby_centos_8-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_centos_8-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.5/malloctrim];'))) || (needs.build_ruby_centos_8-3_0_7-normal.result != 'success' && (needs.build_ruby_centos_8-3_0_7-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.0.7/normal];'))) @@ -4086,15 +4086,15 @@ jobs: || (needs.build_ruby_el_9-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_el_9-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.4/malloctrim];'))) - || (needs.build_ruby_el_9-3_2_4-normal.result != 'success' - && (needs.build_ruby_el_9-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.4/normal];'))) - || (needs.build_ruby_el_9-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_el_9-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.4/jemalloc];'))) - || (needs.build_ruby_el_9-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_el_9-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.4/malloctrim];'))) + || (needs.build_ruby_el_9-3_2_5-normal.result != 'success' + && (needs.build_ruby_el_9-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.5/normal];'))) + || (needs.build_ruby_el_9-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_el_9-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.5/jemalloc];'))) + || (needs.build_ruby_el_9-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_el_9-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.5/malloctrim];'))) || (needs.build_ruby_el_9-3_1_6-normal.result != 'success' && (needs.build_ruby_el_9-3_1_6-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.1.6/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-2.yml b/.github/workflows/ci-cd-build-packages-2.yml index 4a4849be..1d7f60be 100644 --- a/.github/workflows/ci-cd-build-packages-2.yml +++ b/.github/workflows/ci-cd-build-packages-2.yml @@ -481,7 +481,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -529,7 +529,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -580,7 +580,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -634,7 +634,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -679,7 +679,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -727,7 +727,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1609,8 +1609,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_10-3_2_4-normal: - name: 'Ruby [debian-10/3.2.4/normal]' + build_ruby_debian_10-3_2_5-normal: + name: 'Ruby [debian-10/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -1620,7 +1620,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -1645,7 +1645,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1682,7 +1682,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-10" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-10" - name: Build package @@ -1692,18 +1692,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-10_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-10_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_10-3_2_4-jemalloc: - name: 'Ruby [debian-10/3.2.4/jemalloc]' + build_ruby_debian_10-3_2_5-jemalloc: + name: 'Ruby [debian-10/3.2.5/jemalloc]' needs: build_jemalloc_debian_10 runs-on: ubuntu-24.04 @@ -1714,7 +1714,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -1744,7 +1744,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1787,7 +1787,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-10" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-10" - name: Build package @@ -1797,18 +1797,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-10_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-10_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_10-3_2_4-malloctrim: - name: 'Ruby [debian-10/3.2.4/malloctrim]' + build_ruby_debian_10-3_2_5-malloctrim: + name: 'Ruby [debian-10/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -1818,7 +1818,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -1843,7 +1843,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1880,7 +1880,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-10" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-10" - name: Build package @@ -1890,13 +1890,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-10_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-10_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2810,7 +2810,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2858,7 +2858,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2909,7 +2909,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2963,7 +2963,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -3008,7 +3008,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3056,7 +3056,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -3938,8 +3938,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_20_04-3_2_4-normal: - name: 'Ruby [ubuntu-20.04/3.2.4/normal]' + build_ruby_ubuntu_20_04-3_2_5-normal: + name: 'Ruby [ubuntu-20.04/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -3949,7 +3949,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -3974,7 +3974,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4011,7 +4011,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-20.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-20.04" - name: Build package @@ -4021,18 +4021,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-20.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-20.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_20_04-3_2_4-jemalloc: - name: 'Ruby [ubuntu-20.04/3.2.4/jemalloc]' + build_ruby_ubuntu_20_04-3_2_5-jemalloc: + name: 'Ruby [ubuntu-20.04/3.2.5/jemalloc]' needs: build_jemalloc_ubuntu_20_04 runs-on: ubuntu-24.04 @@ -4043,7 +4043,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -4073,7 +4073,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4116,7 +4116,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-20.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-20.04" - name: Build package @@ -4126,18 +4126,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-20.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-20.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_20_04-3_2_4-malloctrim: - name: 'Ruby [ubuntu-20.04/3.2.4/malloctrim]' + build_ruby_ubuntu_20_04-3_2_5-malloctrim: + name: 'Ruby [ubuntu-20.04/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -4147,7 +4147,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -4172,7 +4172,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4209,7 +4209,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-20.04" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-20.04" - name: Build package @@ -4219,13 +4219,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-20.04_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-20.04_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4841,9 +4841,9 @@ jobs: - build_ruby_debian_10-3_3_4-jemalloc - build_ruby_debian_10-3_3_4-malloctrim - - build_ruby_debian_10-3_2_4-normal - - build_ruby_debian_10-3_2_4-jemalloc - - build_ruby_debian_10-3_2_4-malloctrim + - build_ruby_debian_10-3_2_5-normal + - build_ruby_debian_10-3_2_5-jemalloc + - build_ruby_debian_10-3_2_5-malloctrim - build_ruby_debian_10-3_1_6-normal - build_ruby_debian_10-3_1_6-jemalloc @@ -4875,9 +4875,9 @@ jobs: - build_ruby_ubuntu_20_04-3_3_4-jemalloc - build_ruby_ubuntu_20_04-3_3_4-malloctrim - - build_ruby_ubuntu_20_04-3_2_4-normal - - build_ruby_ubuntu_20_04-3_2_4-jemalloc - - build_ruby_ubuntu_20_04-3_2_4-malloctrim + - build_ruby_ubuntu_20_04-3_2_5-normal + - build_ruby_ubuntu_20_04-3_2_5-jemalloc + - build_ruby_ubuntu_20_04-3_2_5-malloctrim - build_ruby_ubuntu_20_04-3_1_6-normal - build_ruby_ubuntu_20_04-3_1_6-jemalloc @@ -4934,7 +4934,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.4_debian-10_normal ruby-pkg_3.2.4_debian-10_jemalloc ruby-pkg_3.2.4_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.4_ubuntu-20.04_normal ruby-pkg_3.2.4_ubuntu-20.04_jemalloc ruby-pkg_3.2.4_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -5028,23 +5028,23 @@ jobs: name: ruby-pkg_3.3.4_debian-10_malloctrim path: artifacts/ruby-pkg_3.3.4_debian-10_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-10_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-10_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-10_normal - path: artifacts/ruby-pkg_3.2.4_debian-10_normal + name: ruby-pkg_3.2.5_debian-10_normal + path: artifacts/ruby-pkg_3.2.5_debian-10_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-10_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-10_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-10_jemalloc - path: artifacts/ruby-pkg_3.2.4_debian-10_jemalloc + name: ruby-pkg_3.2.5_debian-10_jemalloc + path: artifacts/ruby-pkg_3.2.5_debian-10_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-10_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-10_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-10_malloctrim - path: artifacts/ruby-pkg_3.2.4_debian-10_malloctrim + name: ruby-pkg_3.2.5_debian-10_malloctrim + path: artifacts/ruby-pkg_3.2.5_debian-10_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.1.6_debian-10_normal] to Github uses: actions/upload-artifact@v4 @@ -5172,23 +5172,23 @@ jobs: name: ruby-pkg_3.3.4_ubuntu-20.04_malloctrim path: artifacts/ruby-pkg_3.3.4_ubuntu-20.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-20.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-20.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-20.04_normal - path: artifacts/ruby-pkg_3.2.4_ubuntu-20.04_normal + name: ruby-pkg_3.2.5_ubuntu-20.04_normal + path: artifacts/ruby-pkg_3.2.5_ubuntu-20.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-20.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-20.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-20.04_jemalloc - path: artifacts/ruby-pkg_3.2.4_ubuntu-20.04_jemalloc + name: ruby-pkg_3.2.5_ubuntu-20.04_jemalloc + path: artifacts/ruby-pkg_3.2.5_ubuntu-20.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-20.04_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-20.04_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-20.04_malloctrim - path: artifacts/ruby-pkg_3.2.4_ubuntu-20.04_malloctrim + name: ruby-pkg_3.2.5_ubuntu-20.04_malloctrim + path: artifacts/ruby-pkg_3.2.5_ubuntu-20.04_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.1.6_ubuntu-20.04_normal] to Github uses: actions/upload-artifact@v4 @@ -5289,15 +5289,15 @@ jobs: || (needs.build_ruby_debian_10-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_debian_10-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.4/malloctrim];'))) - || (needs.build_ruby_debian_10-3_2_4-normal.result != 'success' - && (needs.build_ruby_debian_10-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.4/normal];'))) - || (needs.build_ruby_debian_10-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_10-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.4/jemalloc];'))) - || (needs.build_ruby_debian_10-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_debian_10-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.4/malloctrim];'))) + || (needs.build_ruby_debian_10-3_2_5-normal.result != 'success' + && (needs.build_ruby_debian_10-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.5/normal];'))) + || (needs.build_ruby_debian_10-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_debian_10-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.5/jemalloc];'))) + || (needs.build_ruby_debian_10-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_debian_10-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.5/malloctrim];'))) || (needs.build_ruby_debian_10-3_1_6-normal.result != 'success' && (needs.build_ruby_debian_10-3_1_6-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.1.6/normal];'))) @@ -5365,15 +5365,15 @@ jobs: || (needs.build_ruby_ubuntu_20_04-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_20_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.4/malloctrim];'))) - || (needs.build_ruby_ubuntu_20_04-3_2_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_20_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.4/normal];'))) - || (needs.build_ruby_ubuntu_20_04-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_20_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_20_04-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_ubuntu_20_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.4/malloctrim];'))) + || (needs.build_ruby_ubuntu_20_04-3_2_5-normal.result != 'success' + && (needs.build_ruby_ubuntu_20_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.5/normal];'))) + || (needs.build_ruby_ubuntu_20_04-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_20_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.5/jemalloc];'))) + || (needs.build_ruby_ubuntu_20_04-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_ubuntu_20_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.5/malloctrim];'))) || (needs.build_ruby_ubuntu_20_04-3_1_6-normal.result != 'success' && (needs.build_ruby_ubuntu_20_04-3_1_6-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.1.6/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-3.yml b/.github/workflows/ci-cd-build-packages-3.yml index e8dba31d..c55a4a31 100644 --- a/.github/workflows/ci-cd-build-packages-3.yml +++ b/.github/workflows/ci-cd-build-packages-3.yml @@ -481,7 +481,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -529,7 +529,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -580,7 +580,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -634,7 +634,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -679,7 +679,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -727,7 +727,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1609,8 +1609,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_2_4-normal: - name: 'Ruby [debian-11/3.2.4/normal]' + build_ruby_debian_11-3_2_5-normal: + name: 'Ruby [debian-11/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -1620,7 +1620,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -1645,7 +1645,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1682,7 +1682,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1692,18 +1692,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-11_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-11_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_2_4-jemalloc: - name: 'Ruby [debian-11/3.2.4/jemalloc]' + build_ruby_debian_11-3_2_5-jemalloc: + name: 'Ruby [debian-11/3.2.5/jemalloc]' needs: build_jemalloc_debian_11 runs-on: ubuntu-24.04 @@ -1714,7 +1714,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -1744,7 +1744,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1787,7 +1787,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1797,18 +1797,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-11_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-11_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_2_4-malloctrim: - name: 'Ruby [debian-11/3.2.4/malloctrim]' + build_ruby_debian_11-3_2_5-malloctrim: + name: 'Ruby [debian-11/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -1818,7 +1818,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -1843,7 +1843,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1880,7 +1880,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1890,13 +1890,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-11_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-11_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2810,7 +2810,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2858,7 +2858,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2909,7 +2909,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2963,7 +2963,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -3008,7 +3008,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3056,7 +3056,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -3647,8 +3647,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_2_4-normal: - name: 'Ruby [ubuntu-22.04/3.2.4/normal]' + build_ruby_ubuntu_22_04-3_2_5-normal: + name: 'Ruby [ubuntu-22.04/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -3658,7 +3658,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -3683,7 +3683,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3720,7 +3720,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3730,18 +3730,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-22.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-22.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_2_4-jemalloc: - name: 'Ruby [ubuntu-22.04/3.2.4/jemalloc]' + build_ruby_ubuntu_22_04-3_2_5-jemalloc: + name: 'Ruby [ubuntu-22.04/3.2.5/jemalloc]' needs: build_jemalloc_ubuntu_22_04 runs-on: ubuntu-24.04 @@ -3752,7 +3752,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -3782,7 +3782,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3825,7 +3825,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3835,18 +3835,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-22.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-22.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_2_4-malloctrim: - name: 'Ruby [ubuntu-22.04/3.2.4/malloctrim]' + build_ruby_ubuntu_22_04-3_2_5-malloctrim: + name: 'Ruby [ubuntu-22.04/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -3856,7 +3856,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -3881,7 +3881,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3918,7 +3918,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3928,13 +3928,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-22.04_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-22.04_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4259,9 +4259,9 @@ jobs: - build_ruby_debian_11-3_3_4-jemalloc - build_ruby_debian_11-3_3_4-malloctrim - - build_ruby_debian_11-3_2_4-normal - - build_ruby_debian_11-3_2_4-jemalloc - - build_ruby_debian_11-3_2_4-malloctrim + - build_ruby_debian_11-3_2_5-normal + - build_ruby_debian_11-3_2_5-jemalloc + - build_ruby_debian_11-3_2_5-malloctrim - build_ruby_debian_11-3_1_6-normal - build_ruby_debian_11-3_1_6-jemalloc @@ -4289,9 +4289,9 @@ jobs: - build_ruby_ubuntu_22_04-3_3_4-jemalloc - build_ruby_ubuntu_22_04-3_3_4-malloctrim - - build_ruby_ubuntu_22_04-3_2_4-normal - - build_ruby_ubuntu_22_04-3_2_4-jemalloc - - build_ruby_ubuntu_22_04-3_2_4-malloctrim + - build_ruby_ubuntu_22_04-3_2_5-normal + - build_ruby_ubuntu_22_04-3_2_5-jemalloc + - build_ruby_ubuntu_22_04-3_2_5-malloctrim - build_ruby_ubuntu_22_04-3_1_6-normal - build_ruby_ubuntu_22_04-3_1_6-jemalloc @@ -4344,7 +4344,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.4_debian-11_normal ruby-pkg_3.2.4_debian-11_jemalloc ruby-pkg_3.2.4_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.4_ubuntu-22.04_normal ruby-pkg_3.2.4_ubuntu-22.04_jemalloc ruby-pkg_3.2.4_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4438,23 +4438,23 @@ jobs: name: ruby-pkg_3.3.4_debian-11_malloctrim path: artifacts/ruby-pkg_3.3.4_debian-11_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-11_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-11_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-11_normal - path: artifacts/ruby-pkg_3.2.4_debian-11_normal + name: ruby-pkg_3.2.5_debian-11_normal + path: artifacts/ruby-pkg_3.2.5_debian-11_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-11_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-11_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-11_jemalloc - path: artifacts/ruby-pkg_3.2.4_debian-11_jemalloc + name: ruby-pkg_3.2.5_debian-11_jemalloc + path: artifacts/ruby-pkg_3.2.5_debian-11_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-11_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-11_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-11_malloctrim - path: artifacts/ruby-pkg_3.2.4_debian-11_malloctrim + name: ruby-pkg_3.2.5_debian-11_malloctrim + path: artifacts/ruby-pkg_3.2.5_debian-11_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.1.6_debian-11_normal] to Github uses: actions/upload-artifact@v4 @@ -4564,23 +4564,23 @@ jobs: name: ruby-pkg_3.3.4_ubuntu-22.04_malloctrim path: artifacts/ruby-pkg_3.3.4_ubuntu-22.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-22.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-22.04_normal - path: artifacts/ruby-pkg_3.2.4_ubuntu-22.04_normal + name: ruby-pkg_3.2.5_ubuntu-22.04_normal + path: artifacts/ruby-pkg_3.2.5_ubuntu-22.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-22.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-22.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-22.04_jemalloc - path: artifacts/ruby-pkg_3.2.4_ubuntu-22.04_jemalloc + name: ruby-pkg_3.2.5_ubuntu-22.04_jemalloc + path: artifacts/ruby-pkg_3.2.5_ubuntu-22.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-22.04_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-22.04_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-22.04_malloctrim - path: artifacts/ruby-pkg_3.2.4_ubuntu-22.04_malloctrim + name: ruby-pkg_3.2.5_ubuntu-22.04_malloctrim + path: artifacts/ruby-pkg_3.2.5_ubuntu-22.04_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.1.6_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 @@ -4663,15 +4663,15 @@ jobs: || (needs.build_ruby_debian_11-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_debian_11-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.4/malloctrim];'))) - || (needs.build_ruby_debian_11-3_2_4-normal.result != 'success' - && (needs.build_ruby_debian_11-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.4/normal];'))) - || (needs.build_ruby_debian_11-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_11-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.4/jemalloc];'))) - || (needs.build_ruby_debian_11-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_debian_11-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.4/malloctrim];'))) + || (needs.build_ruby_debian_11-3_2_5-normal.result != 'success' + && (needs.build_ruby_debian_11-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.5/normal];'))) + || (needs.build_ruby_debian_11-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_debian_11-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.5/jemalloc];'))) + || (needs.build_ruby_debian_11-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_debian_11-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.5/malloctrim];'))) || (needs.build_ruby_debian_11-3_1_6-normal.result != 'success' && (needs.build_ruby_debian_11-3_1_6-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.1.6/normal];'))) @@ -4730,15 +4730,15 @@ jobs: || (needs.build_ruby_ubuntu_22_04-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_22_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.4/malloctrim];'))) - || (needs.build_ruby_ubuntu_22_04-3_2_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.4/normal];'))) - || (needs.build_ruby_ubuntu_22_04-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_22_04-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.4/malloctrim];'))) + || (needs.build_ruby_ubuntu_22_04-3_2_5-normal.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.5/normal];'))) + || (needs.build_ruby_ubuntu_22_04-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.5/jemalloc];'))) + || (needs.build_ruby_ubuntu_22_04-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.5/malloctrim];'))) || (needs.build_ruby_ubuntu_22_04-3_1_6-normal.result != 'success' && (needs.build_ruby_ubuntu_22_04-3_1_6-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.1.6/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-4.yml b/.github/workflows/ci-cd-build-packages-4.yml index e63257f3..5a75d433 100644 --- a/.github/workflows/ci-cd-build-packages-4.yml +++ b/.github/workflows/ci-cd-build-packages-4.yml @@ -481,7 +481,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -529,7 +529,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -580,7 +580,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -634,7 +634,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -679,7 +679,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -727,7 +727,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1027,8 +1027,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_2_4-normal: - name: 'Ruby [debian-12/3.2.4/normal]' + build_ruby_debian_12-3_2_5-normal: + name: 'Ruby [debian-12/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -1038,7 +1038,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -1063,7 +1063,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1100,7 +1100,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1110,18 +1110,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-12_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-12_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_2_4-jemalloc: - name: 'Ruby [debian-12/3.2.4/jemalloc]' + build_ruby_debian_12-3_2_5-jemalloc: + name: 'Ruby [debian-12/3.2.5/jemalloc]' needs: build_jemalloc_debian_12 runs-on: ubuntu-24.04 @@ -1132,7 +1132,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -1162,7 +1162,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1205,7 +1205,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1215,18 +1215,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-12_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-12_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_2_4-malloctrim: - name: 'Ruby [debian-12/3.2.4/malloctrim]' + build_ruby_debian_12-3_2_5-malloctrim: + name: 'Ruby [debian-12/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -1236,7 +1236,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -1261,7 +1261,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1298,7 +1298,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1308,13 +1308,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_debian-12_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_debian-12_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1646,7 +1646,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1694,7 +1694,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1745,7 +1745,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1799,7 +1799,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1844,7 +1844,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1892,7 +1892,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.2" - RUBY_PACKAGE_REVISION: "7" + RUBY_PACKAGE_REVISION: "8" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2483,8 +2483,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_2_4-normal: - name: 'Ruby [ubuntu-24.04/3.2.4/normal]' + build_ruby_ubuntu_24_04-3_2_5-normal: + name: 'Ruby [ubuntu-24.04/3.2.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -2494,7 +2494,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.5/normal];') && !failure() && !cancelled() steps: @@ -2519,7 +2519,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2556,7 +2556,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2566,18 +2566,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-24.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-24.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_2_4-jemalloc: - name: 'Ruby [ubuntu-24.04/3.2.4/jemalloc]' + build_ruby_ubuntu_24_04-3_2_5-jemalloc: + name: 'Ruby [ubuntu-24.04/3.2.5/jemalloc]' needs: build_jemalloc_ubuntu_24_04 runs-on: ubuntu-24.04 @@ -2588,7 +2588,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.5/jemalloc];') && !failure() && !cancelled() steps: @@ -2618,7 +2618,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2661,7 +2661,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2671,18 +2671,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-24.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-24.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_2_4-malloctrim: - name: 'Ruby [ubuntu-24.04/3.2.4/malloctrim]' + build_ruby_ubuntu_24_04-3_2_5-malloctrim: + name: 'Ruby [ubuntu-24.04/3.2.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -2692,7 +2692,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.5/malloctrim];') && !failure() && !cancelled() steps: @@ -2717,7 +2717,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2754,7 +2754,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2764,13 +2764,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.2.4" + RUBY_PACKAGE_VERSION_ID: "3.2.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.2.4_ubuntu-24.04_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.2.5_ubuntu-24.04_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3087,9 +3087,9 @@ jobs: - build_ruby_debian_12-3_3_4-jemalloc - build_ruby_debian_12-3_3_4-malloctrim - - build_ruby_debian_12-3_2_4-normal - - build_ruby_debian_12-3_2_4-jemalloc - - build_ruby_debian_12-3_2_4-malloctrim + - build_ruby_debian_12-3_2_5-normal + - build_ruby_debian_12-3_2_5-jemalloc + - build_ruby_debian_12-3_2_5-malloctrim - build_jemalloc_ubuntu_24_04 @@ -3109,9 +3109,9 @@ jobs: - build_ruby_ubuntu_24_04-3_3_4-jemalloc - build_ruby_ubuntu_24_04-3_3_4-malloctrim - - build_ruby_ubuntu_24_04-3_2_4-normal - - build_ruby_ubuntu_24_04-3_2_4-jemalloc - - build_ruby_ubuntu_24_04-3_2_4-malloctrim + - build_ruby_ubuntu_24_04-3_2_5-normal + - build_ruby_ubuntu_24_04-3_2_5-jemalloc + - build_ruby_ubuntu_24_04-3_2_5-malloctrim - build_ruby_ubuntu_24_04-3_1_6-normal - build_ruby_ubuntu_24_04-3_1_6-jemalloc @@ -3164,7 +3164,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.4_debian-12_normal ruby-pkg_3.2.4_debian-12_jemalloc ruby-pkg_3.2.4_debian-12_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.4_ubuntu-24.04_normal ruby-pkg_3.2.4_ubuntu-24.04_jemalloc ruby-pkg_3.2.4_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3222,23 +3222,23 @@ jobs: name: ruby-pkg_3.3.4_debian-12_malloctrim path: artifacts/ruby-pkg_3.3.4_debian-12_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-12_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-12_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-12_normal - path: artifacts/ruby-pkg_3.2.4_debian-12_normal + name: ruby-pkg_3.2.5_debian-12_normal + path: artifacts/ruby-pkg_3.2.5_debian-12_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-12_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-12_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-12_jemalloc - path: artifacts/ruby-pkg_3.2.4_debian-12_jemalloc + name: ruby-pkg_3.2.5_debian-12_jemalloc + path: artifacts/ruby-pkg_3.2.5_debian-12_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_debian-12_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-12_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_debian-12_malloctrim - path: artifacts/ruby-pkg_3.2.4_debian-12_malloctrim + name: ruby-pkg_3.2.5_debian-12_malloctrim + path: artifacts/ruby-pkg_3.2.5_debian-12_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.3_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 @@ -3312,23 +3312,23 @@ jobs: name: ruby-pkg_3.3.4_ubuntu-24.04_malloctrim path: artifacts/ruby-pkg_3.3.4_ubuntu-24.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-24.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-24.04_normal - path: artifacts/ruby-pkg_3.2.4_ubuntu-24.04_normal + name: ruby-pkg_3.2.5_ubuntu-24.04_normal + path: artifacts/ruby-pkg_3.2.5_ubuntu-24.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-24.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-24.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-24.04_jemalloc - path: artifacts/ruby-pkg_3.2.4_ubuntu-24.04_jemalloc + name: ruby-pkg_3.2.5_ubuntu-24.04_jemalloc + path: artifacts/ruby-pkg_3.2.5_ubuntu-24.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.2.4_ubuntu-24.04_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-24.04_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.2.4_ubuntu-24.04_malloctrim - path: artifacts/ruby-pkg_3.2.4_ubuntu-24.04_malloctrim + name: ruby-pkg_3.2.5_ubuntu-24.04_malloctrim + path: artifacts/ruby-pkg_3.2.5_ubuntu-24.04_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.1.6_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 @@ -3393,15 +3393,15 @@ jobs: || (needs.build_ruby_debian_12-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_debian_12-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.4/malloctrim];'))) - || (needs.build_ruby_debian_12-3_2_4-normal.result != 'success' - && (needs.build_ruby_debian_12-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.4/normal];'))) - || (needs.build_ruby_debian_12-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_12-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.4/jemalloc];'))) - || (needs.build_ruby_debian_12-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_debian_12-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.4/malloctrim];'))) + || (needs.build_ruby_debian_12-3_2_5-normal.result != 'success' + && (needs.build_ruby_debian_12-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.5/normal];'))) + || (needs.build_ruby_debian_12-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_debian_12-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.5/jemalloc];'))) + || (needs.build_ruby_debian_12-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_debian_12-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.5/malloctrim];'))) - name: Check whether 'Ruby [ubuntu-24.04]' job did not fail run: 'false' if: | @@ -3442,15 +3442,15 @@ jobs: || (needs.build_ruby_ubuntu_24_04-3_3_4-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_24_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.4/malloctrim];'))) - || (needs.build_ruby_ubuntu_24_04-3_2_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.4/normal];'))) - || (needs.build_ruby_ubuntu_24_04-3_2_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_24_04-3_2_4-malloctrim.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.4/malloctrim];'))) + || (needs.build_ruby_ubuntu_24_04-3_2_5-normal.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.5/normal];'))) + || (needs.build_ruby_ubuntu_24_04-3_2_5-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.5/jemalloc];'))) + || (needs.build_ruby_ubuntu_24_04-3_2_5-malloctrim.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.5/malloctrim];'))) || (needs.build_ruby_ubuntu_24_04-3_1_6-normal.result != 'success' && (needs.build_ruby_ubuntu_24_04-3_1_6-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.1.6/normal];'))) diff --git a/.github/workflows/ci-cd-prepare.yml b/.github/workflows/ci-cd-prepare.yml index aca35d26..9b12294c 100644 --- a/.github/workflows/ci-cd-prepare.yml +++ b/.github/workflows/ci-cd-prepare.yml @@ -546,13 +546,13 @@ jobs: ARTIFACT_NAME: ruby-src-3.3.4 ARTIFACT_PATH: output CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - download_ruby_source_3_2_4: - name: Download Ruby source [3.2.4] + download_ruby_source_3_2_5: + name: Download Ruby source [3.2.5] runs-on: ubuntu-24.04 permissions: id-token: write environment: test - if: contains(inputs.necessary_jobs, ';Download Ruby source 3.2.4;') + if: contains(inputs.necessary_jobs, ';Download Ruby source 3.2.5;') steps: - uses: actions/checkout@v4 - uses: azure/login@v2 @@ -572,12 +572,12 @@ jobs: - name: Download run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh env: - RUBY_VERSION: 3.2.4 + RUBY_VERSION: 3.2.5 - name: Archive artifact run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: output CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} download_ruby_source_3_1_6: @@ -1008,7 +1008,7 @@ jobs: - build_docker_image_ubuntu_24_04 - build_docker_image_utility - download_ruby_source_3_3_4 - - download_ruby_source_3_2_4 + - download_ruby_source_3_2_5 - download_ruby_source_3_1_6 - download_ruby_source_3_0_7 - build_common_deb @@ -1211,17 +1211,17 @@ jobs: name: ruby-src-3.3.4 path: artifacts compression-level: 0 - - name: Download Ruby source artifact [3.2.4] from Google Cloud + - name: Download Ruby source artifact [3.2.5] from Google Cloud run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.2.4 + ARTIFACT_NAME: ruby-src-3.2.5 ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - - name: Archive Ruby source artifact [3.2.4] to Github + - name: Archive Ruby source artifact [3.2.5] to Github uses: actions/upload-artifact@v4 with: - name: ruby-src-3.2.4 + name: ruby-src-3.2.5 path: artifacts compression-level: 0 - name: Download Ruby source artifact [3.1.6] from Google Cloud @@ -1363,9 +1363,9 @@ jobs: || (needs.download_ruby_source_3_3_4.result != 'success' && (needs.download_ruby_source_3_3_4.result != 'skipped' || contains(inputs.necessary_jobs, ';Download Ruby source 3.3.4;'))) - || (needs.download_ruby_source_3_2_4.result != 'success' - && (needs.download_ruby_source_3_2_4.result != 'skipped' - || contains(inputs.necessary_jobs, ';Download Ruby source 3.2.4;'))) + || (needs.download_ruby_source_3_2_5.result != 'success' + && (needs.download_ruby_source_3_2_5.result != 'skipped' + || contains(inputs.necessary_jobs, ';Download Ruby source 3.2.5;'))) || (needs.download_ruby_source_3_1_6.result != 'success' && (needs.download_ruby_source_3_1_6.result != 'skipped' || contains(inputs.necessary_jobs, ';Download Ruby source 3.1.6;'))) diff --git a/.github/workflows/ci-cd-publish-test-production.yml b/.github/workflows/ci-cd-publish-test-production.yml index cd85c4df..ea246726 100644 --- a/.github/workflows/ci-cd-publish-test-production.yml +++ b/.github/workflows/ci-cd-publish-test-production.yml @@ -68,7 +68,7 @@ jobs: common-rpm rbenv-deb rbenv-rpm - ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.4_centos-8_normal ruby-pkg_3.2.4_centos-8_jemalloc ruby-pkg_3.2.4_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.4_debian-10_normal ruby-pkg_3.2.4_debian-10_jemalloc ruby-pkg_3.2.4_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.4_debian-11_normal ruby-pkg_3.2.4_debian-11_jemalloc ruby-pkg_3.2.4_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.4_debian-12_normal ruby-pkg_3.2.4_debian-12_jemalloc ruby-pkg_3.2.4_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.4_el-9_normal ruby-pkg_3.2.4_el-9_jemalloc ruby-pkg_3.2.4_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.4_ubuntu-20.04_normal ruby-pkg_3.2.4_ubuntu-20.04_jemalloc ruby-pkg_3.2.4_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.4_ubuntu-22.04_normal ruby-pkg_3.2.4_ubuntu-22.04_jemalloc ruby-pkg_3.2.4_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.4_ubuntu-24.04_normal ruby-pkg_3.2.4_ubuntu-24.04_jemalloc ruby-pkg_3.2.4_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim + ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim ARTIFACT_PATH: pkgs CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -650,8 +650,8 @@ jobs: ARTIFACT_NAME: tested-against-production-centos-8_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_2_4-normal: - name: 'Test [centos-8/3.2.4/normal]' + test_centos_8-3_2_5-normal: + name: 'Test [centos-8/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -659,7 +659,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.5/normal];') permissions: id-token: write steps: @@ -677,7 +677,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -690,11 +690,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-centos-8_3.2.4_normal + ARTIFACT_NAME: tested-against-production-centos-8_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_2_4-jemalloc: - name: 'Test [centos-8/3.2.4/jemalloc]' + test_centos_8-3_2_5-jemalloc: + name: 'Test [centos-8/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -702,7 +702,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -720,7 +720,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -733,11 +733,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-centos-8_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-centos-8_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_2_4-malloctrim: - name: 'Test [centos-8/3.2.4/malloctrim]' + test_centos_8-3_2_5-malloctrim: + name: 'Test [centos-8/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -745,7 +745,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -763,7 +763,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -776,7 +776,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-centos-8_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-centos-8_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_centos_8-3_0_7-normal: @@ -1554,8 +1554,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-10_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_2_4-normal: - name: 'Test [debian-10/3.2.4/normal]' + test_debian_10-3_2_5-normal: + name: 'Test [debian-10/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -1563,7 +1563,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.5/normal];') permissions: id-token: write steps: @@ -1581,7 +1581,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1594,11 +1594,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-10_3.2.4_normal + ARTIFACT_NAME: tested-against-production-debian-10_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_2_4-jemalloc: - name: 'Test [debian-10/3.2.4/jemalloc]' + test_debian_10-3_2_5-jemalloc: + name: 'Test [debian-10/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -1606,7 +1606,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -1624,7 +1624,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1637,11 +1637,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-10_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-10_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_2_4-malloctrim: - name: 'Test [debian-10/3.2.4/malloctrim]' + test_debian_10-3_2_5-malloctrim: + name: 'Test [debian-10/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -1649,7 +1649,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -1667,7 +1667,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -1680,7 +1680,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-10_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-debian-10_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_debian_10-3_1_6-normal: @@ -2587,8 +2587,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-11_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_2_4-normal: - name: 'Test [debian-11/3.2.4/normal]' + test_debian_11-3_2_5-normal: + name: 'Test [debian-11/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2596,7 +2596,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.5/normal];') permissions: id-token: write steps: @@ -2614,7 +2614,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2627,11 +2627,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_3.2.4_normal + ARTIFACT_NAME: tested-against-production-debian-11_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_2_4-jemalloc: - name: 'Test [debian-11/3.2.4/jemalloc]' + test_debian_11-3_2_5-jemalloc: + name: 'Test [debian-11/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2639,7 +2639,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -2657,7 +2657,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2670,11 +2670,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-11_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_2_4-malloctrim: - name: 'Test [debian-11/3.2.4/malloctrim]' + test_debian_11-3_2_5-malloctrim: + name: 'Test [debian-11/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -2682,7 +2682,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -2700,7 +2700,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -2713,7 +2713,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-debian-11_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_debian_11-3_1_6-normal: @@ -3362,8 +3362,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-12_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_2_4-normal: - name: 'Test [debian-12/3.2.4/normal]' + test_debian_12-3_2_5-normal: + name: 'Test [debian-12/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -3371,7 +3371,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.5/normal];') permissions: id-token: write steps: @@ -3389,7 +3389,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3402,11 +3402,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_3.2.4_normal + ARTIFACT_NAME: tested-against-production-debian-12_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_2_4-jemalloc: - name: 'Test [debian-12/3.2.4/jemalloc]' + test_debian_12-3_2_5-jemalloc: + name: 'Test [debian-12/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -3414,7 +3414,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -3432,7 +3432,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3445,11 +3445,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-12_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_2_4-malloctrim: - name: 'Test [debian-12/3.2.4/malloctrim]' + test_debian_12-3_2_5-malloctrim: + name: 'Test [debian-12/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -3457,7 +3457,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -3475,7 +3475,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -3488,7 +3488,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-debian-12_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4008,8 +4008,8 @@ jobs: ARTIFACT_NAME: tested-against-production-el-9_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_2_4-normal: - name: 'Test [el-9/3.2.4/normal]' + test_el_9-3_2_5-normal: + name: 'Test [el-9/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -4017,7 +4017,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.5/normal];') permissions: id-token: write steps: @@ -4035,7 +4035,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4048,11 +4048,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_3.2.4_normal + ARTIFACT_NAME: tested-against-production-el-9_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_2_4-jemalloc: - name: 'Test [el-9/3.2.4/jemalloc]' + test_el_9-3_2_5-jemalloc: + name: 'Test [el-9/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -4060,7 +4060,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -4078,7 +4078,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4091,11 +4091,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-el-9_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_2_4-malloctrim: - name: 'Test [el-9/3.2.4/malloctrim]' + test_el_9-3_2_5-malloctrim: + name: 'Test [el-9/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -4103,7 +4103,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -4121,7 +4121,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -4134,7 +4134,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-el-9_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_el_9-3_1_6-normal: @@ -4912,8 +4912,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_2_4-normal: - name: 'Test [ubuntu-20.04/3.2.4/normal]' + test_ubuntu_20_04-3_2_5-normal: + name: 'Test [ubuntu-20.04/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -4921,7 +4921,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.5/normal];') permissions: id-token: write steps: @@ -4939,7 +4939,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4952,11 +4952,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.2.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_2_4-jemalloc: - name: 'Test [ubuntu-20.04/3.2.4/jemalloc]' + test_ubuntu_20_04-3_2_5-jemalloc: + name: 'Test [ubuntu-20.04/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -4964,7 +4964,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -4982,7 +4982,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4995,11 +4995,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_2_4-malloctrim: - name: 'Test [ubuntu-20.04/3.2.4/malloctrim]' + test_ubuntu_20_04-3_2_5-malloctrim: + name: 'Test [ubuntu-20.04/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -5007,7 +5007,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -5025,7 +5025,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -5038,7 +5038,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_20_04-3_1_6-normal: @@ -5816,8 +5816,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_2_4-normal: - name: 'Test [ubuntu-22.04/3.2.4/normal]' + test_ubuntu_22_04-3_2_5-normal: + name: 'Test [ubuntu-22.04/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -5825,7 +5825,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.5/normal];') permissions: id-token: write steps: @@ -5843,7 +5843,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -5856,11 +5856,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.2.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_2_4-jemalloc: - name: 'Test [ubuntu-22.04/3.2.4/jemalloc]' + test_ubuntu_22_04-3_2_5-jemalloc: + name: 'Test [ubuntu-22.04/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -5868,7 +5868,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -5886,7 +5886,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -5899,11 +5899,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_2_4-malloctrim: - name: 'Test [ubuntu-22.04/3.2.4/malloctrim]' + test_ubuntu_22_04-3_2_5-malloctrim: + name: 'Test [ubuntu-22.04/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -5911,7 +5911,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -5929,7 +5929,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -5942,7 +5942,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_22_04-3_1_6-normal: @@ -6591,8 +6591,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.3.4_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_2_4-normal: - name: 'Test [ubuntu-24.04/3.2.4/normal]' + test_ubuntu_24_04-3_2_5-normal: + name: 'Test [ubuntu-24.04/3.2.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -6600,7 +6600,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.5/normal];') permissions: id-token: write steps: @@ -6618,7 +6618,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -6631,11 +6631,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.2.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_2_4-jemalloc: - name: 'Test [ubuntu-24.04/3.2.4/jemalloc]' + test_ubuntu_24_04-3_2_5-jemalloc: + name: 'Test [ubuntu-24.04/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -6643,7 +6643,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -6661,7 +6661,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -6674,11 +6674,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_2_4-malloctrim: - name: 'Test [ubuntu-24.04/3.2.4/malloctrim]' + test_ubuntu_24_04-3_2_5-malloctrim: + name: 'Test [ubuntu-24.04/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -6686,7 +6686,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -6704,7 +6704,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -6717,7 +6717,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_24_04-3_1_6-normal: @@ -6873,9 +6873,9 @@ jobs: - test_centos_8-3_3_4-normal - test_centos_8-3_3_4-jemalloc - test_centos_8-3_3_4-malloctrim - - test_centos_8-3_2_4-normal - - test_centos_8-3_2_4-jemalloc - - test_centos_8-3_2_4-malloctrim + - test_centos_8-3_2_5-normal + - test_centos_8-3_2_5-jemalloc + - test_centos_8-3_2_5-malloctrim - test_centos_8-3_0_7-normal - test_centos_8-3_0_7-jemalloc - test_centos_8-3_0_7-malloctrim @@ -6894,9 +6894,9 @@ jobs: - test_debian_10-3_3_4-normal - test_debian_10-3_3_4-jemalloc - test_debian_10-3_3_4-malloctrim - - test_debian_10-3_2_4-normal - - test_debian_10-3_2_4-jemalloc - - test_debian_10-3_2_4-malloctrim + - test_debian_10-3_2_5-normal + - test_debian_10-3_2_5-jemalloc + - test_debian_10-3_2_5-malloctrim - test_debian_10-3_1_6-normal - test_debian_10-3_1_6-jemalloc - test_debian_10-3_1_6-malloctrim @@ -6918,9 +6918,9 @@ jobs: - test_debian_11-3_3_4-normal - test_debian_11-3_3_4-jemalloc - test_debian_11-3_3_4-malloctrim - - test_debian_11-3_2_4-normal - - test_debian_11-3_2_4-jemalloc - - test_debian_11-3_2_4-malloctrim + - test_debian_11-3_2_5-normal + - test_debian_11-3_2_5-jemalloc + - test_debian_11-3_2_5-malloctrim - test_debian_11-3_1_6-normal - test_debian_11-3_1_6-jemalloc - test_debian_11-3_1_6-malloctrim @@ -6936,9 +6936,9 @@ jobs: - test_debian_12-3_3_4-normal - test_debian_12-3_3_4-jemalloc - test_debian_12-3_3_4-malloctrim - - test_debian_12-3_2_4-normal - - test_debian_12-3_2_4-jemalloc - - test_debian_12-3_2_4-malloctrim + - test_debian_12-3_2_5-normal + - test_debian_12-3_2_5-jemalloc + - test_debian_12-3_2_5-malloctrim - test_el_9-3_3-normal - test_el_9-3_3-jemalloc - test_el_9-3_3-malloctrim @@ -6951,9 +6951,9 @@ jobs: - test_el_9-3_3_4-normal - test_el_9-3_3_4-jemalloc - test_el_9-3_3_4-malloctrim - - test_el_9-3_2_4-normal - - test_el_9-3_2_4-jemalloc - - test_el_9-3_2_4-malloctrim + - test_el_9-3_2_5-normal + - test_el_9-3_2_5-jemalloc + - test_el_9-3_2_5-malloctrim - test_el_9-3_1_6-normal - test_el_9-3_1_6-jemalloc - test_el_9-3_1_6-malloctrim @@ -6972,9 +6972,9 @@ jobs: - test_ubuntu_20_04-3_3_4-normal - test_ubuntu_20_04-3_3_4-jemalloc - test_ubuntu_20_04-3_3_4-malloctrim - - test_ubuntu_20_04-3_2_4-normal - - test_ubuntu_20_04-3_2_4-jemalloc - - test_ubuntu_20_04-3_2_4-malloctrim + - test_ubuntu_20_04-3_2_5-normal + - test_ubuntu_20_04-3_2_5-jemalloc + - test_ubuntu_20_04-3_2_5-malloctrim - test_ubuntu_20_04-3_1_6-normal - test_ubuntu_20_04-3_1_6-jemalloc - test_ubuntu_20_04-3_1_6-malloctrim @@ -6993,9 +6993,9 @@ jobs: - test_ubuntu_22_04-3_3_4-normal - test_ubuntu_22_04-3_3_4-jemalloc - test_ubuntu_22_04-3_3_4-malloctrim - - test_ubuntu_22_04-3_2_4-normal - - test_ubuntu_22_04-3_2_4-jemalloc - - test_ubuntu_22_04-3_2_4-malloctrim + - test_ubuntu_22_04-3_2_5-normal + - test_ubuntu_22_04-3_2_5-jemalloc + - test_ubuntu_22_04-3_2_5-malloctrim - test_ubuntu_22_04-3_1_6-normal - test_ubuntu_22_04-3_1_6-jemalloc - test_ubuntu_22_04-3_1_6-malloctrim @@ -7011,9 +7011,9 @@ jobs: - test_ubuntu_24_04-3_3_4-normal - test_ubuntu_24_04-3_3_4-jemalloc - test_ubuntu_24_04-3_3_4-malloctrim - - test_ubuntu_24_04-3_2_4-normal - - test_ubuntu_24_04-3_2_4-jemalloc - - test_ubuntu_24_04-3_2_4-malloctrim + - test_ubuntu_24_04-3_2_5-normal + - test_ubuntu_24_04-3_2_5-jemalloc + - test_ubuntu_24_04-3_2_5-malloctrim - test_ubuntu_24_04-3_1_6-normal - test_ubuntu_24_04-3_1_6-jemalloc - test_ubuntu_24_04-3_1_6-malloctrim @@ -7115,27 +7115,27 @@ jobs: && needs.test_centos_8-3_3_4-malloctrim.result != 'success' && (needs.test_centos_8-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.4/malloctrim];')) - - name: Check whether 'Test [centos-8/3.2.4/normal]' did not fail + - name: Check whether 'Test [centos-8/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_2_4-normal.result != 'success' - && (needs.test_centos_8-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.4/normal];')) - - name: Check whether 'Test [centos-8/3.2.4/jemalloc]' did not fail + && needs.test_centos_8-3_2_5-normal.result != 'success' + && (needs.test_centos_8-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.5/normal];')) + - name: Check whether 'Test [centos-8/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_2_4-jemalloc.result != 'success' - && (needs.test_centos_8-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.4/jemalloc];')) - - name: Check whether 'Test [centos-8/3.2.4/malloctrim]' did not fail + && needs.test_centos_8-3_2_5-jemalloc.result != 'success' + && (needs.test_centos_8-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.5/jemalloc];')) + - name: Check whether 'Test [centos-8/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_2_4-malloctrim.result != 'success' - && (needs.test_centos_8-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.4/malloctrim];')) + && needs.test_centos_8-3_2_5-malloctrim.result != 'success' + && (needs.test_centos_8-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2.5/malloctrim];')) - name: Check whether 'Test [centos-8/3.0.7/normal]' did not fail run: 'false' if: | @@ -7262,27 +7262,27 @@ jobs: && needs.test_debian_10-3_3_4-malloctrim.result != 'success' && (needs.test_debian_10-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.4/malloctrim];')) - - name: Check whether 'Test [debian-10/3.2.4/normal]' did not fail + - name: Check whether 'Test [debian-10/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_10-3_2_4-normal.result != 'success' - && (needs.test_debian_10-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.4/normal];')) - - name: Check whether 'Test [debian-10/3.2.4/jemalloc]' did not fail + && needs.test_debian_10-3_2_5-normal.result != 'success' + && (needs.test_debian_10-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.5/normal];')) + - name: Check whether 'Test [debian-10/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_10-3_2_4-jemalloc.result != 'success' - && (needs.test_debian_10-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.4/jemalloc];')) - - name: Check whether 'Test [debian-10/3.2.4/malloctrim]' did not fail + && needs.test_debian_10-3_2_5-jemalloc.result != 'success' + && (needs.test_debian_10-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.5/jemalloc];')) + - name: Check whether 'Test [debian-10/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_10-3_2_4-malloctrim.result != 'success' - && (needs.test_debian_10-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.4/malloctrim];')) + && needs.test_debian_10-3_2_5-malloctrim.result != 'success' + && (needs.test_debian_10-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.2.5/malloctrim];')) - name: Check whether 'Test [debian-10/3.1.6/normal]' did not fail run: 'false' if: | @@ -7430,27 +7430,27 @@ jobs: && needs.test_debian_11-3_3_4-malloctrim.result != 'success' && (needs.test_debian_11-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.4/malloctrim];')) - - name: Check whether 'Test [debian-11/3.2.4/normal]' did not fail + - name: Check whether 'Test [debian-11/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_2_4-normal.result != 'success' - && (needs.test_debian_11-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.4/normal];')) - - name: Check whether 'Test [debian-11/3.2.4/jemalloc]' did not fail + && needs.test_debian_11-3_2_5-normal.result != 'success' + && (needs.test_debian_11-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.5/normal];')) + - name: Check whether 'Test [debian-11/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_2_4-jemalloc.result != 'success' - && (needs.test_debian_11-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.4/jemalloc];')) - - name: Check whether 'Test [debian-11/3.2.4/malloctrim]' did not fail + && needs.test_debian_11-3_2_5-jemalloc.result != 'success' + && (needs.test_debian_11-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.5/jemalloc];')) + - name: Check whether 'Test [debian-11/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_2_4-malloctrim.result != 'success' - && (needs.test_debian_11-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.4/malloctrim];')) + && needs.test_debian_11-3_2_5-malloctrim.result != 'success' + && (needs.test_debian_11-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2.5/malloctrim];')) - name: Check whether 'Test [debian-11/3.1.6/normal]' did not fail run: 'false' if: | @@ -7556,27 +7556,27 @@ jobs: && needs.test_debian_12-3_3_4-malloctrim.result != 'success' && (needs.test_debian_12-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.4/malloctrim];')) - - name: Check whether 'Test [debian-12/3.2.4/normal]' did not fail + - name: Check whether 'Test [debian-12/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_2_4-normal.result != 'success' - && (needs.test_debian_12-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.4/normal];')) - - name: Check whether 'Test [debian-12/3.2.4/jemalloc]' did not fail + && needs.test_debian_12-3_2_5-normal.result != 'success' + && (needs.test_debian_12-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.5/normal];')) + - name: Check whether 'Test [debian-12/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_2_4-jemalloc.result != 'success' - && (needs.test_debian_12-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.4/jemalloc];')) - - name: Check whether 'Test [debian-12/3.2.4/malloctrim]' did not fail + && needs.test_debian_12-3_2_5-jemalloc.result != 'success' + && (needs.test_debian_12-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.5/jemalloc];')) + - name: Check whether 'Test [debian-12/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_2_4-malloctrim.result != 'success' - && (needs.test_debian_12-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.4/malloctrim];')) + && needs.test_debian_12-3_2_5-malloctrim.result != 'success' + && (needs.test_debian_12-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2.5/malloctrim];')) - name: Check whether 'Test [el-9/3.3/normal]' did not fail run: 'false' if: | @@ -7661,27 +7661,27 @@ jobs: && needs.test_el_9-3_3_4-malloctrim.result != 'success' && (needs.test_el_9-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.4/malloctrim];')) - - name: Check whether 'Test [el-9/3.2.4/normal]' did not fail + - name: Check whether 'Test [el-9/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_2_4-normal.result != 'success' - && (needs.test_el_9-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.4/normal];')) - - name: Check whether 'Test [el-9/3.2.4/jemalloc]' did not fail + && needs.test_el_9-3_2_5-normal.result != 'success' + && (needs.test_el_9-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.5/normal];')) + - name: Check whether 'Test [el-9/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_2_4-jemalloc.result != 'success' - && (needs.test_el_9-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.4/jemalloc];')) - - name: Check whether 'Test [el-9/3.2.4/malloctrim]' did not fail + && needs.test_el_9-3_2_5-jemalloc.result != 'success' + && (needs.test_el_9-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.5/jemalloc];')) + - name: Check whether 'Test [el-9/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_2_4-malloctrim.result != 'success' - && (needs.test_el_9-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.4/malloctrim];')) + && needs.test_el_9-3_2_5-malloctrim.result != 'success' + && (needs.test_el_9-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2.5/malloctrim];')) - name: Check whether 'Test [el-9/3.1.6/normal]' did not fail run: 'false' if: | @@ -7808,27 +7808,27 @@ jobs: && needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'success' && (needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.4/malloctrim];')) - - name: Check whether 'Test [ubuntu-20.04/3.2.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-20.04/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_20_04-3_2_4-normal.result != 'success' - && (needs.test_ubuntu_20_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.4/normal];')) - - name: Check whether 'Test [ubuntu-20.04/3.2.4/jemalloc]' did not fail + && needs.test_ubuntu_20_04-3_2_5-normal.result != 'success' + && (needs.test_ubuntu_20_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.5/normal];')) + - name: Check whether 'Test [ubuntu-20.04/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_20_04-3_2_4-jemalloc.result != 'success' - && (needs.test_ubuntu_20_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-20.04/3.2.4/malloctrim]' did not fail + && needs.test_ubuntu_20_04-3_2_5-jemalloc.result != 'success' + && (needs.test_ubuntu_20_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-20.04/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_20_04-3_2_4-malloctrim.result != 'success' - && (needs.test_ubuntu_20_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.4/malloctrim];')) + && needs.test_ubuntu_20_04-3_2_5-malloctrim.result != 'success' + && (needs.test_ubuntu_20_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.2.5/malloctrim];')) - name: Check whether 'Test [ubuntu-20.04/3.1.6/normal]' did not fail run: 'false' if: | @@ -7955,27 +7955,27 @@ jobs: && needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'success' && (needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.4/malloctrim];')) - - name: Check whether 'Test [ubuntu-22.04/3.2.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-22.04/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_2_4-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.4/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.2.4/jemalloc]' did not fail + && needs.test_ubuntu_22_04-3_2_5-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.5/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_2_4-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.2.4/malloctrim]' did not fail + && needs.test_ubuntu_22_04-3_2_5-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_2_4-malloctrim.result != 'success' - && (needs.test_ubuntu_22_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.4/malloctrim];')) + && needs.test_ubuntu_22_04-3_2_5-malloctrim.result != 'success' + && (needs.test_ubuntu_22_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2.5/malloctrim];')) - name: Check whether 'Test [ubuntu-22.04/3.1.6/normal]' did not fail run: 'false' if: | @@ -8081,27 +8081,27 @@ jobs: && needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'success' && (needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.4/malloctrim];')) - - name: Check whether 'Test [ubuntu-24.04/3.2.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-24.04/3.2.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_2_4-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.4/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.2.4/jemalloc]' did not fail + && needs.test_ubuntu_24_04-3_2_5-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.5/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.2.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_2_4-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.2.4/malloctrim]' did not fail + && needs.test_ubuntu_24_04-3_2_5-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.2.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_2_4-malloctrim.result != 'success' - && (needs.test_ubuntu_24_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.4/malloctrim];')) + && needs.test_ubuntu_24_04-3_2_5-malloctrim.result != 'success' + && (needs.test_ubuntu_24_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2.5/malloctrim];')) - name: Check whether 'Test [ubuntu-24.04/3.1.6/normal]' did not fail run: 'false' if: | diff --git a/.github/workflows/ci-cd-publish-test-test.yml b/.github/workflows/ci-cd-publish-test-test.yml index 068706a5..a961bb0d 100644 --- a/.github/workflows/ci-cd-publish-test-test.yml +++ b/.github/workflows/ci-cd-publish-test-test.yml @@ -68,7 +68,7 @@ jobs: common-rpm rbenv-deb rbenv-rpm - ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.4_centos-8_normal ruby-pkg_3.2.4_centos-8_jemalloc ruby-pkg_3.2.4_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.4_debian-10_normal ruby-pkg_3.2.4_debian-10_jemalloc ruby-pkg_3.2.4_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.4_debian-11_normal ruby-pkg_3.2.4_debian-11_jemalloc ruby-pkg_3.2.4_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.4_debian-12_normal ruby-pkg_3.2.4_debian-12_jemalloc ruby-pkg_3.2.4_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.4_el-9_normal ruby-pkg_3.2.4_el-9_jemalloc ruby-pkg_3.2.4_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.4_ubuntu-20.04_normal ruby-pkg_3.2.4_ubuntu-20.04_jemalloc ruby-pkg_3.2.4_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.4_ubuntu-22.04_normal ruby-pkg_3.2.4_ubuntu-22.04_jemalloc ruby-pkg_3.2.4_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.4_ubuntu-24.04_normal ruby-pkg_3.2.4_ubuntu-24.04_jemalloc ruby-pkg_3.2.4_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim + ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim ARTIFACT_PATH: pkgs CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -617,14 +617,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_2_4-normal: - name: 'Test [centos-8/3.2.4/normal]' + test_centos_8-3_2_5-normal: + name: 'Test [centos-8/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.5/normal];') permissions: id-token: write steps: @@ -642,7 +642,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -655,18 +655,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-centos-8_3.2.4_normal + ARTIFACT_NAME: tested-against-test-centos-8_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_2_4-jemalloc: - name: 'Test [centos-8/3.2.4/jemalloc]' + test_centos_8-3_2_5-jemalloc: + name: 'Test [centos-8/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -684,7 +684,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -697,18 +697,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-centos-8_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-centos-8_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_2_4-malloctrim: - name: 'Test [centos-8/3.2.4/malloctrim]' + test_centos_8-3_2_5-malloctrim: + name: 'Test [centos-8/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -726,7 +726,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -739,7 +739,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-centos-8_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-centos-8_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1500,14 +1500,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_2_4-normal: - name: 'Test [debian-10/3.2.4/normal]' + test_debian_10-3_2_5-normal: + name: 'Test [debian-10/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.5/normal];') permissions: id-token: write steps: @@ -1525,7 +1525,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1538,18 +1538,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-10_3.2.4_normal + ARTIFACT_NAME: tested-against-test-debian-10_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_2_4-jemalloc: - name: 'Test [debian-10/3.2.4/jemalloc]' + test_debian_10-3_2_5-jemalloc: + name: 'Test [debian-10/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -1567,7 +1567,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1580,18 +1580,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-10_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-10_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_2_4-malloctrim: - name: 'Test [debian-10/3.2.4/malloctrim]' + test_debian_10-3_2_5-malloctrim: + name: 'Test [debian-10/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -1609,7 +1609,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -1622,7 +1622,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-10_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-debian-10_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2509,14 +2509,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_2_4-normal: - name: 'Test [debian-11/3.2.4/normal]' + test_debian_11-3_2_5-normal: + name: 'Test [debian-11/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.5/normal];') permissions: id-token: write steps: @@ -2534,7 +2534,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2547,18 +2547,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_3.2.4_normal + ARTIFACT_NAME: tested-against-test-debian-11_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_2_4-jemalloc: - name: 'Test [debian-11/3.2.4/jemalloc]' + test_debian_11-3_2_5-jemalloc: + name: 'Test [debian-11/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -2576,7 +2576,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2589,18 +2589,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-11_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_2_4-malloctrim: - name: 'Test [debian-11/3.2.4/malloctrim]' + test_debian_11-3_2_5-malloctrim: + name: 'Test [debian-11/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -2618,7 +2618,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -2631,7 +2631,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-debian-11_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3266,14 +3266,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_2_4-normal: - name: 'Test [debian-12/3.2.4/normal]' + test_debian_12-3_2_5-normal: + name: 'Test [debian-12/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.5/normal];') permissions: id-token: write steps: @@ -3291,7 +3291,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3304,18 +3304,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_3.2.4_normal + ARTIFACT_NAME: tested-against-test-debian-12_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_2_4-jemalloc: - name: 'Test [debian-12/3.2.4/jemalloc]' + test_debian_12-3_2_5-jemalloc: + name: 'Test [debian-12/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -3333,7 +3333,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3346,18 +3346,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-12_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_2_4-malloctrim: - name: 'Test [debian-12/3.2.4/malloctrim]' + test_debian_12-3_2_5-malloctrim: + name: 'Test [debian-12/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -3375,7 +3375,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -3388,7 +3388,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-debian-12_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3897,14 +3897,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_2_4-normal: - name: 'Test [el-9/3.2.4/normal]' + test_el_9-3_2_5-normal: + name: 'Test [el-9/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.5/normal];') permissions: id-token: write steps: @@ -3922,7 +3922,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3935,18 +3935,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_3.2.4_normal + ARTIFACT_NAME: tested-against-test-el-9_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_2_4-jemalloc: - name: 'Test [el-9/3.2.4/jemalloc]' + test_el_9-3_2_5-jemalloc: + name: 'Test [el-9/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -3964,7 +3964,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3977,18 +3977,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-el-9_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_2_4-malloctrim: - name: 'Test [el-9/3.2.4/malloctrim]' + test_el_9-3_2_5-malloctrim: + name: 'Test [el-9/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -4006,7 +4006,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -4019,7 +4019,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-el-9_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4780,14 +4780,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_2_4-normal: - name: 'Test [ubuntu-20.04/3.2.4/normal]' + test_ubuntu_20_04-3_2_5-normal: + name: 'Test [ubuntu-20.04/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.5/normal];') permissions: id-token: write steps: @@ -4805,7 +4805,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4818,18 +4818,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.2.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_2_4-jemalloc: - name: 'Test [ubuntu-20.04/3.2.4/jemalloc]' + test_ubuntu_20_04-3_2_5-jemalloc: + name: 'Test [ubuntu-20.04/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -4847,7 +4847,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4860,18 +4860,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_2_4-malloctrim: - name: 'Test [ubuntu-20.04/3.2.4/malloctrim]' + test_ubuntu_20_04-3_2_5-malloctrim: + name: 'Test [ubuntu-20.04/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -4889,7 +4889,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -4902,7 +4902,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -5663,14 +5663,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_2_4-normal: - name: 'Test [ubuntu-22.04/3.2.4/normal]' + test_ubuntu_22_04-3_2_5-normal: + name: 'Test [ubuntu-22.04/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.5/normal];') permissions: id-token: write steps: @@ -5688,7 +5688,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -5701,18 +5701,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.2.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_2_4-jemalloc: - name: 'Test [ubuntu-22.04/3.2.4/jemalloc]' + test_ubuntu_22_04-3_2_5-jemalloc: + name: 'Test [ubuntu-22.04/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -5730,7 +5730,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -5743,18 +5743,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_2_4-malloctrim: - name: 'Test [ubuntu-22.04/3.2.4/malloctrim]' + test_ubuntu_22_04-3_2_5-malloctrim: + name: 'Test [ubuntu-22.04/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -5772,7 +5772,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -5785,7 +5785,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -6420,14 +6420,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_2_4-normal: - name: 'Test [ubuntu-24.04/3.2.4/normal]' + test_ubuntu_24_04-3_2_5-normal: + name: 'Test [ubuntu-24.04/3.2.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.5/normal];') permissions: id-token: write steps: @@ -6445,7 +6445,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -6458,18 +6458,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.2.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.2.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_2_4-jemalloc: - name: 'Test [ubuntu-24.04/3.2.4/jemalloc]' + test_ubuntu_24_04-3_2_5-jemalloc: + name: 'Test [ubuntu-24.04/3.2.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.5/jemalloc];') permissions: id-token: write steps: @@ -6487,7 +6487,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -6500,18 +6500,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.2.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.2.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_2_4-malloctrim: - name: 'Test [ubuntu-24.04/3.2.4/malloctrim]' + test_ubuntu_24_04-3_2_5-malloctrim: + name: 'Test [ubuntu-24.04/3.2.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.5/malloctrim];') permissions: id-token: write steps: @@ -6529,7 +6529,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.2.4" + RUBY_PACKAGE_ID: "3.2.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -6542,7 +6542,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.2.4_malloctrim + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.2.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -6695,9 +6695,9 @@ jobs: - test_centos_8-3_3_4-normal - test_centos_8-3_3_4-jemalloc - test_centos_8-3_3_4-malloctrim - - test_centos_8-3_2_4-normal - - test_centos_8-3_2_4-jemalloc - - test_centos_8-3_2_4-malloctrim + - test_centos_8-3_2_5-normal + - test_centos_8-3_2_5-jemalloc + - test_centos_8-3_2_5-malloctrim - test_centos_8-3_0_7-normal - test_centos_8-3_0_7-jemalloc - test_centos_8-3_0_7-malloctrim @@ -6716,9 +6716,9 @@ jobs: - test_debian_10-3_3_4-normal - test_debian_10-3_3_4-jemalloc - test_debian_10-3_3_4-malloctrim - - test_debian_10-3_2_4-normal - - test_debian_10-3_2_4-jemalloc - - test_debian_10-3_2_4-malloctrim + - test_debian_10-3_2_5-normal + - test_debian_10-3_2_5-jemalloc + - test_debian_10-3_2_5-malloctrim - test_debian_10-3_1_6-normal - test_debian_10-3_1_6-jemalloc - test_debian_10-3_1_6-malloctrim @@ -6740,9 +6740,9 @@ jobs: - test_debian_11-3_3_4-normal - test_debian_11-3_3_4-jemalloc - test_debian_11-3_3_4-malloctrim - - test_debian_11-3_2_4-normal - - test_debian_11-3_2_4-jemalloc - - test_debian_11-3_2_4-malloctrim + - test_debian_11-3_2_5-normal + - test_debian_11-3_2_5-jemalloc + - test_debian_11-3_2_5-malloctrim - test_debian_11-3_1_6-normal - test_debian_11-3_1_6-jemalloc - test_debian_11-3_1_6-malloctrim @@ -6758,9 +6758,9 @@ jobs: - test_debian_12-3_3_4-normal - test_debian_12-3_3_4-jemalloc - test_debian_12-3_3_4-malloctrim - - test_debian_12-3_2_4-normal - - test_debian_12-3_2_4-jemalloc - - test_debian_12-3_2_4-malloctrim + - test_debian_12-3_2_5-normal + - test_debian_12-3_2_5-jemalloc + - test_debian_12-3_2_5-malloctrim - test_el_9-3_3-normal - test_el_9-3_3-jemalloc - test_el_9-3_3-malloctrim @@ -6773,9 +6773,9 @@ jobs: - test_el_9-3_3_4-normal - test_el_9-3_3_4-jemalloc - test_el_9-3_3_4-malloctrim - - test_el_9-3_2_4-normal - - test_el_9-3_2_4-jemalloc - - test_el_9-3_2_4-malloctrim + - test_el_9-3_2_5-normal + - test_el_9-3_2_5-jemalloc + - test_el_9-3_2_5-malloctrim - test_el_9-3_1_6-normal - test_el_9-3_1_6-jemalloc - test_el_9-3_1_6-malloctrim @@ -6794,9 +6794,9 @@ jobs: - test_ubuntu_20_04-3_3_4-normal - test_ubuntu_20_04-3_3_4-jemalloc - test_ubuntu_20_04-3_3_4-malloctrim - - test_ubuntu_20_04-3_2_4-normal - - test_ubuntu_20_04-3_2_4-jemalloc - - test_ubuntu_20_04-3_2_4-malloctrim + - test_ubuntu_20_04-3_2_5-normal + - test_ubuntu_20_04-3_2_5-jemalloc + - test_ubuntu_20_04-3_2_5-malloctrim - test_ubuntu_20_04-3_1_6-normal - test_ubuntu_20_04-3_1_6-jemalloc - test_ubuntu_20_04-3_1_6-malloctrim @@ -6815,9 +6815,9 @@ jobs: - test_ubuntu_22_04-3_3_4-normal - test_ubuntu_22_04-3_3_4-jemalloc - test_ubuntu_22_04-3_3_4-malloctrim - - test_ubuntu_22_04-3_2_4-normal - - test_ubuntu_22_04-3_2_4-jemalloc - - test_ubuntu_22_04-3_2_4-malloctrim + - test_ubuntu_22_04-3_2_5-normal + - test_ubuntu_22_04-3_2_5-jemalloc + - test_ubuntu_22_04-3_2_5-malloctrim - test_ubuntu_22_04-3_1_6-normal - test_ubuntu_22_04-3_1_6-jemalloc - test_ubuntu_22_04-3_1_6-malloctrim @@ -6833,9 +6833,9 @@ jobs: - test_ubuntu_24_04-3_3_4-normal - test_ubuntu_24_04-3_3_4-jemalloc - test_ubuntu_24_04-3_3_4-malloctrim - - test_ubuntu_24_04-3_2_4-normal - - test_ubuntu_24_04-3_2_4-jemalloc - - test_ubuntu_24_04-3_2_4-malloctrim + - test_ubuntu_24_04-3_2_5-normal + - test_ubuntu_24_04-3_2_5-jemalloc + - test_ubuntu_24_04-3_2_5-malloctrim - test_ubuntu_24_04-3_1_6-normal - test_ubuntu_24_04-3_1_6-jemalloc - test_ubuntu_24_04-3_1_6-malloctrim @@ -6923,24 +6923,24 @@ jobs: needs.test_centos_8-3_3_4-malloctrim.result != 'success' && (needs.test_centos_8-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.4/malloctrim];')) - - name: Check whether 'Test [centos-8/3.2.4/normal]' did not fail + - name: Check whether 'Test [centos-8/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_centos_8-3_2_4-normal.result != 'success' - && (needs.test_centos_8-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.4/normal];')) - - name: Check whether 'Test [centos-8/3.2.4/jemalloc]' did not fail + needs.test_centos_8-3_2_5-normal.result != 'success' + && (needs.test_centos_8-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.5/normal];')) + - name: Check whether 'Test [centos-8/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_centos_8-3_2_4-jemalloc.result != 'success' - && (needs.test_centos_8-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.4/jemalloc];')) - - name: Check whether 'Test [centos-8/3.2.4/malloctrim]' did not fail + needs.test_centos_8-3_2_5-jemalloc.result != 'success' + && (needs.test_centos_8-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.5/jemalloc];')) + - name: Check whether 'Test [centos-8/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_centos_8-3_2_4-malloctrim.result != 'success' - && (needs.test_centos_8-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.4/malloctrim];')) + needs.test_centos_8-3_2_5-malloctrim.result != 'success' + && (needs.test_centos_8-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2.5/malloctrim];')) - name: Check whether 'Test [centos-8/3.0.7/normal]' did not fail run: 'false' if: | @@ -7049,24 +7049,24 @@ jobs: needs.test_debian_10-3_3_4-malloctrim.result != 'success' && (needs.test_debian_10-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.4/malloctrim];')) - - name: Check whether 'Test [debian-10/3.2.4/normal]' did not fail + - name: Check whether 'Test [debian-10/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_debian_10-3_2_4-normal.result != 'success' - && (needs.test_debian_10-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.4/normal];')) - - name: Check whether 'Test [debian-10/3.2.4/jemalloc]' did not fail + needs.test_debian_10-3_2_5-normal.result != 'success' + && (needs.test_debian_10-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.5/normal];')) + - name: Check whether 'Test [debian-10/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_10-3_2_4-jemalloc.result != 'success' - && (needs.test_debian_10-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.4/jemalloc];')) - - name: Check whether 'Test [debian-10/3.2.4/malloctrim]' did not fail + needs.test_debian_10-3_2_5-jemalloc.result != 'success' + && (needs.test_debian_10-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.5/jemalloc];')) + - name: Check whether 'Test [debian-10/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_debian_10-3_2_4-malloctrim.result != 'success' - && (needs.test_debian_10-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.4/malloctrim];')) + needs.test_debian_10-3_2_5-malloctrim.result != 'success' + && (needs.test_debian_10-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.2.5/malloctrim];')) - name: Check whether 'Test [debian-10/3.1.6/normal]' did not fail run: 'false' if: | @@ -7193,24 +7193,24 @@ jobs: needs.test_debian_11-3_3_4-malloctrim.result != 'success' && (needs.test_debian_11-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.4/malloctrim];')) - - name: Check whether 'Test [debian-11/3.2.4/normal]' did not fail + - name: Check whether 'Test [debian-11/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_debian_11-3_2_4-normal.result != 'success' - && (needs.test_debian_11-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.4/normal];')) - - name: Check whether 'Test [debian-11/3.2.4/jemalloc]' did not fail + needs.test_debian_11-3_2_5-normal.result != 'success' + && (needs.test_debian_11-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.5/normal];')) + - name: Check whether 'Test [debian-11/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_11-3_2_4-jemalloc.result != 'success' - && (needs.test_debian_11-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.4/jemalloc];')) - - name: Check whether 'Test [debian-11/3.2.4/malloctrim]' did not fail + needs.test_debian_11-3_2_5-jemalloc.result != 'success' + && (needs.test_debian_11-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.5/jemalloc];')) + - name: Check whether 'Test [debian-11/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_debian_11-3_2_4-malloctrim.result != 'success' - && (needs.test_debian_11-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.4/malloctrim];')) + needs.test_debian_11-3_2_5-malloctrim.result != 'success' + && (needs.test_debian_11-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2.5/malloctrim];')) - name: Check whether 'Test [debian-11/3.1.6/normal]' did not fail run: 'false' if: | @@ -7301,24 +7301,24 @@ jobs: needs.test_debian_12-3_3_4-malloctrim.result != 'success' && (needs.test_debian_12-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.4/malloctrim];')) - - name: Check whether 'Test [debian-12/3.2.4/normal]' did not fail + - name: Check whether 'Test [debian-12/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_debian_12-3_2_4-normal.result != 'success' - && (needs.test_debian_12-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.4/normal];')) - - name: Check whether 'Test [debian-12/3.2.4/jemalloc]' did not fail + needs.test_debian_12-3_2_5-normal.result != 'success' + && (needs.test_debian_12-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.5/normal];')) + - name: Check whether 'Test [debian-12/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_12-3_2_4-jemalloc.result != 'success' - && (needs.test_debian_12-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.4/jemalloc];')) - - name: Check whether 'Test [debian-12/3.2.4/malloctrim]' did not fail + needs.test_debian_12-3_2_5-jemalloc.result != 'success' + && (needs.test_debian_12-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.5/jemalloc];')) + - name: Check whether 'Test [debian-12/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_debian_12-3_2_4-malloctrim.result != 'success' - && (needs.test_debian_12-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.4/malloctrim];')) + needs.test_debian_12-3_2_5-malloctrim.result != 'success' + && (needs.test_debian_12-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2.5/malloctrim];')) - name: Check whether 'Test [el-9/3.3/normal]' did not fail run: 'false' if: | @@ -7391,24 +7391,24 @@ jobs: needs.test_el_9-3_3_4-malloctrim.result != 'success' && (needs.test_el_9-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.4/malloctrim];')) - - name: Check whether 'Test [el-9/3.2.4/normal]' did not fail + - name: Check whether 'Test [el-9/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_el_9-3_2_4-normal.result != 'success' - && (needs.test_el_9-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.4/normal];')) - - name: Check whether 'Test [el-9/3.2.4/jemalloc]' did not fail + needs.test_el_9-3_2_5-normal.result != 'success' + && (needs.test_el_9-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.5/normal];')) + - name: Check whether 'Test [el-9/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_el_9-3_2_4-jemalloc.result != 'success' - && (needs.test_el_9-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.4/jemalloc];')) - - name: Check whether 'Test [el-9/3.2.4/malloctrim]' did not fail + needs.test_el_9-3_2_5-jemalloc.result != 'success' + && (needs.test_el_9-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.5/jemalloc];')) + - name: Check whether 'Test [el-9/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_el_9-3_2_4-malloctrim.result != 'success' - && (needs.test_el_9-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.4/malloctrim];')) + needs.test_el_9-3_2_5-malloctrim.result != 'success' + && (needs.test_el_9-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2.5/malloctrim];')) - name: Check whether 'Test [el-9/3.1.6/normal]' did not fail run: 'false' if: | @@ -7517,24 +7517,24 @@ jobs: needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'success' && (needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.4/malloctrim];')) - - name: Check whether 'Test [ubuntu-20.04/3.2.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-20.04/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_20_04-3_2_4-normal.result != 'success' - && (needs.test_ubuntu_20_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.4/normal];')) - - name: Check whether 'Test [ubuntu-20.04/3.2.4/jemalloc]' did not fail + needs.test_ubuntu_20_04-3_2_5-normal.result != 'success' + && (needs.test_ubuntu_20_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.5/normal];')) + - name: Check whether 'Test [ubuntu-20.04/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_20_04-3_2_4-jemalloc.result != 'success' - && (needs.test_ubuntu_20_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-20.04/3.2.4/malloctrim]' did not fail + needs.test_ubuntu_20_04-3_2_5-jemalloc.result != 'success' + && (needs.test_ubuntu_20_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-20.04/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_ubuntu_20_04-3_2_4-malloctrim.result != 'success' - && (needs.test_ubuntu_20_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.4/malloctrim];')) + needs.test_ubuntu_20_04-3_2_5-malloctrim.result != 'success' + && (needs.test_ubuntu_20_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.2.5/malloctrim];')) - name: Check whether 'Test [ubuntu-20.04/3.1.6/normal]' did not fail run: 'false' if: | @@ -7643,24 +7643,24 @@ jobs: needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'success' && (needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.4/malloctrim];')) - - name: Check whether 'Test [ubuntu-22.04/3.2.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-22.04/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_2_4-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.4/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.2.4/jemalloc]' did not fail + needs.test_ubuntu_22_04-3_2_5-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.5/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_2_4-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.2.4/malloctrim]' did not fail + needs.test_ubuntu_22_04-3_2_5-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_2_4-malloctrim.result != 'success' - && (needs.test_ubuntu_22_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.4/malloctrim];')) + needs.test_ubuntu_22_04-3_2_5-malloctrim.result != 'success' + && (needs.test_ubuntu_22_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2.5/malloctrim];')) - name: Check whether 'Test [ubuntu-22.04/3.1.6/normal]' did not fail run: 'false' if: | @@ -7751,24 +7751,24 @@ jobs: needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'success' && (needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.4/malloctrim];')) - - name: Check whether 'Test [ubuntu-24.04/3.2.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-24.04/3.2.5/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_2_4-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_2_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.4/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.2.4/jemalloc]' did not fail + needs.test_ubuntu_24_04-3_2_5-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_2_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.5/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.2.5/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_2_4-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_2_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.2.4/malloctrim]' did not fail + needs.test_ubuntu_24_04-3_2_5-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_2_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.2.5/malloctrim]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_2_4-malloctrim.result != 'success' - && (needs.test_ubuntu_24_04-3_2_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.4/malloctrim];')) + needs.test_ubuntu_24_04-3_2_5-malloctrim.result != 'success' + && (needs.test_ubuntu_24_04-3_2_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2.5/malloctrim];')) - name: Check whether 'Test [ubuntu-24.04/3.1.6/normal]' did not fail run: 'false' if: | diff --git a/config.yml b/config.yml index 87fde108..757f06f6 100644 --- a/config.yml +++ b/config.yml @@ -15,8 +15,8 @@ ruby: full_version: '3.3.4' package_revision: '4' - minor_version: '3.2' - full_version: '3.2.4' - package_revision: '7' + full_version: '3.2.5' + package_revision: '8' - minor_version: '3.1' full_version: '3.1.6' package_revision: '15' @@ -29,7 +29,7 @@ ruby: tiny_version_packages: - full_version: '3.3.4' package_revision: '0' - - full_version: '3.2.4' + - full_version: '3.2.5' package_revision: '0' - full_version: '3.1.6' package_revision: '0'