diff --git a/.github/workflows/ci-cd-build-packages-1.yml b/.github/workflows/ci-cd-build-packages-1.yml index 35b51fb..9da5678 100644 --- a/.github/workflows/ci-cd-build-packages-1.yml +++ b/.github/workflows/ci-cd-build-packages-1.yml @@ -190,7 +190,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -238,7 +238,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -289,7 +289,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -343,7 +343,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -388,7 +388,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -436,7 +436,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -487,7 +487,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -541,7 +541,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -586,7 +586,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -634,7 +634,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -685,7 +685,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -739,7 +739,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1039,8 +1039,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-4_0_4-normal: - name: 'Ruby [centos-8/4.0.4/normal]' + build_ruby_centos_8-4_0_6-normal: + name: 'Ruby [centos-8/4.0.6/normal]' runs-on: ubuntu-24.04 environment: test @@ -1050,7 +1050,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.6/normal];') && !failure() && !cancelled() steps: @@ -1075,7 +1075,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1112,7 +1112,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1122,18 +1122,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_centos-8_normal" + ARTIFACT_NAME: "ruby-pkg_4.0.6_centos-8_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-4_0_4-jemalloc: - name: 'Ruby [centos-8/4.0.4/jemalloc]' + build_ruby_centos_8-4_0_6-jemalloc: + name: 'Ruby [centos-8/4.0.6/jemalloc]' needs: build_jemalloc_centos_8 runs-on: ubuntu-24.04 @@ -1144,7 +1144,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.6/jemalloc];') && !failure() && !cancelled() steps: @@ -1174,7 +1174,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1217,7 +1217,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1227,18 +1227,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_centos-8_jemalloc" + ARTIFACT_NAME: "ruby-pkg_4.0.6_centos-8_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_4_9-normal: - name: 'Ruby [centos-8/3.4.9/normal]' + build_ruby_centos_8-3_4_10-normal: + name: 'Ruby [centos-8/3.4.10/normal]' runs-on: ubuntu-24.04 environment: test @@ -1248,7 +1248,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.9/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.10/normal];') && !failure() && !cancelled() steps: @@ -1273,7 +1273,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1310,7 +1310,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1320,18 +1320,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_centos-8_normal" + ARTIFACT_NAME: "ruby-pkg_3.4.10_centos-8_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_4_9-jemalloc: - name: 'Ruby [centos-8/3.4.9/jemalloc]' + build_ruby_centos_8-3_4_10-jemalloc: + name: 'Ruby [centos-8/3.4.10/jemalloc]' needs: build_jemalloc_centos_8 runs-on: ubuntu-24.04 @@ -1342,7 +1342,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.9/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.10/jemalloc];') && !failure() && !cancelled() steps: @@ -1372,7 +1372,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1415,7 +1415,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1425,18 +1425,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_centos-8_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.4.10_centos-8_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_3_11-normal: - name: 'Ruby [centos-8/3.3.11/normal]' + build_ruby_centos_8-3_3_12-normal: + name: 'Ruby [centos-8/3.3.12/normal]' runs-on: ubuntu-24.04 environment: test @@ -1446,7 +1446,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.11/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.12/normal];') && !failure() && !cancelled() steps: @@ -1471,7 +1471,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1508,7 +1508,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1518,18 +1518,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_centos-8_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.12_centos-8_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_3_11-jemalloc: - name: 'Ruby [centos-8/3.3.11/jemalloc]' + build_ruby_centos_8-3_3_12-jemalloc: + name: 'Ruby [centos-8/3.3.12/jemalloc]' needs: build_jemalloc_centos_8 runs-on: ubuntu-24.04 @@ -1540,7 +1540,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.11/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.12/jemalloc];') && !failure() && !cancelled() steps: @@ -1570,7 +1570,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1613,7 +1613,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1623,13 +1623,13 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_centos-8_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.12_centos-8_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1961,7 +1961,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2009,7 +2009,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2060,7 +2060,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2114,7 +2114,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2159,7 +2159,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2207,7 +2207,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2258,7 +2258,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2312,7 +2312,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2357,7 +2357,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2405,7 +2405,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2456,7 +2456,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2510,7 +2510,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2810,8 +2810,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-4_0_4-normal: - name: 'Ruby [el-9/4.0.4/normal]' + build_ruby_el_9-4_0_6-normal: + name: 'Ruby [el-9/4.0.6/normal]' runs-on: ubuntu-24.04 environment: test @@ -2821,7 +2821,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.6/normal];') && !failure() && !cancelled() steps: @@ -2846,7 +2846,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2883,7 +2883,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -2893,18 +2893,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_el-9_normal" + ARTIFACT_NAME: "ruby-pkg_4.0.6_el-9_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-4_0_4-jemalloc: - name: 'Ruby [el-9/4.0.4/jemalloc]' + build_ruby_el_9-4_0_6-jemalloc: + name: 'Ruby [el-9/4.0.6/jemalloc]' needs: build_jemalloc_el_9 runs-on: ubuntu-24.04 @@ -2915,7 +2915,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.6/jemalloc];') && !failure() && !cancelled() steps: @@ -2945,7 +2945,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2988,7 +2988,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -2998,18 +2998,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_el-9_jemalloc" + ARTIFACT_NAME: "ruby-pkg_4.0.6_el-9_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_4_9-normal: - name: 'Ruby [el-9/3.4.9/normal]' + build_ruby_el_9-3_4_10-normal: + name: 'Ruby [el-9/3.4.10/normal]' runs-on: ubuntu-24.04 environment: test @@ -3019,7 +3019,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.9/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.10/normal];') && !failure() && !cancelled() steps: @@ -3044,7 +3044,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3081,7 +3081,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3091,18 +3091,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_el-9_normal" + ARTIFACT_NAME: "ruby-pkg_3.4.10_el-9_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_4_9-jemalloc: - name: 'Ruby [el-9/3.4.9/jemalloc]' + build_ruby_el_9-3_4_10-jemalloc: + name: 'Ruby [el-9/3.4.10/jemalloc]' needs: build_jemalloc_el_9 runs-on: ubuntu-24.04 @@ -3113,7 +3113,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.9/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.10/jemalloc];') && !failure() && !cancelled() steps: @@ -3143,7 +3143,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3186,7 +3186,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3196,18 +3196,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_el-9_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.4.10_el-9_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_3_11-normal: - name: 'Ruby [el-9/3.3.11/normal]' + build_ruby_el_9-3_3_12-normal: + name: 'Ruby [el-9/3.3.12/normal]' runs-on: ubuntu-24.04 environment: test @@ -3217,7 +3217,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.11/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.12/normal];') && !failure() && !cancelled() steps: @@ -3242,7 +3242,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3279,7 +3279,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3289,18 +3289,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_el-9_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.12_el-9_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_3_11-jemalloc: - name: 'Ruby [el-9/3.3.11/jemalloc]' + build_ruby_el_9-3_3_12-jemalloc: + name: 'Ruby [el-9/3.3.12/jemalloc]' needs: build_jemalloc_el_9 runs-on: ubuntu-24.04 @@ -3311,7 +3311,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.11/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.12/jemalloc];') && !failure() && !cancelled() steps: @@ -3341,7 +3341,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3384,7 +3384,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3394,13 +3394,13 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_el-9_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.12_el-9_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3718,14 +3718,14 @@ jobs: - build_ruby_centos_8-3_2-jemalloc - build_ruby_centos_8-3_2-malloctrim - - build_ruby_centos_8-4_0_4-normal - - build_ruby_centos_8-4_0_4-jemalloc + - build_ruby_centos_8-4_0_6-normal + - build_ruby_centos_8-4_0_6-jemalloc - - build_ruby_centos_8-3_4_9-normal - - build_ruby_centos_8-3_4_9-jemalloc + - build_ruby_centos_8-3_4_10-normal + - build_ruby_centos_8-3_4_10-jemalloc - - build_ruby_centos_8-3_3_11-normal - - build_ruby_centos_8-3_3_11-jemalloc + - build_ruby_centos_8-3_3_12-normal + - build_ruby_centos_8-3_3_12-jemalloc - build_ruby_centos_8-3_2_11-normal - build_ruby_centos_8-3_2_11-jemalloc @@ -3746,14 +3746,14 @@ jobs: - build_ruby_el_9-3_2-jemalloc - build_ruby_el_9-3_2-malloctrim - - build_ruby_el_9-4_0_4-normal - - build_ruby_el_9-4_0_4-jemalloc + - build_ruby_el_9-4_0_6-normal + - build_ruby_el_9-4_0_6-jemalloc - - build_ruby_el_9-3_4_9-normal - - build_ruby_el_9-3_4_9-jemalloc + - build_ruby_el_9-3_4_10-normal + - build_ruby_el_9-3_4_10-jemalloc - - build_ruby_el_9-3_3_11-normal - - build_ruby_el_9-3_3_11-jemalloc + - build_ruby_el_9-3_3_12-normal + - build_ruby_el_9-3_3_12-jemalloc - build_ruby_el_9-3_2_11-normal - build_ruby_el_9-3_2_11-jemalloc @@ -3806,7 +3806,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_4.0_centos-8_normal ruby-pkg_4.0_centos-8_jemalloc ruby-pkg_3.4_centos-8_normal ruby-pkg_3.4_centos-8_jemalloc ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_4.0.4_centos-8_normal ruby-pkg_4.0.4_centos-8_jemalloc ruby-pkg_3.4.9_centos-8_normal ruby-pkg_3.4.9_centos-8_jemalloc ruby-pkg_3.3.11_centos-8_normal ruby-pkg_3.3.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_normal ruby-pkg_3.2.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_malloctrim ruby-pkg_4.0_el-9_normal ruby-pkg_4.0_el-9_jemalloc ruby-pkg_3.4_el-9_normal ruby-pkg_3.4_el-9_jemalloc ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_4.0.4_el-9_normal ruby-pkg_4.0.4_el-9_jemalloc ruby-pkg_3.4.9_el-9_normal ruby-pkg_3.4.9_el-9_jemalloc ruby-pkg_3.3.11_el-9_normal ruby-pkg_3.3.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_normal ruby-pkg_3.2.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_4.0_centos-8_normal ruby-pkg_4.0_centos-8_jemalloc ruby-pkg_3.4_centos-8_normal ruby-pkg_3.4_centos-8_jemalloc ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_4.0.6_centos-8_normal ruby-pkg_4.0.6_centos-8_jemalloc ruby-pkg_3.4.10_centos-8_normal ruby-pkg_3.4.10_centos-8_jemalloc ruby-pkg_3.3.12_centos-8_normal ruby-pkg_3.3.12_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_normal ruby-pkg_3.2.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_malloctrim ruby-pkg_4.0_el-9_normal ruby-pkg_4.0_el-9_jemalloc ruby-pkg_3.4_el-9_normal ruby-pkg_3.4_el-9_jemalloc ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_4.0.6_el-9_normal ruby-pkg_4.0.6_el-9_jemalloc ruby-pkg_3.4.10_el-9_normal ruby-pkg_3.4.10_el-9_jemalloc ruby-pkg_3.3.12_el-9_normal ruby-pkg_3.3.12_el-9_jemalloc ruby-pkg_3.2.11_el-9_normal ruby-pkg_3.2.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3864,41 +3864,41 @@ jobs: name: ruby-pkg_3.2_centos-8_malloctrim path: artifacts/ruby-pkg_3.2_centos-8_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_centos-8_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_centos-8_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_centos-8_normal - path: artifacts/ruby-pkg_4.0.4_centos-8_normal + name: ruby-pkg_4.0.6_centos-8_normal + path: artifacts/ruby-pkg_4.0.6_centos-8_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_centos-8_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_centos-8_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_centos-8_jemalloc - path: artifacts/ruby-pkg_4.0.4_centos-8_jemalloc + name: ruby-pkg_4.0.6_centos-8_jemalloc + path: artifacts/ruby-pkg_4.0.6_centos-8_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_centos-8_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_centos-8_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_centos-8_normal - path: artifacts/ruby-pkg_3.4.9_centos-8_normal + name: ruby-pkg_3.4.10_centos-8_normal + path: artifacts/ruby-pkg_3.4.10_centos-8_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_centos-8_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_centos-8_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_centos-8_jemalloc - path: artifacts/ruby-pkg_3.4.9_centos-8_jemalloc + name: ruby-pkg_3.4.10_centos-8_jemalloc + path: artifacts/ruby-pkg_3.4.10_centos-8_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_centos-8_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_centos-8_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_centos-8_normal - path: artifacts/ruby-pkg_3.3.11_centos-8_normal + name: ruby-pkg_3.3.12_centos-8_normal + path: artifacts/ruby-pkg_3.3.12_centos-8_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_centos-8_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_centos-8_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_centos-8_jemalloc - path: artifacts/ruby-pkg_3.3.11_centos-8_jemalloc + name: ruby-pkg_3.3.12_centos-8_jemalloc + path: artifacts/ruby-pkg_3.3.12_centos-8_jemalloc compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.11_centos-8_normal] to Github uses: actions/upload-artifact@v4 @@ -3972,41 +3972,41 @@ jobs: name: ruby-pkg_3.2_el-9_malloctrim path: artifacts/ruby-pkg_3.2_el-9_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_el-9_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_el-9_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_el-9_normal - path: artifacts/ruby-pkg_4.0.4_el-9_normal + name: ruby-pkg_4.0.6_el-9_normal + path: artifacts/ruby-pkg_4.0.6_el-9_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_el-9_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_el-9_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_el-9_jemalloc - path: artifacts/ruby-pkg_4.0.4_el-9_jemalloc + name: ruby-pkg_4.0.6_el-9_jemalloc + path: artifacts/ruby-pkg_4.0.6_el-9_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_el-9_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_el-9_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_el-9_normal - path: artifacts/ruby-pkg_3.4.9_el-9_normal + name: ruby-pkg_3.4.10_el-9_normal + path: artifacts/ruby-pkg_3.4.10_el-9_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_el-9_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_el-9_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_el-9_jemalloc - path: artifacts/ruby-pkg_3.4.9_el-9_jemalloc + name: ruby-pkg_3.4.10_el-9_jemalloc + path: artifacts/ruby-pkg_3.4.10_el-9_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_el-9_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_el-9_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_el-9_normal - path: artifacts/ruby-pkg_3.3.11_el-9_normal + name: ruby-pkg_3.3.12_el-9_normal + path: artifacts/ruby-pkg_3.3.12_el-9_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_el-9_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_el-9_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_el-9_jemalloc - path: artifacts/ruby-pkg_3.3.11_el-9_jemalloc + name: ruby-pkg_3.3.12_el-9_jemalloc + path: artifacts/ruby-pkg_3.3.12_el-9_jemalloc compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.11_el-9_normal] to Github uses: actions/upload-artifact@v4 @@ -4071,24 +4071,24 @@ jobs: || (needs.build_ruby_centos_8-3_2-malloctrim.result != 'success' && (needs.build_ruby_centos_8-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2/malloctrim];'))) - || (needs.build_ruby_centos_8-4_0_4-normal.result != 'success' - && (needs.build_ruby_centos_8-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.4/normal];'))) - || (needs.build_ruby_centos_8-4_0_4-jemalloc.result != 'success' - && (needs.build_ruby_centos_8-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.4/jemalloc];'))) - || (needs.build_ruby_centos_8-3_4_9-normal.result != 'success' - && (needs.build_ruby_centos_8-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.9/normal];'))) - || (needs.build_ruby_centos_8-3_4_9-jemalloc.result != 'success' - && (needs.build_ruby_centos_8-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.9/jemalloc];'))) - || (needs.build_ruby_centos_8-3_3_11-normal.result != 'success' - && (needs.build_ruby_centos_8-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.11/normal];'))) - || (needs.build_ruby_centos_8-3_3_11-jemalloc.result != 'success' - && (needs.build_ruby_centos_8-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.11/jemalloc];'))) + || (needs.build_ruby_centos_8-4_0_6-normal.result != 'success' + && (needs.build_ruby_centos_8-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.6/normal];'))) + || (needs.build_ruby_centos_8-4_0_6-jemalloc.result != 'success' + && (needs.build_ruby_centos_8-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/4.0.6/jemalloc];'))) + || (needs.build_ruby_centos_8-3_4_10-normal.result != 'success' + && (needs.build_ruby_centos_8-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.10/normal];'))) + || (needs.build_ruby_centos_8-3_4_10-jemalloc.result != 'success' + && (needs.build_ruby_centos_8-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.4.10/jemalloc];'))) + || (needs.build_ruby_centos_8-3_3_12-normal.result != 'success' + && (needs.build_ruby_centos_8-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.12/normal];'))) + || (needs.build_ruby_centos_8-3_3_12-jemalloc.result != 'success' + && (needs.build_ruby_centos_8-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.12/jemalloc];'))) || (needs.build_ruby_centos_8-3_2_11-normal.result != 'success' && (needs.build_ruby_centos_8-3_2_11-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.11/normal];'))) @@ -4129,24 +4129,24 @@ jobs: || (needs.build_ruby_el_9-3_2-malloctrim.result != 'success' && (needs.build_ruby_el_9-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2/malloctrim];'))) - || (needs.build_ruby_el_9-4_0_4-normal.result != 'success' - && (needs.build_ruby_el_9-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.4/normal];'))) - || (needs.build_ruby_el_9-4_0_4-jemalloc.result != 'success' - && (needs.build_ruby_el_9-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.4/jemalloc];'))) - || (needs.build_ruby_el_9-3_4_9-normal.result != 'success' - && (needs.build_ruby_el_9-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.9/normal];'))) - || (needs.build_ruby_el_9-3_4_9-jemalloc.result != 'success' - && (needs.build_ruby_el_9-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.9/jemalloc];'))) - || (needs.build_ruby_el_9-3_3_11-normal.result != 'success' - && (needs.build_ruby_el_9-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.11/normal];'))) - || (needs.build_ruby_el_9-3_3_11-jemalloc.result != 'success' - && (needs.build_ruby_el_9-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.11/jemalloc];'))) + || (needs.build_ruby_el_9-4_0_6-normal.result != 'success' + && (needs.build_ruby_el_9-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.6/normal];'))) + || (needs.build_ruby_el_9-4_0_6-jemalloc.result != 'success' + && (needs.build_ruby_el_9-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/4.0.6/jemalloc];'))) + || (needs.build_ruby_el_9-3_4_10-normal.result != 'success' + && (needs.build_ruby_el_9-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.10/normal];'))) + || (needs.build_ruby_el_9-3_4_10-jemalloc.result != 'success' + && (needs.build_ruby_el_9-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.4.10/jemalloc];'))) + || (needs.build_ruby_el_9-3_3_12-normal.result != 'success' + && (needs.build_ruby_el_9-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.12/normal];'))) + || (needs.build_ruby_el_9-3_3_12-jemalloc.result != 'success' + && (needs.build_ruby_el_9-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.12/jemalloc];'))) || (needs.build_ruby_el_9-3_2_11-normal.result != 'success' && (needs.build_ruby_el_9-3_2_11-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.11/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-2.yml b/.github/workflows/ci-cd-build-packages-2.yml index cb8beb9..85e92ff 100644 --- a/.github/workflows/ci-cd-build-packages-2.yml +++ b/.github/workflows/ci-cd-build-packages-2.yml @@ -190,7 +190,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -238,7 +238,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -289,7 +289,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -343,7 +343,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -388,7 +388,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -436,7 +436,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -487,7 +487,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -541,7 +541,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -586,7 +586,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -634,7 +634,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -685,7 +685,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -739,7 +739,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1039,8 +1039,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-4_0_4-normal: - name: 'Ruby [debian-11/4.0.4/normal]' + build_ruby_debian_11-4_0_6-normal: + name: 'Ruby [debian-11/4.0.6/normal]' runs-on: ubuntu-24.04 environment: test @@ -1050,7 +1050,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.6/normal];') && !failure() && !cancelled() steps: @@ -1075,7 +1075,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1112,7 +1112,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1122,18 +1122,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_debian-11_normal" + ARTIFACT_NAME: "ruby-pkg_4.0.6_debian-11_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-4_0_4-jemalloc: - name: 'Ruby [debian-11/4.0.4/jemalloc]' + build_ruby_debian_11-4_0_6-jemalloc: + name: 'Ruby [debian-11/4.0.6/jemalloc]' needs: build_jemalloc_debian_11 runs-on: ubuntu-24.04 @@ -1144,7 +1144,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.6/jemalloc];') && !failure() && !cancelled() steps: @@ -1174,7 +1174,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1217,7 +1217,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1227,18 +1227,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_debian-11_jemalloc" + ARTIFACT_NAME: "ruby-pkg_4.0.6_debian-11_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_4_9-normal: - name: 'Ruby [debian-11/3.4.9/normal]' + build_ruby_debian_11-3_4_10-normal: + name: 'Ruby [debian-11/3.4.10/normal]' runs-on: ubuntu-24.04 environment: test @@ -1248,7 +1248,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.9/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.10/normal];') && !failure() && !cancelled() steps: @@ -1273,7 +1273,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1310,7 +1310,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1320,18 +1320,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_debian-11_normal" + ARTIFACT_NAME: "ruby-pkg_3.4.10_debian-11_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_4_9-jemalloc: - name: 'Ruby [debian-11/3.4.9/jemalloc]' + build_ruby_debian_11-3_4_10-jemalloc: + name: 'Ruby [debian-11/3.4.10/jemalloc]' needs: build_jemalloc_debian_11 runs-on: ubuntu-24.04 @@ -1342,7 +1342,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.9/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.10/jemalloc];') && !failure() && !cancelled() steps: @@ -1372,7 +1372,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1415,7 +1415,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1425,18 +1425,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_debian-11_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.4.10_debian-11_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_3_11-normal: - name: 'Ruby [debian-11/3.3.11/normal]' + build_ruby_debian_11-3_3_12-normal: + name: 'Ruby [debian-11/3.3.12/normal]' runs-on: ubuntu-24.04 environment: test @@ -1446,7 +1446,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.11/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.12/normal];') && !failure() && !cancelled() steps: @@ -1471,7 +1471,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1508,7 +1508,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1518,18 +1518,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_debian-11_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.12_debian-11_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_3_11-jemalloc: - name: 'Ruby [debian-11/3.3.11/jemalloc]' + build_ruby_debian_11-3_3_12-jemalloc: + name: 'Ruby [debian-11/3.3.12/jemalloc]' needs: build_jemalloc_debian_11 runs-on: ubuntu-24.04 @@ -1540,7 +1540,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.11/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.12/jemalloc];') && !failure() && !cancelled() steps: @@ -1570,7 +1570,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1613,7 +1613,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1623,13 +1623,13 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_debian-11_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.12_debian-11_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1961,7 +1961,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2009,7 +2009,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2060,7 +2060,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2114,7 +2114,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2159,7 +2159,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2207,7 +2207,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2258,7 +2258,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2312,7 +2312,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2357,7 +2357,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2405,7 +2405,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2456,7 +2456,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2510,7 +2510,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2810,8 +2810,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-4_0_4-normal: - name: 'Ruby [ubuntu-22.04/4.0.4/normal]' + build_ruby_ubuntu_22_04-4_0_6-normal: + name: 'Ruby [ubuntu-22.04/4.0.6/normal]' runs-on: ubuntu-24.04 environment: test @@ -2821,7 +2821,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.6/normal];') && !failure() && !cancelled() steps: @@ -2846,7 +2846,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2883,7 +2883,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -2893,18 +2893,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_ubuntu-22.04_normal" + ARTIFACT_NAME: "ruby-pkg_4.0.6_ubuntu-22.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-4_0_4-jemalloc: - name: 'Ruby [ubuntu-22.04/4.0.4/jemalloc]' + build_ruby_ubuntu_22_04-4_0_6-jemalloc: + name: 'Ruby [ubuntu-22.04/4.0.6/jemalloc]' needs: build_jemalloc_ubuntu_22_04 runs-on: ubuntu-24.04 @@ -2915,7 +2915,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.6/jemalloc];') && !failure() && !cancelled() steps: @@ -2945,7 +2945,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2988,7 +2988,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -2998,18 +2998,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_ubuntu-22.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_4.0.6_ubuntu-22.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_4_9-normal: - name: 'Ruby [ubuntu-22.04/3.4.9/normal]' + build_ruby_ubuntu_22_04-3_4_10-normal: + name: 'Ruby [ubuntu-22.04/3.4.10/normal]' runs-on: ubuntu-24.04 environment: test @@ -3019,7 +3019,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.9/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.10/normal];') && !failure() && !cancelled() steps: @@ -3044,7 +3044,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3081,7 +3081,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3091,18 +3091,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_ubuntu-22.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.4.10_ubuntu-22.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_4_9-jemalloc: - name: 'Ruby [ubuntu-22.04/3.4.9/jemalloc]' + build_ruby_ubuntu_22_04-3_4_10-jemalloc: + name: 'Ruby [ubuntu-22.04/3.4.10/jemalloc]' needs: build_jemalloc_ubuntu_22_04 runs-on: ubuntu-24.04 @@ -3113,7 +3113,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.9/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.10/jemalloc];') && !failure() && !cancelled() steps: @@ -3143,7 +3143,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3186,7 +3186,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3196,18 +3196,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_ubuntu-22.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.4.10_ubuntu-22.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_3_11-normal: - name: 'Ruby [ubuntu-22.04/3.3.11/normal]' + build_ruby_ubuntu_22_04-3_3_12-normal: + name: 'Ruby [ubuntu-22.04/3.3.12/normal]' runs-on: ubuntu-24.04 environment: test @@ -3217,7 +3217,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.11/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.12/normal];') && !failure() && !cancelled() steps: @@ -3242,7 +3242,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3279,7 +3279,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3289,18 +3289,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_ubuntu-22.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.12_ubuntu-22.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_3_11-jemalloc: - name: 'Ruby [ubuntu-22.04/3.3.11/jemalloc]' + build_ruby_ubuntu_22_04-3_3_12-jemalloc: + name: 'Ruby [ubuntu-22.04/3.3.12/jemalloc]' needs: build_jemalloc_ubuntu_22_04 runs-on: ubuntu-24.04 @@ -3311,7 +3311,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.11/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.12/jemalloc];') && !failure() && !cancelled() steps: @@ -3341,7 +3341,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3384,7 +3384,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3394,13 +3394,13 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_ubuntu-22.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.12_ubuntu-22.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3718,14 +3718,14 @@ jobs: - build_ruby_debian_11-3_2-jemalloc - build_ruby_debian_11-3_2-malloctrim - - build_ruby_debian_11-4_0_4-normal - - build_ruby_debian_11-4_0_4-jemalloc + - build_ruby_debian_11-4_0_6-normal + - build_ruby_debian_11-4_0_6-jemalloc - - build_ruby_debian_11-3_4_9-normal - - build_ruby_debian_11-3_4_9-jemalloc + - build_ruby_debian_11-3_4_10-normal + - build_ruby_debian_11-3_4_10-jemalloc - - build_ruby_debian_11-3_3_11-normal - - build_ruby_debian_11-3_3_11-jemalloc + - build_ruby_debian_11-3_3_12-normal + - build_ruby_debian_11-3_3_12-jemalloc - build_ruby_debian_11-3_2_11-normal - build_ruby_debian_11-3_2_11-jemalloc @@ -3746,14 +3746,14 @@ jobs: - build_ruby_ubuntu_22_04-3_2-jemalloc - build_ruby_ubuntu_22_04-3_2-malloctrim - - build_ruby_ubuntu_22_04-4_0_4-normal - - build_ruby_ubuntu_22_04-4_0_4-jemalloc + - build_ruby_ubuntu_22_04-4_0_6-normal + - build_ruby_ubuntu_22_04-4_0_6-jemalloc - - build_ruby_ubuntu_22_04-3_4_9-normal - - build_ruby_ubuntu_22_04-3_4_9-jemalloc + - build_ruby_ubuntu_22_04-3_4_10-normal + - build_ruby_ubuntu_22_04-3_4_10-jemalloc - - build_ruby_ubuntu_22_04-3_3_11-normal - - build_ruby_ubuntu_22_04-3_3_11-jemalloc + - build_ruby_ubuntu_22_04-3_3_12-normal + - build_ruby_ubuntu_22_04-3_3_12-jemalloc - build_ruby_ubuntu_22_04-3_2_11-normal - build_ruby_ubuntu_22_04-3_2_11-jemalloc @@ -3806,7 +3806,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_4.0_debian-11_normal ruby-pkg_4.0_debian-11_jemalloc ruby-pkg_3.4_debian-11_normal ruby-pkg_3.4_debian-11_jemalloc ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_4.0.4_debian-11_normal ruby-pkg_4.0.4_debian-11_jemalloc ruby-pkg_3.4.9_debian-11_normal ruby-pkg_3.4.9_debian-11_jemalloc ruby-pkg_3.3.11_debian-11_normal ruby-pkg_3.3.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_normal ruby-pkg_3.2.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_malloctrim ruby-pkg_4.0_ubuntu-22.04_normal ruby-pkg_4.0_ubuntu-22.04_jemalloc ruby-pkg_3.4_ubuntu-22.04_normal ruby-pkg_3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc 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_4.0.4_ubuntu-22.04_normal ruby-pkg_4.0.4_ubuntu-22.04_jemalloc ruby-pkg_3.4.9_ubuntu-22.04_normal ruby-pkg_3.4.9_ubuntu-22.04_jemalloc ruby-pkg_3.3.11_ubuntu-22.04_normal ruby-pkg_3.3.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_normal ruby-pkg_3.2.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_4.0_debian-11_normal ruby-pkg_4.0_debian-11_jemalloc ruby-pkg_3.4_debian-11_normal ruby-pkg_3.4_debian-11_jemalloc ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_4.0.6_debian-11_normal ruby-pkg_4.0.6_debian-11_jemalloc ruby-pkg_3.4.10_debian-11_normal ruby-pkg_3.4.10_debian-11_jemalloc ruby-pkg_3.3.12_debian-11_normal ruby-pkg_3.3.12_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_normal ruby-pkg_3.2.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_malloctrim ruby-pkg_4.0_ubuntu-22.04_normal ruby-pkg_4.0_ubuntu-22.04_jemalloc ruby-pkg_3.4_ubuntu-22.04_normal ruby-pkg_3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc 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_4.0.6_ubuntu-22.04_normal ruby-pkg_4.0.6_ubuntu-22.04_jemalloc ruby-pkg_3.4.10_ubuntu-22.04_normal ruby-pkg_3.4.10_ubuntu-22.04_jemalloc ruby-pkg_3.3.12_ubuntu-22.04_normal ruby-pkg_3.3.12_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_normal ruby-pkg_3.2.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3864,41 +3864,41 @@ jobs: name: ruby-pkg_3.2_debian-11_malloctrim path: artifacts/ruby-pkg_3.2_debian-11_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_debian-11_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_debian-11_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_debian-11_normal - path: artifacts/ruby-pkg_4.0.4_debian-11_normal + name: ruby-pkg_4.0.6_debian-11_normal + path: artifacts/ruby-pkg_4.0.6_debian-11_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_debian-11_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_debian-11_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_debian-11_jemalloc - path: artifacts/ruby-pkg_4.0.4_debian-11_jemalloc + name: ruby-pkg_4.0.6_debian-11_jemalloc + path: artifacts/ruby-pkg_4.0.6_debian-11_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_debian-11_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_debian-11_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_debian-11_normal - path: artifacts/ruby-pkg_3.4.9_debian-11_normal + name: ruby-pkg_3.4.10_debian-11_normal + path: artifacts/ruby-pkg_3.4.10_debian-11_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_debian-11_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_debian-11_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_debian-11_jemalloc - path: artifacts/ruby-pkg_3.4.9_debian-11_jemalloc + name: ruby-pkg_3.4.10_debian-11_jemalloc + path: artifacts/ruby-pkg_3.4.10_debian-11_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_debian-11_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_debian-11_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_debian-11_normal - path: artifacts/ruby-pkg_3.3.11_debian-11_normal + name: ruby-pkg_3.3.12_debian-11_normal + path: artifacts/ruby-pkg_3.3.12_debian-11_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_debian-11_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_debian-11_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_debian-11_jemalloc - path: artifacts/ruby-pkg_3.3.11_debian-11_jemalloc + name: ruby-pkg_3.3.12_debian-11_jemalloc + path: artifacts/ruby-pkg_3.3.12_debian-11_jemalloc compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.11_debian-11_normal] to Github uses: actions/upload-artifact@v4 @@ -3972,41 +3972,41 @@ jobs: name: ruby-pkg_3.2_ubuntu-22.04_malloctrim path: artifacts/ruby-pkg_3.2_ubuntu-22.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_ubuntu-22.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_ubuntu-22.04_normal - path: artifacts/ruby-pkg_4.0.4_ubuntu-22.04_normal + name: ruby-pkg_4.0.6_ubuntu-22.04_normal + path: artifacts/ruby-pkg_4.0.6_ubuntu-22.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_ubuntu-22.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_ubuntu-22.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_ubuntu-22.04_jemalloc - path: artifacts/ruby-pkg_4.0.4_ubuntu-22.04_jemalloc + name: ruby-pkg_4.0.6_ubuntu-22.04_jemalloc + path: artifacts/ruby-pkg_4.0.6_ubuntu-22.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_ubuntu-22.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_ubuntu-22.04_normal - path: artifacts/ruby-pkg_3.4.9_ubuntu-22.04_normal + name: ruby-pkg_3.4.10_ubuntu-22.04_normal + path: artifacts/ruby-pkg_3.4.10_ubuntu-22.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_ubuntu-22.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_ubuntu-22.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_ubuntu-22.04_jemalloc - path: artifacts/ruby-pkg_3.4.9_ubuntu-22.04_jemalloc + name: ruby-pkg_3.4.10_ubuntu-22.04_jemalloc + path: artifacts/ruby-pkg_3.4.10_ubuntu-22.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_ubuntu-22.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_ubuntu-22.04_normal - path: artifacts/ruby-pkg_3.3.11_ubuntu-22.04_normal + name: ruby-pkg_3.3.12_ubuntu-22.04_normal + path: artifacts/ruby-pkg_3.3.12_ubuntu-22.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_ubuntu-22.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_ubuntu-22.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_ubuntu-22.04_jemalloc - path: artifacts/ruby-pkg_3.3.11_ubuntu-22.04_jemalloc + name: ruby-pkg_3.3.12_ubuntu-22.04_jemalloc + path: artifacts/ruby-pkg_3.3.12_ubuntu-22.04_jemalloc compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.11_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 @@ -4071,24 +4071,24 @@ jobs: || (needs.build_ruby_debian_11-3_2-malloctrim.result != 'success' && (needs.build_ruby_debian_11-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2/malloctrim];'))) - || (needs.build_ruby_debian_11-4_0_4-normal.result != 'success' - && (needs.build_ruby_debian_11-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.4/normal];'))) - || (needs.build_ruby_debian_11-4_0_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_11-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.4/jemalloc];'))) - || (needs.build_ruby_debian_11-3_4_9-normal.result != 'success' - && (needs.build_ruby_debian_11-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.9/normal];'))) - || (needs.build_ruby_debian_11-3_4_9-jemalloc.result != 'success' - && (needs.build_ruby_debian_11-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.9/jemalloc];'))) - || (needs.build_ruby_debian_11-3_3_11-normal.result != 'success' - && (needs.build_ruby_debian_11-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.11/normal];'))) - || (needs.build_ruby_debian_11-3_3_11-jemalloc.result != 'success' - && (needs.build_ruby_debian_11-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.11/jemalloc];'))) + || (needs.build_ruby_debian_11-4_0_6-normal.result != 'success' + && (needs.build_ruby_debian_11-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.6/normal];'))) + || (needs.build_ruby_debian_11-4_0_6-jemalloc.result != 'success' + && (needs.build_ruby_debian_11-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/4.0.6/jemalloc];'))) + || (needs.build_ruby_debian_11-3_4_10-normal.result != 'success' + && (needs.build_ruby_debian_11-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.10/normal];'))) + || (needs.build_ruby_debian_11-3_4_10-jemalloc.result != 'success' + && (needs.build_ruby_debian_11-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.4.10/jemalloc];'))) + || (needs.build_ruby_debian_11-3_3_12-normal.result != 'success' + && (needs.build_ruby_debian_11-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.12/normal];'))) + || (needs.build_ruby_debian_11-3_3_12-jemalloc.result != 'success' + && (needs.build_ruby_debian_11-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.12/jemalloc];'))) || (needs.build_ruby_debian_11-3_2_11-normal.result != 'success' && (needs.build_ruby_debian_11-3_2_11-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.11/normal];'))) @@ -4129,24 +4129,24 @@ jobs: || (needs.build_ruby_ubuntu_22_04-3_2-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_22_04-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2/malloctrim];'))) - || (needs.build_ruby_ubuntu_22_04-4_0_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_22_04-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.4/normal];'))) - || (needs.build_ruby_ubuntu_22_04-4_0_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_22_04-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_22_04-3_4_9-normal.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.9/normal];'))) - || (needs.build_ruby_ubuntu_22_04-3_4_9-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.9/jemalloc];'))) - || (needs.build_ruby_ubuntu_22_04-3_3_11-normal.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.11/normal];'))) - || (needs.build_ruby_ubuntu_22_04-3_3_11-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.11/jemalloc];'))) + || (needs.build_ruby_ubuntu_22_04-4_0_6-normal.result != 'success' + && (needs.build_ruby_ubuntu_22_04-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.6/normal];'))) + || (needs.build_ruby_ubuntu_22_04-4_0_6-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_22_04-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/4.0.6/jemalloc];'))) + || (needs.build_ruby_ubuntu_22_04-3_4_10-normal.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.10/normal];'))) + || (needs.build_ruby_ubuntu_22_04-3_4_10-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.4.10/jemalloc];'))) + || (needs.build_ruby_ubuntu_22_04-3_3_12-normal.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.12/normal];'))) + || (needs.build_ruby_ubuntu_22_04-3_3_12-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.12/jemalloc];'))) || (needs.build_ruby_ubuntu_22_04-3_2_11-normal.result != 'success' && (needs.build_ruby_ubuntu_22_04-3_2_11-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.11/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-3.yml b/.github/workflows/ci-cd-build-packages-3.yml index 5bb1aed..c651fc3 100644 --- a/.github/workflows/ci-cd-build-packages-3.yml +++ b/.github/workflows/ci-cd-build-packages-3.yml @@ -190,7 +190,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -238,7 +238,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -289,7 +289,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -343,7 +343,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -388,7 +388,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -436,7 +436,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -487,7 +487,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -541,7 +541,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -586,7 +586,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -634,7 +634,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -685,7 +685,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -739,7 +739,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1039,8 +1039,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-4_0_4-normal: - name: 'Ruby [debian-12/4.0.4/normal]' + build_ruby_debian_12-4_0_6-normal: + name: 'Ruby [debian-12/4.0.6/normal]' runs-on: ubuntu-24.04 environment: test @@ -1050,7 +1050,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.6/normal];') && !failure() && !cancelled() steps: @@ -1075,7 +1075,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1112,7 +1112,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1122,18 +1122,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_debian-12_normal" + ARTIFACT_NAME: "ruby-pkg_4.0.6_debian-12_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-4_0_4-jemalloc: - name: 'Ruby [debian-12/4.0.4/jemalloc]' + build_ruby_debian_12-4_0_6-jemalloc: + name: 'Ruby [debian-12/4.0.6/jemalloc]' needs: build_jemalloc_debian_12 runs-on: ubuntu-24.04 @@ -1144,7 +1144,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.6/jemalloc];') && !failure() && !cancelled() steps: @@ -1174,7 +1174,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1217,7 +1217,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1227,18 +1227,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_debian-12_jemalloc" + ARTIFACT_NAME: "ruby-pkg_4.0.6_debian-12_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_4_9-normal: - name: 'Ruby [debian-12/3.4.9/normal]' + build_ruby_debian_12-3_4_10-normal: + name: 'Ruby [debian-12/3.4.10/normal]' runs-on: ubuntu-24.04 environment: test @@ -1248,7 +1248,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.9/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.10/normal];') && !failure() && !cancelled() steps: @@ -1273,7 +1273,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1310,7 +1310,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1320,18 +1320,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_debian-12_normal" + ARTIFACT_NAME: "ruby-pkg_3.4.10_debian-12_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_4_9-jemalloc: - name: 'Ruby [debian-12/3.4.9/jemalloc]' + build_ruby_debian_12-3_4_10-jemalloc: + name: 'Ruby [debian-12/3.4.10/jemalloc]' needs: build_jemalloc_debian_12 runs-on: ubuntu-24.04 @@ -1342,7 +1342,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.9/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.10/jemalloc];') && !failure() && !cancelled() steps: @@ -1372,7 +1372,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1415,7 +1415,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1425,18 +1425,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_debian-12_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.4.10_debian-12_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_3_11-normal: - name: 'Ruby [debian-12/3.3.11/normal]' + build_ruby_debian_12-3_3_12-normal: + name: 'Ruby [debian-12/3.3.12/normal]' runs-on: ubuntu-24.04 environment: test @@ -1446,7 +1446,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.11/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.12/normal];') && !failure() && !cancelled() steps: @@ -1471,7 +1471,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1508,7 +1508,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1518,18 +1518,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_debian-12_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.12_debian-12_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_3_11-jemalloc: - name: 'Ruby [debian-12/3.3.11/jemalloc]' + build_ruby_debian_12-3_3_12-jemalloc: + name: 'Ruby [debian-12/3.3.12/jemalloc]' needs: build_jemalloc_debian_12 runs-on: ubuntu-24.04 @@ -1540,7 +1540,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.11/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.12/jemalloc];') && !failure() && !cancelled() steps: @@ -1570,7 +1570,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1613,7 +1613,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1623,13 +1623,13 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_debian-12_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.12_debian-12_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1961,7 +1961,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2009,7 +2009,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2060,7 +2060,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2114,7 +2114,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2159,7 +2159,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2207,7 +2207,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2258,7 +2258,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2312,7 +2312,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2357,7 +2357,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2405,7 +2405,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2456,7 +2456,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2510,7 +2510,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2810,8 +2810,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-4_0_4-normal: - name: 'Ruby [ubuntu-24.04/4.0.4/normal]' + build_ruby_ubuntu_24_04-4_0_6-normal: + name: 'Ruby [ubuntu-24.04/4.0.6/normal]' runs-on: ubuntu-24.04 environment: test @@ -2821,7 +2821,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.6/normal];') && !failure() && !cancelled() steps: @@ -2846,7 +2846,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2883,7 +2883,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2893,18 +2893,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_ubuntu-24.04_normal" + ARTIFACT_NAME: "ruby-pkg_4.0.6_ubuntu-24.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-4_0_4-jemalloc: - name: 'Ruby [ubuntu-24.04/4.0.4/jemalloc]' + build_ruby_ubuntu_24_04-4_0_6-jemalloc: + name: 'Ruby [ubuntu-24.04/4.0.6/jemalloc]' needs: build_jemalloc_ubuntu_24_04 runs-on: ubuntu-24.04 @@ -2915,7 +2915,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.6/jemalloc];') && !failure() && !cancelled() steps: @@ -2945,7 +2945,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2988,7 +2988,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2998,18 +2998,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_ubuntu-24.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_4.0.6_ubuntu-24.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_4_9-normal: - name: 'Ruby [ubuntu-24.04/3.4.9/normal]' + build_ruby_ubuntu_24_04-3_4_10-normal: + name: 'Ruby [ubuntu-24.04/3.4.10/normal]' runs-on: ubuntu-24.04 environment: test @@ -3019,7 +3019,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.9/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.10/normal];') && !failure() && !cancelled() steps: @@ -3044,7 +3044,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3081,7 +3081,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -3091,18 +3091,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_ubuntu-24.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.4.10_ubuntu-24.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_4_9-jemalloc: - name: 'Ruby [ubuntu-24.04/3.4.9/jemalloc]' + build_ruby_ubuntu_24_04-3_4_10-jemalloc: + name: 'Ruby [ubuntu-24.04/3.4.10/jemalloc]' needs: build_jemalloc_ubuntu_24_04 runs-on: ubuntu-24.04 @@ -3113,7 +3113,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.9/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.10/jemalloc];') && !failure() && !cancelled() steps: @@ -3143,7 +3143,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3186,7 +3186,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -3196,18 +3196,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_ubuntu-24.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.4.10_ubuntu-24.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_3_11-normal: - name: 'Ruby [ubuntu-24.04/3.3.11/normal]' + build_ruby_ubuntu_24_04-3_3_12-normal: + name: 'Ruby [ubuntu-24.04/3.3.12/normal]' runs-on: ubuntu-24.04 environment: test @@ -3217,7 +3217,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.11/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.12/normal];') && !failure() && !cancelled() steps: @@ -3242,7 +3242,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3279,7 +3279,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -3289,18 +3289,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_ubuntu-24.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.12_ubuntu-24.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_3_11-jemalloc: - name: 'Ruby [ubuntu-24.04/3.3.11/jemalloc]' + build_ruby_ubuntu_24_04-3_3_12-jemalloc: + name: 'Ruby [ubuntu-24.04/3.3.12/jemalloc]' needs: build_jemalloc_ubuntu_24_04 runs-on: ubuntu-24.04 @@ -3311,7 +3311,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.11/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.12/jemalloc];') && !failure() && !cancelled() steps: @@ -3341,7 +3341,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3384,7 +3384,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -3394,13 +3394,13 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_ubuntu-24.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.12_ubuntu-24.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3718,14 +3718,14 @@ jobs: - build_ruby_debian_12-3_2-jemalloc - build_ruby_debian_12-3_2-malloctrim - - build_ruby_debian_12-4_0_4-normal - - build_ruby_debian_12-4_0_4-jemalloc + - build_ruby_debian_12-4_0_6-normal + - build_ruby_debian_12-4_0_6-jemalloc - - build_ruby_debian_12-3_4_9-normal - - build_ruby_debian_12-3_4_9-jemalloc + - build_ruby_debian_12-3_4_10-normal + - build_ruby_debian_12-3_4_10-jemalloc - - build_ruby_debian_12-3_3_11-normal - - build_ruby_debian_12-3_3_11-jemalloc + - build_ruby_debian_12-3_3_12-normal + - build_ruby_debian_12-3_3_12-jemalloc - build_ruby_debian_12-3_2_11-normal - build_ruby_debian_12-3_2_11-jemalloc @@ -3746,14 +3746,14 @@ jobs: - build_ruby_ubuntu_24_04-3_2-jemalloc - build_ruby_ubuntu_24_04-3_2-malloctrim - - build_ruby_ubuntu_24_04-4_0_4-normal - - build_ruby_ubuntu_24_04-4_0_4-jemalloc + - build_ruby_ubuntu_24_04-4_0_6-normal + - build_ruby_ubuntu_24_04-4_0_6-jemalloc - - build_ruby_ubuntu_24_04-3_4_9-normal - - build_ruby_ubuntu_24_04-3_4_9-jemalloc + - build_ruby_ubuntu_24_04-3_4_10-normal + - build_ruby_ubuntu_24_04-3_4_10-jemalloc - - build_ruby_ubuntu_24_04-3_3_11-normal - - build_ruby_ubuntu_24_04-3_3_11-jemalloc + - build_ruby_ubuntu_24_04-3_3_12-normal + - build_ruby_ubuntu_24_04-3_3_12-jemalloc - build_ruby_ubuntu_24_04-3_2_11-normal - build_ruby_ubuntu_24_04-3_2_11-jemalloc @@ -3806,7 +3806,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_4.0_debian-12_normal ruby-pkg_4.0_debian-12_jemalloc ruby-pkg_3.4_debian-12_normal ruby-pkg_3.4_debian-12_jemalloc ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_4.0.4_debian-12_normal ruby-pkg_4.0.4_debian-12_jemalloc ruby-pkg_3.4.9_debian-12_normal ruby-pkg_3.4.9_debian-12_jemalloc ruby-pkg_3.3.11_debian-12_normal ruby-pkg_3.3.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_normal ruby-pkg_3.2.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_malloctrim ruby-pkg_4.0_ubuntu-24.04_normal ruby-pkg_4.0_ubuntu-24.04_jemalloc ruby-pkg_3.4_ubuntu-24.04_normal ruby-pkg_3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc 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_4.0.4_ubuntu-24.04_normal ruby-pkg_4.0.4_ubuntu-24.04_jemalloc ruby-pkg_3.4.9_ubuntu-24.04_normal ruby-pkg_3.4.9_ubuntu-24.04_jemalloc ruby-pkg_3.3.11_ubuntu-24.04_normal ruby-pkg_3.3.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_normal ruby-pkg_3.2.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_4.0_debian-12_normal ruby-pkg_4.0_debian-12_jemalloc ruby-pkg_3.4_debian-12_normal ruby-pkg_3.4_debian-12_jemalloc ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_4.0.6_debian-12_normal ruby-pkg_4.0.6_debian-12_jemalloc ruby-pkg_3.4.10_debian-12_normal ruby-pkg_3.4.10_debian-12_jemalloc ruby-pkg_3.3.12_debian-12_normal ruby-pkg_3.3.12_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_normal ruby-pkg_3.2.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_malloctrim ruby-pkg_4.0_ubuntu-24.04_normal ruby-pkg_4.0_ubuntu-24.04_jemalloc ruby-pkg_3.4_ubuntu-24.04_normal ruby-pkg_3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc 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_4.0.6_ubuntu-24.04_normal ruby-pkg_4.0.6_ubuntu-24.04_jemalloc ruby-pkg_3.4.10_ubuntu-24.04_normal ruby-pkg_3.4.10_ubuntu-24.04_jemalloc ruby-pkg_3.3.12_ubuntu-24.04_normal ruby-pkg_3.3.12_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_normal ruby-pkg_3.2.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3864,41 +3864,41 @@ jobs: name: ruby-pkg_3.2_debian-12_malloctrim path: artifacts/ruby-pkg_3.2_debian-12_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_debian-12_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_debian-12_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_debian-12_normal - path: artifacts/ruby-pkg_4.0.4_debian-12_normal + name: ruby-pkg_4.0.6_debian-12_normal + path: artifacts/ruby-pkg_4.0.6_debian-12_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_debian-12_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_debian-12_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_debian-12_jemalloc - path: artifacts/ruby-pkg_4.0.4_debian-12_jemalloc + name: ruby-pkg_4.0.6_debian-12_jemalloc + path: artifacts/ruby-pkg_4.0.6_debian-12_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_debian-12_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_debian-12_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_debian-12_normal - path: artifacts/ruby-pkg_3.4.9_debian-12_normal + name: ruby-pkg_3.4.10_debian-12_normal + path: artifacts/ruby-pkg_3.4.10_debian-12_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_debian-12_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_debian-12_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_debian-12_jemalloc - path: artifacts/ruby-pkg_3.4.9_debian-12_jemalloc + name: ruby-pkg_3.4.10_debian-12_jemalloc + path: artifacts/ruby-pkg_3.4.10_debian-12_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_debian-12_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_debian-12_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_debian-12_normal - path: artifacts/ruby-pkg_3.3.11_debian-12_normal + name: ruby-pkg_3.3.12_debian-12_normal + path: artifacts/ruby-pkg_3.3.12_debian-12_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_debian-12_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_debian-12_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_debian-12_jemalloc - path: artifacts/ruby-pkg_3.3.11_debian-12_jemalloc + name: ruby-pkg_3.3.12_debian-12_jemalloc + path: artifacts/ruby-pkg_3.3.12_debian-12_jemalloc compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.11_debian-12_normal] to Github uses: actions/upload-artifact@v4 @@ -3972,41 +3972,41 @@ jobs: name: ruby-pkg_3.2_ubuntu-24.04_malloctrim path: artifacts/ruby-pkg_3.2_ubuntu-24.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_ubuntu-24.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_ubuntu-24.04_normal - path: artifacts/ruby-pkg_4.0.4_ubuntu-24.04_normal + name: ruby-pkg_4.0.6_ubuntu-24.04_normal + path: artifacts/ruby-pkg_4.0.6_ubuntu-24.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_ubuntu-24.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_ubuntu-24.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_ubuntu-24.04_jemalloc - path: artifacts/ruby-pkg_4.0.4_ubuntu-24.04_jemalloc + name: ruby-pkg_4.0.6_ubuntu-24.04_jemalloc + path: artifacts/ruby-pkg_4.0.6_ubuntu-24.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_ubuntu-24.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_ubuntu-24.04_normal - path: artifacts/ruby-pkg_3.4.9_ubuntu-24.04_normal + name: ruby-pkg_3.4.10_ubuntu-24.04_normal + path: artifacts/ruby-pkg_3.4.10_ubuntu-24.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_ubuntu-24.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_ubuntu-24.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_ubuntu-24.04_jemalloc - path: artifacts/ruby-pkg_3.4.9_ubuntu-24.04_jemalloc + name: ruby-pkg_3.4.10_ubuntu-24.04_jemalloc + path: artifacts/ruby-pkg_3.4.10_ubuntu-24.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_ubuntu-24.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_ubuntu-24.04_normal - path: artifacts/ruby-pkg_3.3.11_ubuntu-24.04_normal + name: ruby-pkg_3.3.12_ubuntu-24.04_normal + path: artifacts/ruby-pkg_3.3.12_ubuntu-24.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_ubuntu-24.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_ubuntu-24.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_ubuntu-24.04_jemalloc - path: artifacts/ruby-pkg_3.3.11_ubuntu-24.04_jemalloc + name: ruby-pkg_3.3.12_ubuntu-24.04_jemalloc + path: artifacts/ruby-pkg_3.3.12_ubuntu-24.04_jemalloc compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.11_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 @@ -4071,24 +4071,24 @@ jobs: || (needs.build_ruby_debian_12-3_2-malloctrim.result != 'success' && (needs.build_ruby_debian_12-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2/malloctrim];'))) - || (needs.build_ruby_debian_12-4_0_4-normal.result != 'success' - && (needs.build_ruby_debian_12-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.4/normal];'))) - || (needs.build_ruby_debian_12-4_0_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_12-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.4/jemalloc];'))) - || (needs.build_ruby_debian_12-3_4_9-normal.result != 'success' - && (needs.build_ruby_debian_12-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.9/normal];'))) - || (needs.build_ruby_debian_12-3_4_9-jemalloc.result != 'success' - && (needs.build_ruby_debian_12-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.9/jemalloc];'))) - || (needs.build_ruby_debian_12-3_3_11-normal.result != 'success' - && (needs.build_ruby_debian_12-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.11/normal];'))) - || (needs.build_ruby_debian_12-3_3_11-jemalloc.result != 'success' - && (needs.build_ruby_debian_12-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.11/jemalloc];'))) + || (needs.build_ruby_debian_12-4_0_6-normal.result != 'success' + && (needs.build_ruby_debian_12-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.6/normal];'))) + || (needs.build_ruby_debian_12-4_0_6-jemalloc.result != 'success' + && (needs.build_ruby_debian_12-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/4.0.6/jemalloc];'))) + || (needs.build_ruby_debian_12-3_4_10-normal.result != 'success' + && (needs.build_ruby_debian_12-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.10/normal];'))) + || (needs.build_ruby_debian_12-3_4_10-jemalloc.result != 'success' + && (needs.build_ruby_debian_12-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.4.10/jemalloc];'))) + || (needs.build_ruby_debian_12-3_3_12-normal.result != 'success' + && (needs.build_ruby_debian_12-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.12/normal];'))) + || (needs.build_ruby_debian_12-3_3_12-jemalloc.result != 'success' + && (needs.build_ruby_debian_12-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.12/jemalloc];'))) || (needs.build_ruby_debian_12-3_2_11-normal.result != 'success' && (needs.build_ruby_debian_12-3_2_11-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.11/normal];'))) @@ -4129,24 +4129,24 @@ jobs: || (needs.build_ruby_ubuntu_24_04-3_2-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_24_04-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2/malloctrim];'))) - || (needs.build_ruby_ubuntu_24_04-4_0_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_24_04-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.4/normal];'))) - || (needs.build_ruby_ubuntu_24_04-4_0_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_24_04-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_24_04-3_4_9-normal.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.9/normal];'))) - || (needs.build_ruby_ubuntu_24_04-3_4_9-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.9/jemalloc];'))) - || (needs.build_ruby_ubuntu_24_04-3_3_11-normal.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.11/normal];'))) - || (needs.build_ruby_ubuntu_24_04-3_3_11-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.11/jemalloc];'))) + || (needs.build_ruby_ubuntu_24_04-4_0_6-normal.result != 'success' + && (needs.build_ruby_ubuntu_24_04-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.6/normal];'))) + || (needs.build_ruby_ubuntu_24_04-4_0_6-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_24_04-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/4.0.6/jemalloc];'))) + || (needs.build_ruby_ubuntu_24_04-3_4_10-normal.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.10/normal];'))) + || (needs.build_ruby_ubuntu_24_04-3_4_10-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.4.10/jemalloc];'))) + || (needs.build_ruby_ubuntu_24_04-3_3_12-normal.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.12/normal];'))) + || (needs.build_ruby_ubuntu_24_04-3_3_12-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.12/jemalloc];'))) || (needs.build_ruby_ubuntu_24_04-3_2_11-normal.result != 'success' && (needs.build_ruby_ubuntu_24_04-3_2_11-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.11/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-4.yml b/.github/workflows/ci-cd-build-packages-4.yml index ee21e50..08ce17d 100644 --- a/.github/workflows/ci-cd-build-packages-4.yml +++ b/.github/workflows/ci-cd-build-packages-4.yml @@ -131,7 +131,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -179,7 +179,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -230,7 +230,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -284,7 +284,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "4.0" - RUBY_PACKAGE_REVISION: "3" + RUBY_PACKAGE_REVISION: "4" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -329,7 +329,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -377,7 +377,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -428,7 +428,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -482,7 +482,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.4" - RUBY_PACKAGE_REVISION: "8" + RUBY_PACKAGE_REVISION: "9" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -527,7 +527,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -575,7 +575,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -626,7 +626,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -680,7 +680,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "11" + RUBY_PACKAGE_REVISION: "12" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -689,8 +689,8 @@ jobs: ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_13-4_0_4-normal: - name: 'Ruby [debian-13/4.0.4/normal]' + build_ruby_debian_13-4_0_6-normal: + name: 'Ruby [debian-13/4.0.6/normal]' runs-on: ubuntu-24.04 environment: test @@ -700,7 +700,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.6/normal];') && !failure() && !cancelled() steps: @@ -725,7 +725,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -762,7 +762,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-13" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/debian-13" - name: Build package @@ -772,18 +772,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_debian-13_normal" + ARTIFACT_NAME: "ruby-pkg_4.0.6_debian-13_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_13-4_0_4-jemalloc: - name: 'Ruby [debian-13/4.0.4/jemalloc]' + build_ruby_debian_13-4_0_6-jemalloc: + name: 'Ruby [debian-13/4.0.6/jemalloc]' needs: build_jemalloc_debian_13 runs-on: ubuntu-24.04 @@ -794,7 +794,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.6/jemalloc];') && !failure() && !cancelled() steps: @@ -824,7 +824,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -867,7 +867,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-13" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" CACHE_KEY_PREFIX: "sccache/debian-13" - name: Build package @@ -877,18 +877,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "4.0.4" + RUBY_PACKAGE_VERSION_ID: "4.0.6" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_4.0.4_debian-13_jemalloc" + ARTIFACT_NAME: "ruby-pkg_4.0.6_debian-13_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_13-3_4_9-normal: - name: 'Ruby [debian-13/3.4.9/normal]' + build_ruby_debian_13-3_4_10-normal: + name: 'Ruby [debian-13/3.4.10/normal]' runs-on: ubuntu-24.04 environment: test @@ -898,7 +898,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.9/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.10/normal];') && !failure() && !cancelled() steps: @@ -923,7 +923,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -960,7 +960,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-13" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/debian-13" - name: Build package @@ -970,18 +970,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_debian-13_normal" + ARTIFACT_NAME: "ruby-pkg_3.4.10_debian-13_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_13-3_4_9-jemalloc: - name: 'Ruby [debian-13/3.4.9/jemalloc]' + build_ruby_debian_13-3_4_10-jemalloc: + name: 'Ruby [debian-13/3.4.10/jemalloc]' needs: build_jemalloc_debian_13 runs-on: ubuntu-24.04 @@ -992,7 +992,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.9/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.10/jemalloc];') && !failure() && !cancelled() steps: @@ -1022,7 +1022,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1065,7 +1065,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-13" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" CACHE_KEY_PREFIX: "sccache/debian-13" - name: Build package @@ -1075,18 +1075,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.4.9" + RUBY_PACKAGE_VERSION_ID: "3.4.10" 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.4.9_debian-13_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.4.10_debian-13_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_13-3_3_11-normal: - name: 'Ruby [debian-13/3.3.11/normal]' + build_ruby_debian_13-3_3_12-normal: + name: 'Ruby [debian-13/3.3.12/normal]' runs-on: ubuntu-24.04 environment: test @@ -1096,7 +1096,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.11/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.12/normal];') && !failure() && !cancelled() steps: @@ -1121,7 +1121,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1158,7 +1158,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-13" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/debian-13" - name: Build package @@ -1168,18 +1168,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_debian-13_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.12_debian-13_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_13-3_3_11-jemalloc: - name: 'Ruby [debian-13/3.3.11/jemalloc]' + build_ruby_debian_13-3_3_12-jemalloc: + name: 'Ruby [debian-13/3.3.12/jemalloc]' needs: build_jemalloc_debian_13 runs-on: ubuntu-24.04 @@ -1190,7 +1190,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.11/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.12/jemalloc];') && !failure() && !cancelled() steps: @@ -1220,7 +1220,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1263,7 +1263,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-13" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" CACHE_KEY_PREFIX: "sccache/debian-13" - name: Build package @@ -1273,13 +1273,13 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.11" + RUBY_PACKAGE_VERSION_ID: "3.3.12" 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.3.11_debian-13_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.12_debian-13_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1302,14 +1302,14 @@ jobs: - build_ruby_debian_13-3_3-normal - build_ruby_debian_13-3_3-jemalloc - - build_ruby_debian_13-4_0_4-normal - - build_ruby_debian_13-4_0_4-jemalloc + - build_ruby_debian_13-4_0_6-normal + - build_ruby_debian_13-4_0_6-jemalloc - - build_ruby_debian_13-3_4_9-normal - - build_ruby_debian_13-3_4_9-jemalloc + - build_ruby_debian_13-3_4_10-normal + - build_ruby_debian_13-3_4_10-jemalloc - - build_ruby_debian_13-3_3_11-normal - - build_ruby_debian_13-3_3_11-jemalloc + - build_ruby_debian_13-3_3_12-normal + - build_ruby_debian_13-3_3_12-jemalloc runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 @@ -1351,7 +1351,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_4.0_debian-13_normal ruby-pkg_4.0_debian-13_jemalloc ruby-pkg_3.4_debian-13_normal ruby-pkg_3.4_debian-13_jemalloc ruby-pkg_3.3_debian-13_normal ruby-pkg_3.3_debian-13_jemalloc ruby-pkg_4.0.4_debian-13_normal ruby-pkg_4.0.4_debian-13_jemalloc ruby-pkg_3.4.9_debian-13_normal ruby-pkg_3.4.9_debian-13_jemalloc ruby-pkg_3.3.11_debian-13_normal ruby-pkg_3.3.11_debian-13_jemalloc' + ARTIFACT_NAMES: 'ruby-pkg_4.0_debian-13_normal ruby-pkg_4.0_debian-13_jemalloc ruby-pkg_3.4_debian-13_normal ruby-pkg_3.4_debian-13_jemalloc ruby-pkg_3.3_debian-13_normal ruby-pkg_3.3_debian-13_jemalloc ruby-pkg_4.0.6_debian-13_normal ruby-pkg_4.0.6_debian-13_jemalloc ruby-pkg_3.4.10_debian-13_normal ruby-pkg_3.4.10_debian-13_jemalloc ruby-pkg_3.3.12_debian-13_normal ruby-pkg_3.3.12_debian-13_jemalloc' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1391,41 +1391,41 @@ jobs: name: ruby-pkg_3.3_debian-13_jemalloc path: artifacts/ruby-pkg_3.3_debian-13_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_debian-13_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_debian-13_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_debian-13_normal - path: artifacts/ruby-pkg_4.0.4_debian-13_normal + name: ruby-pkg_4.0.6_debian-13_normal + path: artifacts/ruby-pkg_4.0.6_debian-13_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_4.0.4_debian-13_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_4.0.6_debian-13_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_4.0.4_debian-13_jemalloc - path: artifacts/ruby-pkg_4.0.4_debian-13_jemalloc + name: ruby-pkg_4.0.6_debian-13_jemalloc + path: artifacts/ruby-pkg_4.0.6_debian-13_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_debian-13_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_debian-13_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_debian-13_normal - path: artifacts/ruby-pkg_3.4.9_debian-13_normal + name: ruby-pkg_3.4.10_debian-13_normal + path: artifacts/ruby-pkg_3.4.10_debian-13_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.4.9_debian-13_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.4.10_debian-13_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.4.9_debian-13_jemalloc - path: artifacts/ruby-pkg_3.4.9_debian-13_jemalloc + name: ruby-pkg_3.4.10_debian-13_jemalloc + path: artifacts/ruby-pkg_3.4.10_debian-13_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_debian-13_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_debian-13_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_debian-13_normal - path: artifacts/ruby-pkg_3.3.11_debian-13_normal + name: ruby-pkg_3.3.12_debian-13_normal + path: artifacts/ruby-pkg_3.3.12_debian-13_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.11_debian-13_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.12_debian-13_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.11_debian-13_jemalloc - path: artifacts/ruby-pkg_3.3.11_debian-13_jemalloc + name: ruby-pkg_3.3.12_debian-13_jemalloc + path: artifacts/ruby-pkg_3.3.12_debian-13_jemalloc compression-level: 0 @@ -1460,21 +1460,21 @@ jobs: || (needs.build_ruby_debian_13-3_3-jemalloc.result != 'success' && (needs.build_ruby_debian_13-3_3-jemalloc.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3/jemalloc];'))) - || (needs.build_ruby_debian_13-4_0_4-normal.result != 'success' - && (needs.build_ruby_debian_13-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.4/normal];'))) - || (needs.build_ruby_debian_13-4_0_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_13-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.4/jemalloc];'))) - || (needs.build_ruby_debian_13-3_4_9-normal.result != 'success' - && (needs.build_ruby_debian_13-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.9/normal];'))) - || (needs.build_ruby_debian_13-3_4_9-jemalloc.result != 'success' - && (needs.build_ruby_debian_13-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.9/jemalloc];'))) - || (needs.build_ruby_debian_13-3_3_11-normal.result != 'success' - && (needs.build_ruby_debian_13-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.11/normal];'))) - || (needs.build_ruby_debian_13-3_3_11-jemalloc.result != 'success' - && (needs.build_ruby_debian_13-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.11/jemalloc];'))) + || (needs.build_ruby_debian_13-4_0_6-normal.result != 'success' + && (needs.build_ruby_debian_13-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.6/normal];'))) + || (needs.build_ruby_debian_13-4_0_6-jemalloc.result != 'success' + && (needs.build_ruby_debian_13-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/4.0.6/jemalloc];'))) + || (needs.build_ruby_debian_13-3_4_10-normal.result != 'success' + && (needs.build_ruby_debian_13-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.10/normal];'))) + || (needs.build_ruby_debian_13-3_4_10-jemalloc.result != 'success' + && (needs.build_ruby_debian_13-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.4.10/jemalloc];'))) + || (needs.build_ruby_debian_13-3_3_12-normal.result != 'success' + && (needs.build_ruby_debian_13-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.12/normal];'))) + || (needs.build_ruby_debian_13-3_3_12-jemalloc.result != 'success' + && (needs.build_ruby_debian_13-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-13/3.3.12/jemalloc];'))) diff --git a/.github/workflows/ci-cd-prepare.yml b/.github/workflows/ci-cd-prepare.yml index 5f6505c..d9e2c69 100644 --- a/.github/workflows/ci-cd-prepare.yml +++ b/.github/workflows/ci-cd-prepare.yml @@ -470,13 +470,13 @@ jobs: ### Sources ### - download_ruby_source_4_0_4: - name: Download Ruby source [4.0.4] + download_ruby_source_4_0_6: + name: Download Ruby source [4.0.6] runs-on: ubuntu-24.04 permissions: id-token: write environment: test - if: contains(inputs.necessary_jobs, ';Download Ruby source 4.0.4;') + if: contains(inputs.necessary_jobs, ';Download Ruby source 4.0.6;') steps: - uses: actions/checkout@v4 - uses: azure/login@v2 @@ -496,21 +496,21 @@ jobs: - name: Download run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh env: - RUBY_VERSION: 4.0.4 + RUBY_VERSION: 4.0.6 - name: Archive artifact run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: output CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - download_ruby_source_3_4_9: - name: Download Ruby source [3.4.9] + download_ruby_source_3_4_10: + name: Download Ruby source [3.4.10] runs-on: ubuntu-24.04 permissions: id-token: write environment: test - if: contains(inputs.necessary_jobs, ';Download Ruby source 3.4.9;') + if: contains(inputs.necessary_jobs, ';Download Ruby source 3.4.10;') steps: - uses: actions/checkout@v4 - uses: azure/login@v2 @@ -530,21 +530,21 @@ jobs: - name: Download run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh env: - RUBY_VERSION: 3.4.9 + RUBY_VERSION: 3.4.10 - name: Archive artifact run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: output CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - download_ruby_source_3_3_11: - name: Download Ruby source [3.3.11] + download_ruby_source_3_3_12: + name: Download Ruby source [3.3.12] runs-on: ubuntu-24.04 permissions: id-token: write environment: test - if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.11;') + if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.12;') steps: - uses: actions/checkout@v4 - uses: azure/login@v2 @@ -564,12 +564,12 @@ jobs: - name: Download run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh env: - RUBY_VERSION: 3.3.11 + RUBY_VERSION: 3.3.12 - name: Archive artifact run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: output CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} download_ruby_source_3_2_11: @@ -964,9 +964,9 @@ jobs: - build_docker_image_ubuntu_22_04 - build_docker_image_ubuntu_24_04 - build_docker_image_utility - - download_ruby_source_4_0_4 - - download_ruby_source_3_4_9 - - download_ruby_source_3_3_11 + - download_ruby_source_4_0_6 + - download_ruby_source_3_4_10 + - download_ruby_source_3_3_12 - download_ruby_source_3_2_11 - build_common_deb - build_common_rpm @@ -1141,43 +1141,43 @@ jobs: path: artifacts - - name: Download Ruby source artifact [4.0.4] from Google Cloud + - name: Download Ruby source artifact [4.0.6] from Google Cloud run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-4.0.4 + ARTIFACT_NAME: ruby-src-4.0.6 ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - - name: Archive Ruby source artifact [4.0.4] to Github + - name: Archive Ruby source artifact [4.0.6] to Github uses: actions/upload-artifact@v4 with: - name: ruby-src-4.0.4 + name: ruby-src-4.0.6 path: artifacts compression-level: 0 - - name: Download Ruby source artifact [3.4.9] from Google Cloud + - name: Download Ruby source artifact [3.4.10] from Google Cloud run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.4.9 + ARTIFACT_NAME: ruby-src-3.4.10 ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - - name: Archive Ruby source artifact [3.4.9] to Github + - name: Archive Ruby source artifact [3.4.10] to Github uses: actions/upload-artifact@v4 with: - name: ruby-src-3.4.9 + name: ruby-src-3.4.10 path: artifacts compression-level: 0 - - name: Download Ruby source artifact [3.3.11] from Google Cloud + - name: Download Ruby source artifact [3.3.12] from Google Cloud run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.11 + ARTIFACT_NAME: ruby-src-3.3.12 ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - - name: Archive Ruby source artifact [3.3.11] to Github + - name: Archive Ruby source artifact [3.3.12] to Github uses: actions/upload-artifact@v4 with: - name: ruby-src-3.3.11 + name: ruby-src-3.3.12 path: artifacts compression-level: 0 - name: Download Ruby source artifact [3.2.11] from Google Cloud @@ -1300,15 +1300,15 @@ jobs: run: 'false' if: | false - || (needs.download_ruby_source_4_0_4.result != 'success' - && (needs.download_ruby_source_4_0_4.result != 'skipped' - || contains(inputs.necessary_jobs, ';Download Ruby source 4.0.4;'))) - || (needs.download_ruby_source_3_4_9.result != 'success' - && (needs.download_ruby_source_3_4_9.result != 'skipped' - || contains(inputs.necessary_jobs, ';Download Ruby source 3.4.9;'))) - || (needs.download_ruby_source_3_3_11.result != 'success' - && (needs.download_ruby_source_3_3_11.result != 'skipped' - || contains(inputs.necessary_jobs, ';Download Ruby source 3.3.11;'))) + || (needs.download_ruby_source_4_0_6.result != 'success' + && (needs.download_ruby_source_4_0_6.result != 'skipped' + || contains(inputs.necessary_jobs, ';Download Ruby source 4.0.6;'))) + || (needs.download_ruby_source_3_4_10.result != 'success' + && (needs.download_ruby_source_3_4_10.result != 'skipped' + || contains(inputs.necessary_jobs, ';Download Ruby source 3.4.10;'))) + || (needs.download_ruby_source_3_3_12.result != 'success' + && (needs.download_ruby_source_3_3_12.result != 'skipped' + || contains(inputs.necessary_jobs, ';Download Ruby source 3.3.12;'))) || (needs.download_ruby_source_3_2_11.result != 'success' && (needs.download_ruby_source_3_2_11.result != 'skipped' || contains(inputs.necessary_jobs, ';Download Ruby source 3.2.11;'))) diff --git a/.github/workflows/ci-cd-publish-test-production.yml b/.github/workflows/ci-cd-publish-test-production.yml index e886142..e2552e5 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_4.0_centos-8_normal ruby-pkg_4.0_centos-8_jemalloc ruby-pkg_3.4_centos-8_normal ruby-pkg_3.4_centos-8_jemalloc ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_4.0.4_centos-8_normal ruby-pkg_4.0.4_centos-8_jemalloc ruby-pkg_3.4.9_centos-8_normal ruby-pkg_3.4.9_centos-8_jemalloc ruby-pkg_3.3.11_centos-8_normal ruby-pkg_3.3.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_normal ruby-pkg_3.2.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_malloctrim ruby-pkg_4.0_debian-11_normal ruby-pkg_4.0_debian-11_jemalloc ruby-pkg_3.4_debian-11_normal ruby-pkg_3.4_debian-11_jemalloc ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_4.0.4_debian-11_normal ruby-pkg_4.0.4_debian-11_jemalloc ruby-pkg_3.4.9_debian-11_normal ruby-pkg_3.4.9_debian-11_jemalloc ruby-pkg_3.3.11_debian-11_normal ruby-pkg_3.3.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_normal ruby-pkg_3.2.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_malloctrim ruby-pkg_4.0_debian-12_normal ruby-pkg_4.0_debian-12_jemalloc ruby-pkg_3.4_debian-12_normal ruby-pkg_3.4_debian-12_jemalloc ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_4.0.4_debian-12_normal ruby-pkg_4.0.4_debian-12_jemalloc ruby-pkg_3.4.9_debian-12_normal ruby-pkg_3.4.9_debian-12_jemalloc ruby-pkg_3.3.11_debian-12_normal ruby-pkg_3.3.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_normal ruby-pkg_3.2.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_malloctrim ruby-pkg_4.0_debian-13_normal ruby-pkg_4.0_debian-13_jemalloc ruby-pkg_3.4_debian-13_normal ruby-pkg_3.4_debian-13_jemalloc ruby-pkg_3.3_debian-13_normal ruby-pkg_3.3_debian-13_jemalloc ruby-pkg_4.0.4_debian-13_normal ruby-pkg_4.0.4_debian-13_jemalloc ruby-pkg_3.4.9_debian-13_normal ruby-pkg_3.4.9_debian-13_jemalloc ruby-pkg_3.3.11_debian-13_normal ruby-pkg_3.3.11_debian-13_jemalloc ruby-pkg_4.0_el-9_normal ruby-pkg_4.0_el-9_jemalloc ruby-pkg_3.4_el-9_normal ruby-pkg_3.4_el-9_jemalloc ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_4.0.4_el-9_normal ruby-pkg_4.0.4_el-9_jemalloc ruby-pkg_3.4.9_el-9_normal ruby-pkg_3.4.9_el-9_jemalloc ruby-pkg_3.3.11_el-9_normal ruby-pkg_3.3.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_normal ruby-pkg_3.2.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_malloctrim ruby-pkg_4.0_ubuntu-22.04_normal ruby-pkg_4.0_ubuntu-22.04_jemalloc ruby-pkg_3.4_ubuntu-22.04_normal ruby-pkg_3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc 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_4.0.4_ubuntu-22.04_normal ruby-pkg_4.0.4_ubuntu-22.04_jemalloc ruby-pkg_3.4.9_ubuntu-22.04_normal ruby-pkg_3.4.9_ubuntu-22.04_jemalloc ruby-pkg_3.3.11_ubuntu-22.04_normal ruby-pkg_3.3.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_normal ruby-pkg_3.2.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_malloctrim ruby-pkg_4.0_ubuntu-24.04_normal ruby-pkg_4.0_ubuntu-24.04_jemalloc ruby-pkg_3.4_ubuntu-24.04_normal ruby-pkg_3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc 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_4.0.4_ubuntu-24.04_normal ruby-pkg_4.0.4_ubuntu-24.04_jemalloc ruby-pkg_3.4.9_ubuntu-24.04_normal ruby-pkg_3.4.9_ubuntu-24.04_jemalloc ruby-pkg_3.3.11_ubuntu-24.04_normal ruby-pkg_3.3.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_normal ruby-pkg_3.2.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_malloctrim + ruby-pkg_4.0_centos-8_normal ruby-pkg_4.0_centos-8_jemalloc ruby-pkg_3.4_centos-8_normal ruby-pkg_3.4_centos-8_jemalloc ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_4.0.6_centos-8_normal ruby-pkg_4.0.6_centos-8_jemalloc ruby-pkg_3.4.10_centos-8_normal ruby-pkg_3.4.10_centos-8_jemalloc ruby-pkg_3.3.12_centos-8_normal ruby-pkg_3.3.12_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_normal ruby-pkg_3.2.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_malloctrim ruby-pkg_4.0_debian-11_normal ruby-pkg_4.0_debian-11_jemalloc ruby-pkg_3.4_debian-11_normal ruby-pkg_3.4_debian-11_jemalloc ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_4.0.6_debian-11_normal ruby-pkg_4.0.6_debian-11_jemalloc ruby-pkg_3.4.10_debian-11_normal ruby-pkg_3.4.10_debian-11_jemalloc ruby-pkg_3.3.12_debian-11_normal ruby-pkg_3.3.12_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_normal ruby-pkg_3.2.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_malloctrim ruby-pkg_4.0_debian-12_normal ruby-pkg_4.0_debian-12_jemalloc ruby-pkg_3.4_debian-12_normal ruby-pkg_3.4_debian-12_jemalloc ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_4.0.6_debian-12_normal ruby-pkg_4.0.6_debian-12_jemalloc ruby-pkg_3.4.10_debian-12_normal ruby-pkg_3.4.10_debian-12_jemalloc ruby-pkg_3.3.12_debian-12_normal ruby-pkg_3.3.12_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_normal ruby-pkg_3.2.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_malloctrim ruby-pkg_4.0_debian-13_normal ruby-pkg_4.0_debian-13_jemalloc ruby-pkg_3.4_debian-13_normal ruby-pkg_3.4_debian-13_jemalloc ruby-pkg_3.3_debian-13_normal ruby-pkg_3.3_debian-13_jemalloc ruby-pkg_4.0.6_debian-13_normal ruby-pkg_4.0.6_debian-13_jemalloc ruby-pkg_3.4.10_debian-13_normal ruby-pkg_3.4.10_debian-13_jemalloc ruby-pkg_3.3.12_debian-13_normal ruby-pkg_3.3.12_debian-13_jemalloc ruby-pkg_4.0_el-9_normal ruby-pkg_4.0_el-9_jemalloc ruby-pkg_3.4_el-9_normal ruby-pkg_3.4_el-9_jemalloc ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_4.0.6_el-9_normal ruby-pkg_4.0.6_el-9_jemalloc ruby-pkg_3.4.10_el-9_normal ruby-pkg_3.4.10_el-9_jemalloc ruby-pkg_3.3.12_el-9_normal ruby-pkg_3.3.12_el-9_jemalloc ruby-pkg_3.2.11_el-9_normal ruby-pkg_3.2.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_malloctrim ruby-pkg_4.0_ubuntu-22.04_normal ruby-pkg_4.0_ubuntu-22.04_jemalloc ruby-pkg_3.4_ubuntu-22.04_normal ruby-pkg_3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc 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_4.0.6_ubuntu-22.04_normal ruby-pkg_4.0.6_ubuntu-22.04_jemalloc ruby-pkg_3.4.10_ubuntu-22.04_normal ruby-pkg_3.4.10_ubuntu-22.04_jemalloc ruby-pkg_3.3.12_ubuntu-22.04_normal ruby-pkg_3.3.12_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_normal ruby-pkg_3.2.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_malloctrim ruby-pkg_4.0_ubuntu-24.04_normal ruby-pkg_4.0_ubuntu-24.04_jemalloc ruby-pkg_3.4_ubuntu-24.04_normal ruby-pkg_3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc 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_4.0.6_ubuntu-24.04_normal ruby-pkg_4.0.6_ubuntu-24.04_jemalloc ruby-pkg_3.4.10_ubuntu-24.04_normal ruby-pkg_3.4.10_ubuntu-24.04_jemalloc ruby-pkg_3.3.12_ubuntu-24.04_normal ruby-pkg_3.3.12_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_normal ruby-pkg_3.2.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_malloctrim ARTIFACT_PATH: pkgs CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -521,8 +521,8 @@ jobs: ARTIFACT_NAME: tested-against-production-centos-8_3.2_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-4_0_4-normal: - name: 'Test [centos-8/4.0.4/normal]' + test_centos_8-4_0_6-normal: + name: 'Test [centos-8/4.0.6/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -530,7 +530,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.6/normal];') permissions: id-token: write steps: @@ -548,7 +548,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -561,11 +561,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-centos-8_4.0.4_normal + ARTIFACT_NAME: tested-against-production-centos-8_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-4_0_4-jemalloc: - name: 'Test [centos-8/4.0.4/jemalloc]' + test_centos_8-4_0_6-jemalloc: + name: 'Test [centos-8/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -573,7 +573,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -591,7 +591,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -604,11 +604,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-centos-8_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-production-centos-8_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_4_9-normal: - name: 'Test [centos-8/3.4.9/normal]' + test_centos_8-3_4_10-normal: + name: 'Test [centos-8/3.4.10/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -616,7 +616,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.4.9/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.4.10/normal];') permissions: id-token: write steps: @@ -634,7 +634,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -647,11 +647,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-centos-8_3.4.9_normal + ARTIFACT_NAME: tested-against-production-centos-8_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_4_9-jemalloc: - name: 'Test [centos-8/3.4.9/jemalloc]' + test_centos_8-3_4_10-jemalloc: + name: 'Test [centos-8/3.4.10/jemalloc]' 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.4.9/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.4.10/jemalloc];') 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.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -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.4.9_jemalloc + ARTIFACT_NAME: tested-against-production-centos-8_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_11-normal: - name: 'Test [centos-8/3.3.11/normal]' + test_centos_8-3_3_12-normal: + name: 'Test [centos-8/3.3.12/normal]' 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.3.11/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.12/normal];') 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.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -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.3.11_normal + ARTIFACT_NAME: tested-against-production-centos-8_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_11-jemalloc: - name: 'Test [centos-8/3.3.11/jemalloc]' + test_centos_8-3_3_12-jemalloc: + name: 'Test [centos-8/3.3.12/jemalloc]' 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.3.11/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.12/jemalloc];') 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.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -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.3.11_jemalloc + ARTIFACT_NAME: tested-against-production-centos-8_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_centos_8-3_2_11-normal: @@ -1296,8 +1296,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-11_3.2_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-4_0_4-normal: - name: 'Test [debian-11/4.0.4/normal]' + test_debian_11-4_0_6-normal: + name: 'Test [debian-11/4.0.6/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -1305,7 +1305,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.6/normal];') permissions: id-token: write steps: @@ -1323,7 +1323,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1336,11 +1336,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_4.0.4_normal + ARTIFACT_NAME: tested-against-production-debian-11_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-4_0_4-jemalloc: - name: 'Test [debian-11/4.0.4/jemalloc]' + test_debian_11-4_0_6-jemalloc: + name: 'Test [debian-11/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -1348,7 +1348,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -1366,7 +1366,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1379,11 +1379,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-11_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_4_9-normal: - name: 'Test [debian-11/3.4.9/normal]' + test_debian_11-3_4_10-normal: + name: 'Test [debian-11/3.4.10/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -1391,7 +1391,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.9/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.10/normal];') permissions: id-token: write steps: @@ -1409,7 +1409,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1422,11 +1422,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_3.4.9_normal + ARTIFACT_NAME: tested-against-production-debian-11_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_4_9-jemalloc: - name: 'Test [debian-11/3.4.9/jemalloc]' + test_debian_11-3_4_10-jemalloc: + name: 'Test [debian-11/3.4.10/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -1434,7 +1434,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.9/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -1452,7 +1452,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1465,11 +1465,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-production-debian-11_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_11-normal: - name: 'Test [debian-11/3.3.11/normal]' + test_debian_11-3_3_12-normal: + name: 'Test [debian-11/3.3.12/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -1477,7 +1477,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.11/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.12/normal];') permissions: id-token: write steps: @@ -1495,7 +1495,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1508,11 +1508,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_3.3.11_normal + ARTIFACT_NAME: tested-against-production-debian-11_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_11-jemalloc: - name: 'Test [debian-11/3.3.11/jemalloc]' + test_debian_11-3_3_12-jemalloc: + name: 'Test [debian-11/3.3.12/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -1520,7 +1520,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.11/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -1538,7 +1538,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1551,7 +1551,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-11_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-production-debian-11_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_debian_11-3_2_11-normal: @@ -2071,8 +2071,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-12_3.2_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-4_0_4-normal: - name: 'Test [debian-12/4.0.4/normal]' + test_debian_12-4_0_6-normal: + name: 'Test [debian-12/4.0.6/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2080,7 +2080,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.6/normal];') permissions: id-token: write steps: @@ -2098,7 +2098,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2111,11 +2111,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_4.0.4_normal + ARTIFACT_NAME: tested-against-production-debian-12_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-4_0_4-jemalloc: - name: 'Test [debian-12/4.0.4/jemalloc]' + test_debian_12-4_0_6-jemalloc: + name: 'Test [debian-12/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2123,7 +2123,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -2141,7 +2141,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2154,11 +2154,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-12_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_4_9-normal: - name: 'Test [debian-12/3.4.9/normal]' + test_debian_12-3_4_10-normal: + name: 'Test [debian-12/3.4.10/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2166,7 +2166,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.9/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.10/normal];') permissions: id-token: write steps: @@ -2184,7 +2184,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2197,11 +2197,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_3.4.9_normal + ARTIFACT_NAME: tested-against-production-debian-12_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_4_9-jemalloc: - name: 'Test [debian-12/3.4.9/jemalloc]' + test_debian_12-3_4_10-jemalloc: + name: 'Test [debian-12/3.4.10/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2209,7 +2209,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.9/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -2227,7 +2227,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2240,11 +2240,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-production-debian-12_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_11-normal: - name: 'Test [debian-12/3.3.11/normal]' + test_debian_12-3_3_12-normal: + name: 'Test [debian-12/3.3.12/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2252,7 +2252,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.11/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.12/normal];') permissions: id-token: write steps: @@ -2270,7 +2270,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2283,11 +2283,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_3.3.11_normal + ARTIFACT_NAME: tested-against-production-debian-12_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_11-jemalloc: - name: 'Test [debian-12/3.3.11/jemalloc]' + test_debian_12-3_3_12-jemalloc: + name: 'Test [debian-12/3.3.12/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2295,7 +2295,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.11/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -2313,7 +2313,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2326,7 +2326,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-12_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-production-debian-12_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_debian_12-3_2_11-normal: @@ -2717,8 +2717,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-13_3.3_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-4_0_4-normal: - name: 'Test [debian-13/4.0.4/normal]' + test_debian_13-4_0_6-normal: + name: 'Test [debian-13/4.0.6/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2726,7 +2726,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.6/normal];') permissions: id-token: write steps: @@ -2744,7 +2744,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2757,11 +2757,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-13_4.0.4_normal + ARTIFACT_NAME: tested-against-production-debian-13_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-4_0_4-jemalloc: - name: 'Test [debian-13/4.0.4/jemalloc]' + test_debian_13-4_0_6-jemalloc: + name: 'Test [debian-13/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2769,7 +2769,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -2787,7 +2787,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2800,11 +2800,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-13_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-13_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_4_9-normal: - name: 'Test [debian-13/3.4.9/normal]' + test_debian_13-3_4_10-normal: + name: 'Test [debian-13/3.4.10/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2812,7 +2812,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.9/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.10/normal];') permissions: id-token: write steps: @@ -2830,7 +2830,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2843,11 +2843,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-13_3.4.9_normal + ARTIFACT_NAME: tested-against-production-debian-13_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_4_9-jemalloc: - name: 'Test [debian-13/3.4.9/jemalloc]' + test_debian_13-3_4_10-jemalloc: + name: 'Test [debian-13/3.4.10/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2855,7 +2855,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.9/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -2873,7 +2873,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2886,11 +2886,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-13_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-production-debian-13_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_3_11-normal: - name: 'Test [debian-13/3.3.11/normal]' + test_debian_13-3_3_12-normal: + name: 'Test [debian-13/3.3.12/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2898,7 +2898,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.11/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.12/normal];') permissions: id-token: write steps: @@ -2916,7 +2916,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2929,11 +2929,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-13_3.3.11_normal + ARTIFACT_NAME: tested-against-production-debian-13_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_3_11-jemalloc: - name: 'Test [debian-13/3.3.11/jemalloc]' + test_debian_13-3_3_12-jemalloc: + name: 'Test [debian-13/3.3.12/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2941,7 +2941,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.11/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -2959,7 +2959,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2972,7 +2972,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-debian-13_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-production-debian-13_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3363,8 +3363,8 @@ jobs: ARTIFACT_NAME: tested-against-production-el-9_3.2_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-4_0_4-normal: - name: 'Test [el-9/4.0.4/normal]' + test_el_9-4_0_6-normal: + name: 'Test [el-9/4.0.6/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -3372,7 +3372,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.6/normal];') permissions: id-token: write steps: @@ -3390,7 +3390,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3403,11 +3403,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_4.0.4_normal + ARTIFACT_NAME: tested-against-production-el-9_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-4_0_4-jemalloc: - name: 'Test [el-9/4.0.4/jemalloc]' + test_el_9-4_0_6-jemalloc: + name: 'Test [el-9/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -3415,7 +3415,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -3433,7 +3433,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3446,11 +3446,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-production-el-9_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_4_9-normal: - name: 'Test [el-9/3.4.9/normal]' + test_el_9-3_4_10-normal: + name: 'Test [el-9/3.4.10/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -3458,7 +3458,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.9/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.10/normal];') permissions: id-token: write steps: @@ -3476,7 +3476,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3489,11 +3489,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_3.4.9_normal + ARTIFACT_NAME: tested-against-production-el-9_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_4_9-jemalloc: - name: 'Test [el-9/3.4.9/jemalloc]' + test_el_9-3_4_10-jemalloc: + name: 'Test [el-9/3.4.10/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -3501,7 +3501,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.9/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -3519,7 +3519,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3532,11 +3532,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-production-el-9_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_11-normal: - name: 'Test [el-9/3.3.11/normal]' + test_el_9-3_3_12-normal: + name: 'Test [el-9/3.3.12/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -3544,7 +3544,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.11/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.12/normal];') permissions: id-token: write steps: @@ -3562,7 +3562,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3575,11 +3575,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_3.3.11_normal + ARTIFACT_NAME: tested-against-production-el-9_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_11-jemalloc: - name: 'Test [el-9/3.3.11/jemalloc]' + test_el_9-3_3_12-jemalloc: + name: 'Test [el-9/3.3.12/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -3587,7 +3587,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.11/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -3605,7 +3605,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3618,7 +3618,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-el-9_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-production-el-9_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_el_9-3_2_11-normal: @@ -4138,8 +4138,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.2_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-4_0_4-normal: - name: 'Test [ubuntu-22.04/4.0.4/normal]' + test_ubuntu_22_04-4_0_6-normal: + name: 'Test [ubuntu-22.04/4.0.6/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -4147,7 +4147,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.6/normal];') permissions: id-token: write steps: @@ -4165,7 +4165,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4178,11 +4178,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-22.04_4.0.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-4_0_4-jemalloc: - name: 'Test [ubuntu-22.04/4.0.4/jemalloc]' + test_ubuntu_22_04-4_0_6-jemalloc: + name: 'Test [ubuntu-22.04/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -4190,7 +4190,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -4208,7 +4208,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4221,11 +4221,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-22.04_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_4_9-normal: - name: 'Test [ubuntu-22.04/3.4.9/normal]' + test_ubuntu_22_04-3_4_10-normal: + name: 'Test [ubuntu-22.04/3.4.10/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -4233,7 +4233,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.9/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.10/normal];') permissions: id-token: write steps: @@ -4251,7 +4251,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4264,11 +4264,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.4.9_normal + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_4_9-jemalloc: - name: 'Test [ubuntu-22.04/3.4.9/jemalloc]' + test_ubuntu_22_04-3_4_10-jemalloc: + name: 'Test [ubuntu-22.04/3.4.10/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -4276,7 +4276,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.9/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -4294,7 +4294,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4307,11 +4307,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.4.9_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_11-normal: - name: 'Test [ubuntu-22.04/3.3.11/normal]' + test_ubuntu_22_04-3_3_12-normal: + name: 'Test [ubuntu-22.04/3.3.12/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -4319,7 +4319,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.11/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.12/normal];') permissions: id-token: write steps: @@ -4337,7 +4337,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4350,11 +4350,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.3.11_normal + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_11-jemalloc: - name: 'Test [ubuntu-22.04/3.3.11/jemalloc]' + test_ubuntu_22_04-3_3_12-jemalloc: + name: 'Test [ubuntu-22.04/3.3.12/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -4362,7 +4362,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.11/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -4380,7 +4380,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4393,7 +4393,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.3.11_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_22_04-3_2_11-normal: @@ -4913,8 +4913,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.2_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-4_0_4-normal: - name: 'Test [ubuntu-24.04/4.0.4/normal]' + test_ubuntu_24_04-4_0_6-normal: + name: 'Test [ubuntu-24.04/4.0.6/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -4922,7 +4922,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.6/normal];') permissions: id-token: write steps: @@ -4940,7 +4940,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4953,11 +4953,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-24.04_4.0.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-4_0_4-jemalloc: - name: 'Test [ubuntu-24.04/4.0.4/jemalloc]' + test_ubuntu_24_04-4_0_6-jemalloc: + name: 'Test [ubuntu-24.04/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -4965,7 +4965,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -4983,7 +4983,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4996,11 +4996,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-24.04_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_4_9-normal: - name: 'Test [ubuntu-24.04/3.4.9/normal]' + test_ubuntu_24_04-3_4_10-normal: + name: 'Test [ubuntu-24.04/3.4.10/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -5008,7 +5008,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.9/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.10/normal];') permissions: id-token: write steps: @@ -5026,7 +5026,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -5039,11 +5039,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.4.9_normal + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_4_9-jemalloc: - name: 'Test [ubuntu-24.04/3.4.9/jemalloc]' + test_ubuntu_24_04-3_4_10-jemalloc: + name: 'Test [ubuntu-24.04/3.4.10/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -5051,7 +5051,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.9/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -5069,7 +5069,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -5082,11 +5082,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.4.9_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_11-normal: - name: 'Test [ubuntu-24.04/3.3.11/normal]' + test_ubuntu_24_04-3_3_12-normal: + name: 'Test [ubuntu-24.04/3.3.12/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -5094,7 +5094,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.11/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.12/normal];') permissions: id-token: write steps: @@ -5112,7 +5112,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -5125,11 +5125,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.3.11_normal + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_11-jemalloc: - name: 'Test [ubuntu-24.04/3.3.11/jemalloc]' + test_ubuntu_24_04-3_3_12-jemalloc: + name: 'Test [ubuntu-24.04/3.3.12/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -5137,7 +5137,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.11/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -5155,7 +5155,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -5168,7 +5168,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.3.11_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_24_04-3_2_11-normal: @@ -5321,12 +5321,12 @@ jobs: - test_centos_8-3_2-normal - test_centos_8-3_2-jemalloc - test_centos_8-3_2-malloctrim - - test_centos_8-4_0_4-normal - - test_centos_8-4_0_4-jemalloc - - test_centos_8-3_4_9-normal - - test_centos_8-3_4_9-jemalloc - - test_centos_8-3_3_11-normal - - test_centos_8-3_3_11-jemalloc + - test_centos_8-4_0_6-normal + - test_centos_8-4_0_6-jemalloc + - test_centos_8-3_4_10-normal + - test_centos_8-3_4_10-jemalloc + - test_centos_8-3_3_12-normal + - test_centos_8-3_3_12-jemalloc - test_centos_8-3_2_11-normal - test_centos_8-3_2_11-jemalloc - test_centos_8-3_2_11-malloctrim @@ -5339,12 +5339,12 @@ jobs: - test_debian_11-3_2-normal - test_debian_11-3_2-jemalloc - test_debian_11-3_2-malloctrim - - test_debian_11-4_0_4-normal - - test_debian_11-4_0_4-jemalloc - - test_debian_11-3_4_9-normal - - test_debian_11-3_4_9-jemalloc - - test_debian_11-3_3_11-normal - - test_debian_11-3_3_11-jemalloc + - test_debian_11-4_0_6-normal + - test_debian_11-4_0_6-jemalloc + - test_debian_11-3_4_10-normal + - test_debian_11-3_4_10-jemalloc + - test_debian_11-3_3_12-normal + - test_debian_11-3_3_12-jemalloc - test_debian_11-3_2_11-normal - test_debian_11-3_2_11-jemalloc - test_debian_11-3_2_11-malloctrim @@ -5357,12 +5357,12 @@ jobs: - test_debian_12-3_2-normal - test_debian_12-3_2-jemalloc - test_debian_12-3_2-malloctrim - - test_debian_12-4_0_4-normal - - test_debian_12-4_0_4-jemalloc - - test_debian_12-3_4_9-normal - - test_debian_12-3_4_9-jemalloc - - test_debian_12-3_3_11-normal - - test_debian_12-3_3_11-jemalloc + - test_debian_12-4_0_6-normal + - test_debian_12-4_0_6-jemalloc + - test_debian_12-3_4_10-normal + - test_debian_12-3_4_10-jemalloc + - test_debian_12-3_3_12-normal + - test_debian_12-3_3_12-jemalloc - test_debian_12-3_2_11-normal - test_debian_12-3_2_11-jemalloc - test_debian_12-3_2_11-malloctrim @@ -5372,12 +5372,12 @@ jobs: - test_debian_13-3_4-jemalloc - test_debian_13-3_3-normal - test_debian_13-3_3-jemalloc - - test_debian_13-4_0_4-normal - - test_debian_13-4_0_4-jemalloc - - test_debian_13-3_4_9-normal - - test_debian_13-3_4_9-jemalloc - - test_debian_13-3_3_11-normal - - test_debian_13-3_3_11-jemalloc + - test_debian_13-4_0_6-normal + - test_debian_13-4_0_6-jemalloc + - test_debian_13-3_4_10-normal + - test_debian_13-3_4_10-jemalloc + - test_debian_13-3_3_12-normal + - test_debian_13-3_3_12-jemalloc - test_el_9-4_0-normal - test_el_9-4_0-jemalloc - test_el_9-3_4-normal @@ -5387,12 +5387,12 @@ jobs: - test_el_9-3_2-normal - test_el_9-3_2-jemalloc - test_el_9-3_2-malloctrim - - test_el_9-4_0_4-normal - - test_el_9-4_0_4-jemalloc - - test_el_9-3_4_9-normal - - test_el_9-3_4_9-jemalloc - - test_el_9-3_3_11-normal - - test_el_9-3_3_11-jemalloc + - test_el_9-4_0_6-normal + - test_el_9-4_0_6-jemalloc + - test_el_9-3_4_10-normal + - test_el_9-3_4_10-jemalloc + - test_el_9-3_3_12-normal + - test_el_9-3_3_12-jemalloc - test_el_9-3_2_11-normal - test_el_9-3_2_11-jemalloc - test_el_9-3_2_11-malloctrim @@ -5405,12 +5405,12 @@ jobs: - test_ubuntu_22_04-3_2-normal - test_ubuntu_22_04-3_2-jemalloc - test_ubuntu_22_04-3_2-malloctrim - - test_ubuntu_22_04-4_0_4-normal - - test_ubuntu_22_04-4_0_4-jemalloc - - test_ubuntu_22_04-3_4_9-normal - - test_ubuntu_22_04-3_4_9-jemalloc - - test_ubuntu_22_04-3_3_11-normal - - test_ubuntu_22_04-3_3_11-jemalloc + - test_ubuntu_22_04-4_0_6-normal + - test_ubuntu_22_04-4_0_6-jemalloc + - test_ubuntu_22_04-3_4_10-normal + - test_ubuntu_22_04-3_4_10-jemalloc + - test_ubuntu_22_04-3_3_12-normal + - test_ubuntu_22_04-3_3_12-jemalloc - test_ubuntu_22_04-3_2_11-normal - test_ubuntu_22_04-3_2_11-jemalloc - test_ubuntu_22_04-3_2_11-malloctrim @@ -5423,12 +5423,12 @@ jobs: - test_ubuntu_24_04-3_2-normal - test_ubuntu_24_04-3_2-jemalloc - test_ubuntu_24_04-3_2-malloctrim - - test_ubuntu_24_04-4_0_4-normal - - test_ubuntu_24_04-4_0_4-jemalloc - - test_ubuntu_24_04-3_4_9-normal - - test_ubuntu_24_04-3_4_9-jemalloc - - test_ubuntu_24_04-3_3_11-normal - - test_ubuntu_24_04-3_3_11-jemalloc + - test_ubuntu_24_04-4_0_6-normal + - test_ubuntu_24_04-4_0_6-jemalloc + - test_ubuntu_24_04-3_4_10-normal + - test_ubuntu_24_04-3_4_10-jemalloc + - test_ubuntu_24_04-3_3_12-normal + - test_ubuntu_24_04-3_3_12-jemalloc - test_ubuntu_24_04-3_2_11-normal - test_ubuntu_24_04-3_2_11-jemalloc - test_ubuntu_24_04-3_2_11-malloctrim @@ -5509,48 +5509,48 @@ jobs: && needs.test_centos_8-3_2-malloctrim.result != 'success' && (needs.test_centos_8-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.2/malloctrim];')) - - name: Check whether 'Test [centos-8/4.0.4/normal]' did not fail + - name: Check whether 'Test [centos-8/4.0.6/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-4_0_4-normal.result != 'success' - && (needs.test_centos_8-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.4/normal];')) - - name: Check whether 'Test [centos-8/4.0.4/jemalloc]' did not fail + && needs.test_centos_8-4_0_6-normal.result != 'success' + && (needs.test_centos_8-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.6/normal];')) + - name: Check whether 'Test [centos-8/4.0.6/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-4_0_4-jemalloc.result != 'success' - && (needs.test_centos_8-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.4/jemalloc];')) - - name: Check whether 'Test [centos-8/3.4.9/normal]' did not fail + && needs.test_centos_8-4_0_6-jemalloc.result != 'success' + && (needs.test_centos_8-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/4.0.6/jemalloc];')) + - name: Check whether 'Test [centos-8/3.4.10/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_4_9-normal.result != 'success' - && (needs.test_centos_8-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.4.9/normal];')) - - name: Check whether 'Test [centos-8/3.4.9/jemalloc]' did not fail + && needs.test_centos_8-3_4_10-normal.result != 'success' + && (needs.test_centos_8-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.4.10/normal];')) + - name: Check whether 'Test [centos-8/3.4.10/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_4_9-jemalloc.result != 'success' - && (needs.test_centos_8-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.4.9/jemalloc];')) - - name: Check whether 'Test [centos-8/3.3.11/normal]' did not fail + && needs.test_centos_8-3_4_10-jemalloc.result != 'success' + && (needs.test_centos_8-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.4.10/jemalloc];')) + - name: Check whether 'Test [centos-8/3.3.12/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_3_11-normal.result != 'success' - && (needs.test_centos_8-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.11/normal];')) - - name: Check whether 'Test [centos-8/3.3.11/jemalloc]' did not fail + && needs.test_centos_8-3_3_12-normal.result != 'success' + && (needs.test_centos_8-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.12/normal];')) + - name: Check whether 'Test [centos-8/3.3.12/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_3_11-jemalloc.result != 'success' - && (needs.test_centos_8-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.11/jemalloc];')) + && needs.test_centos_8-3_3_12-jemalloc.result != 'success' + && (needs.test_centos_8-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.12/jemalloc];')) - name: Check whether 'Test [centos-8/3.2.11/normal]' did not fail run: 'false' if: | @@ -5635,48 +5635,48 @@ jobs: && needs.test_debian_11-3_2-malloctrim.result != 'success' && (needs.test_debian_11-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.2/malloctrim];')) - - name: Check whether 'Test [debian-11/4.0.4/normal]' did not fail + - name: Check whether 'Test [debian-11/4.0.6/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-4_0_4-normal.result != 'success' - && (needs.test_debian_11-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.4/normal];')) - - name: Check whether 'Test [debian-11/4.0.4/jemalloc]' did not fail + && needs.test_debian_11-4_0_6-normal.result != 'success' + && (needs.test_debian_11-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.6/normal];')) + - name: Check whether 'Test [debian-11/4.0.6/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-4_0_4-jemalloc.result != 'success' - && (needs.test_debian_11-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.4/jemalloc];')) - - name: Check whether 'Test [debian-11/3.4.9/normal]' did not fail + && needs.test_debian_11-4_0_6-jemalloc.result != 'success' + && (needs.test_debian_11-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/4.0.6/jemalloc];')) + - name: Check whether 'Test [debian-11/3.4.10/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_4_9-normal.result != 'success' - && (needs.test_debian_11-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.9/normal];')) - - name: Check whether 'Test [debian-11/3.4.9/jemalloc]' did not fail + && needs.test_debian_11-3_4_10-normal.result != 'success' + && (needs.test_debian_11-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.10/normal];')) + - name: Check whether 'Test [debian-11/3.4.10/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_4_9-jemalloc.result != 'success' - && (needs.test_debian_11-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.9/jemalloc];')) - - name: Check whether 'Test [debian-11/3.3.11/normal]' did not fail + && needs.test_debian_11-3_4_10-jemalloc.result != 'success' + && (needs.test_debian_11-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.4.10/jemalloc];')) + - name: Check whether 'Test [debian-11/3.3.12/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_3_11-normal.result != 'success' - && (needs.test_debian_11-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.11/normal];')) - - name: Check whether 'Test [debian-11/3.3.11/jemalloc]' did not fail + && needs.test_debian_11-3_3_12-normal.result != 'success' + && (needs.test_debian_11-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.12/normal];')) + - name: Check whether 'Test [debian-11/3.3.12/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_3_11-jemalloc.result != 'success' - && (needs.test_debian_11-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.11/jemalloc];')) + && needs.test_debian_11-3_3_12-jemalloc.result != 'success' + && (needs.test_debian_11-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.12/jemalloc];')) - name: Check whether 'Test [debian-11/3.2.11/normal]' did not fail run: 'false' if: | @@ -5761,48 +5761,48 @@ jobs: && needs.test_debian_12-3_2-malloctrim.result != 'success' && (needs.test_debian_12-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.2/malloctrim];')) - - name: Check whether 'Test [debian-12/4.0.4/normal]' did not fail + - name: Check whether 'Test [debian-12/4.0.6/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-4_0_4-normal.result != 'success' - && (needs.test_debian_12-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.4/normal];')) - - name: Check whether 'Test [debian-12/4.0.4/jemalloc]' did not fail + && needs.test_debian_12-4_0_6-normal.result != 'success' + && (needs.test_debian_12-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.6/normal];')) + - name: Check whether 'Test [debian-12/4.0.6/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-4_0_4-jemalloc.result != 'success' - && (needs.test_debian_12-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.4/jemalloc];')) - - name: Check whether 'Test [debian-12/3.4.9/normal]' did not fail + && needs.test_debian_12-4_0_6-jemalloc.result != 'success' + && (needs.test_debian_12-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/4.0.6/jemalloc];')) + - name: Check whether 'Test [debian-12/3.4.10/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_4_9-normal.result != 'success' - && (needs.test_debian_12-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.9/normal];')) - - name: Check whether 'Test [debian-12/3.4.9/jemalloc]' did not fail + && needs.test_debian_12-3_4_10-normal.result != 'success' + && (needs.test_debian_12-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.10/normal];')) + - name: Check whether 'Test [debian-12/3.4.10/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_4_9-jemalloc.result != 'success' - && (needs.test_debian_12-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.9/jemalloc];')) - - name: Check whether 'Test [debian-12/3.3.11/normal]' did not fail + && needs.test_debian_12-3_4_10-jemalloc.result != 'success' + && (needs.test_debian_12-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.4.10/jemalloc];')) + - name: Check whether 'Test [debian-12/3.3.12/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_3_11-normal.result != 'success' - && (needs.test_debian_12-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.11/normal];')) - - name: Check whether 'Test [debian-12/3.3.11/jemalloc]' did not fail + && needs.test_debian_12-3_3_12-normal.result != 'success' + && (needs.test_debian_12-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.12/normal];')) + - name: Check whether 'Test [debian-12/3.3.12/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_3_11-jemalloc.result != 'success' - && (needs.test_debian_12-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.11/jemalloc];')) + && needs.test_debian_12-3_3_12-jemalloc.result != 'success' + && (needs.test_debian_12-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.12/jemalloc];')) - name: Check whether 'Test [debian-12/3.2.11/normal]' did not fail run: 'false' if: | @@ -5866,48 +5866,48 @@ jobs: && needs.test_debian_13-3_3-jemalloc.result != 'success' && (needs.test_debian_13-3_3-jemalloc.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3/jemalloc];')) - - name: Check whether 'Test [debian-13/4.0.4/normal]' did not fail + - name: Check whether 'Test [debian-13/4.0.6/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_13-4_0_4-normal.result != 'success' - && (needs.test_debian_13-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.4/normal];')) - - name: Check whether 'Test [debian-13/4.0.4/jemalloc]' did not fail + && needs.test_debian_13-4_0_6-normal.result != 'success' + && (needs.test_debian_13-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.6/normal];')) + - name: Check whether 'Test [debian-13/4.0.6/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_13-4_0_4-jemalloc.result != 'success' - && (needs.test_debian_13-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.4/jemalloc];')) - - name: Check whether 'Test [debian-13/3.4.9/normal]' did not fail + && needs.test_debian_13-4_0_6-jemalloc.result != 'success' + && (needs.test_debian_13-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/4.0.6/jemalloc];')) + - name: Check whether 'Test [debian-13/3.4.10/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_13-3_4_9-normal.result != 'success' - && (needs.test_debian_13-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.9/normal];')) - - name: Check whether 'Test [debian-13/3.4.9/jemalloc]' did not fail + && needs.test_debian_13-3_4_10-normal.result != 'success' + && (needs.test_debian_13-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.10/normal];')) + - name: Check whether 'Test [debian-13/3.4.10/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_13-3_4_9-jemalloc.result != 'success' - && (needs.test_debian_13-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.9/jemalloc];')) - - name: Check whether 'Test [debian-13/3.3.11/normal]' did not fail + && needs.test_debian_13-3_4_10-jemalloc.result != 'success' + && (needs.test_debian_13-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.4.10/jemalloc];')) + - name: Check whether 'Test [debian-13/3.3.12/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_13-3_3_11-normal.result != 'success' - && (needs.test_debian_13-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.11/normal];')) - - name: Check whether 'Test [debian-13/3.3.11/jemalloc]' did not fail + && needs.test_debian_13-3_3_12-normal.result != 'success' + && (needs.test_debian_13-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.12/normal];')) + - name: Check whether 'Test [debian-13/3.3.12/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_13-3_3_11-jemalloc.result != 'success' - && (needs.test_debian_13-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.11/jemalloc];')) + && needs.test_debian_13-3_3_12-jemalloc.result != 'success' + && (needs.test_debian_13-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-13/3.3.12/jemalloc];')) - name: Check whether 'Test [el-9/4.0/normal]' did not fail run: 'false' if: | @@ -5971,48 +5971,48 @@ jobs: && needs.test_el_9-3_2-malloctrim.result != 'success' && (needs.test_el_9-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.2/malloctrim];')) - - name: Check whether 'Test [el-9/4.0.4/normal]' did not fail + - name: Check whether 'Test [el-9/4.0.6/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-4_0_4-normal.result != 'success' - && (needs.test_el_9-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.4/normal];')) - - name: Check whether 'Test [el-9/4.0.4/jemalloc]' did not fail + && needs.test_el_9-4_0_6-normal.result != 'success' + && (needs.test_el_9-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.6/normal];')) + - name: Check whether 'Test [el-9/4.0.6/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-4_0_4-jemalloc.result != 'success' - && (needs.test_el_9-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.4/jemalloc];')) - - name: Check whether 'Test [el-9/3.4.9/normal]' did not fail + && needs.test_el_9-4_0_6-jemalloc.result != 'success' + && (needs.test_el_9-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/4.0.6/jemalloc];')) + - name: Check whether 'Test [el-9/3.4.10/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_4_9-normal.result != 'success' - && (needs.test_el_9-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.9/normal];')) - - name: Check whether 'Test [el-9/3.4.9/jemalloc]' did not fail + && needs.test_el_9-3_4_10-normal.result != 'success' + && (needs.test_el_9-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.10/normal];')) + - name: Check whether 'Test [el-9/3.4.10/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_4_9-jemalloc.result != 'success' - && (needs.test_el_9-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.9/jemalloc];')) - - name: Check whether 'Test [el-9/3.3.11/normal]' did not fail + && needs.test_el_9-3_4_10-jemalloc.result != 'success' + && (needs.test_el_9-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.4.10/jemalloc];')) + - name: Check whether 'Test [el-9/3.3.12/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_3_11-normal.result != 'success' - && (needs.test_el_9-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.11/normal];')) - - name: Check whether 'Test [el-9/3.3.11/jemalloc]' did not fail + && needs.test_el_9-3_3_12-normal.result != 'success' + && (needs.test_el_9-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.12/normal];')) + - name: Check whether 'Test [el-9/3.3.12/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_3_11-jemalloc.result != 'success' - && (needs.test_el_9-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.11/jemalloc];')) + && needs.test_el_9-3_3_12-jemalloc.result != 'success' + && (needs.test_el_9-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.12/jemalloc];')) - name: Check whether 'Test [el-9/3.2.11/normal]' did not fail run: 'false' if: | @@ -6097,48 +6097,48 @@ jobs: && needs.test_ubuntu_22_04-3_2-malloctrim.result != 'success' && (needs.test_ubuntu_22_04-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.2/malloctrim];')) - - name: Check whether 'Test [ubuntu-22.04/4.0.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-22.04/4.0.6/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-4_0_4-normal.result != 'success' - && (needs.test_ubuntu_22_04-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.4/normal];')) - - name: Check whether 'Test [ubuntu-22.04/4.0.4/jemalloc]' did not fail + && needs.test_ubuntu_22_04-4_0_6-normal.result != 'success' + && (needs.test_ubuntu_22_04-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.6/normal];')) + - name: Check whether 'Test [ubuntu-22.04/4.0.6/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-4_0_4-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.4.9/normal]' did not fail + && needs.test_ubuntu_22_04-4_0_6-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/4.0.6/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.4.10/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_4_9-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.9/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.4.9/jemalloc]' did not fail + && needs.test_ubuntu_22_04-3_4_10-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.10/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.4.10/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_4_9-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.9/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.11/normal]' did not fail + && needs.test_ubuntu_22_04-3_4_10-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.4.10/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.12/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_3_11-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.11/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.11/jemalloc]' did not fail + && needs.test_ubuntu_22_04-3_3_12-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.12/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.12/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_3_11-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.11/jemalloc];')) + && needs.test_ubuntu_22_04-3_3_12-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.12/jemalloc];')) - name: Check whether 'Test [ubuntu-22.04/3.2.11/normal]' did not fail run: 'false' if: | @@ -6223,48 +6223,48 @@ jobs: && needs.test_ubuntu_24_04-3_2-malloctrim.result != 'success' && (needs.test_ubuntu_24_04-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.2/malloctrim];')) - - name: Check whether 'Test [ubuntu-24.04/4.0.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-24.04/4.0.6/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-4_0_4-normal.result != 'success' - && (needs.test_ubuntu_24_04-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.4/normal];')) - - name: Check whether 'Test [ubuntu-24.04/4.0.4/jemalloc]' did not fail + && needs.test_ubuntu_24_04-4_0_6-normal.result != 'success' + && (needs.test_ubuntu_24_04-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.6/normal];')) + - name: Check whether 'Test [ubuntu-24.04/4.0.6/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-4_0_4-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.4.9/normal]' did not fail + && needs.test_ubuntu_24_04-4_0_6-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/4.0.6/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.4.10/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_4_9-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.9/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.4.9/jemalloc]' did not fail + && needs.test_ubuntu_24_04-3_4_10-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.10/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.4.10/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_4_9-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.9/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.11/normal]' did not fail + && needs.test_ubuntu_24_04-3_4_10-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.4.10/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.12/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_3_11-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.11/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.11/jemalloc]' did not fail + && needs.test_ubuntu_24_04-3_3_12-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.12/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.12/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_3_11-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.11/jemalloc];')) + && needs.test_ubuntu_24_04-3_3_12-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.12/jemalloc];')) - name: Check whether 'Test [ubuntu-24.04/3.2.11/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 0afe894..4bf785b 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_4.0_centos-8_normal ruby-pkg_4.0_centos-8_jemalloc ruby-pkg_3.4_centos-8_normal ruby-pkg_3.4_centos-8_jemalloc ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_4.0.4_centos-8_normal ruby-pkg_4.0.4_centos-8_jemalloc ruby-pkg_3.4.9_centos-8_normal ruby-pkg_3.4.9_centos-8_jemalloc ruby-pkg_3.3.11_centos-8_normal ruby-pkg_3.3.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_normal ruby-pkg_3.2.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_malloctrim ruby-pkg_4.0_debian-11_normal ruby-pkg_4.0_debian-11_jemalloc ruby-pkg_3.4_debian-11_normal ruby-pkg_3.4_debian-11_jemalloc ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_4.0.4_debian-11_normal ruby-pkg_4.0.4_debian-11_jemalloc ruby-pkg_3.4.9_debian-11_normal ruby-pkg_3.4.9_debian-11_jemalloc ruby-pkg_3.3.11_debian-11_normal ruby-pkg_3.3.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_normal ruby-pkg_3.2.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_malloctrim ruby-pkg_4.0_debian-12_normal ruby-pkg_4.0_debian-12_jemalloc ruby-pkg_3.4_debian-12_normal ruby-pkg_3.4_debian-12_jemalloc ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_4.0.4_debian-12_normal ruby-pkg_4.0.4_debian-12_jemalloc ruby-pkg_3.4.9_debian-12_normal ruby-pkg_3.4.9_debian-12_jemalloc ruby-pkg_3.3.11_debian-12_normal ruby-pkg_3.3.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_normal ruby-pkg_3.2.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_malloctrim ruby-pkg_4.0_debian-13_normal ruby-pkg_4.0_debian-13_jemalloc ruby-pkg_3.4_debian-13_normal ruby-pkg_3.4_debian-13_jemalloc ruby-pkg_3.3_debian-13_normal ruby-pkg_3.3_debian-13_jemalloc ruby-pkg_4.0.4_debian-13_normal ruby-pkg_4.0.4_debian-13_jemalloc ruby-pkg_3.4.9_debian-13_normal ruby-pkg_3.4.9_debian-13_jemalloc ruby-pkg_3.3.11_debian-13_normal ruby-pkg_3.3.11_debian-13_jemalloc ruby-pkg_4.0_el-9_normal ruby-pkg_4.0_el-9_jemalloc ruby-pkg_3.4_el-9_normal ruby-pkg_3.4_el-9_jemalloc ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_4.0.4_el-9_normal ruby-pkg_4.0.4_el-9_jemalloc ruby-pkg_3.4.9_el-9_normal ruby-pkg_3.4.9_el-9_jemalloc ruby-pkg_3.3.11_el-9_normal ruby-pkg_3.3.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_normal ruby-pkg_3.2.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_malloctrim ruby-pkg_4.0_ubuntu-22.04_normal ruby-pkg_4.0_ubuntu-22.04_jemalloc ruby-pkg_3.4_ubuntu-22.04_normal ruby-pkg_3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc 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_4.0.4_ubuntu-22.04_normal ruby-pkg_4.0.4_ubuntu-22.04_jemalloc ruby-pkg_3.4.9_ubuntu-22.04_normal ruby-pkg_3.4.9_ubuntu-22.04_jemalloc ruby-pkg_3.3.11_ubuntu-22.04_normal ruby-pkg_3.3.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_normal ruby-pkg_3.2.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_malloctrim ruby-pkg_4.0_ubuntu-24.04_normal ruby-pkg_4.0_ubuntu-24.04_jemalloc ruby-pkg_3.4_ubuntu-24.04_normal ruby-pkg_3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc 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_4.0.4_ubuntu-24.04_normal ruby-pkg_4.0.4_ubuntu-24.04_jemalloc ruby-pkg_3.4.9_ubuntu-24.04_normal ruby-pkg_3.4.9_ubuntu-24.04_jemalloc ruby-pkg_3.3.11_ubuntu-24.04_normal ruby-pkg_3.3.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_normal ruby-pkg_3.2.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_malloctrim + ruby-pkg_4.0_centos-8_normal ruby-pkg_4.0_centos-8_jemalloc ruby-pkg_3.4_centos-8_normal ruby-pkg_3.4_centos-8_jemalloc ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_4.0.6_centos-8_normal ruby-pkg_4.0.6_centos-8_jemalloc ruby-pkg_3.4.10_centos-8_normal ruby-pkg_3.4.10_centos-8_jemalloc ruby-pkg_3.3.12_centos-8_normal ruby-pkg_3.3.12_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_normal ruby-pkg_3.2.11_centos-8_jemalloc ruby-pkg_3.2.11_centos-8_malloctrim ruby-pkg_4.0_debian-11_normal ruby-pkg_4.0_debian-11_jemalloc ruby-pkg_3.4_debian-11_normal ruby-pkg_3.4_debian-11_jemalloc ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_4.0.6_debian-11_normal ruby-pkg_4.0.6_debian-11_jemalloc ruby-pkg_3.4.10_debian-11_normal ruby-pkg_3.4.10_debian-11_jemalloc ruby-pkg_3.3.12_debian-11_normal ruby-pkg_3.3.12_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_normal ruby-pkg_3.2.11_debian-11_jemalloc ruby-pkg_3.2.11_debian-11_malloctrim ruby-pkg_4.0_debian-12_normal ruby-pkg_4.0_debian-12_jemalloc ruby-pkg_3.4_debian-12_normal ruby-pkg_3.4_debian-12_jemalloc ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_4.0.6_debian-12_normal ruby-pkg_4.0.6_debian-12_jemalloc ruby-pkg_3.4.10_debian-12_normal ruby-pkg_3.4.10_debian-12_jemalloc ruby-pkg_3.3.12_debian-12_normal ruby-pkg_3.3.12_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_normal ruby-pkg_3.2.11_debian-12_jemalloc ruby-pkg_3.2.11_debian-12_malloctrim ruby-pkg_4.0_debian-13_normal ruby-pkg_4.0_debian-13_jemalloc ruby-pkg_3.4_debian-13_normal ruby-pkg_3.4_debian-13_jemalloc ruby-pkg_3.3_debian-13_normal ruby-pkg_3.3_debian-13_jemalloc ruby-pkg_4.0.6_debian-13_normal ruby-pkg_4.0.6_debian-13_jemalloc ruby-pkg_3.4.10_debian-13_normal ruby-pkg_3.4.10_debian-13_jemalloc ruby-pkg_3.3.12_debian-13_normal ruby-pkg_3.3.12_debian-13_jemalloc ruby-pkg_4.0_el-9_normal ruby-pkg_4.0_el-9_jemalloc ruby-pkg_3.4_el-9_normal ruby-pkg_3.4_el-9_jemalloc ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_4.0.6_el-9_normal ruby-pkg_4.0.6_el-9_jemalloc ruby-pkg_3.4.10_el-9_normal ruby-pkg_3.4.10_el-9_jemalloc ruby-pkg_3.3.12_el-9_normal ruby-pkg_3.3.12_el-9_jemalloc ruby-pkg_3.2.11_el-9_normal ruby-pkg_3.2.11_el-9_jemalloc ruby-pkg_3.2.11_el-9_malloctrim ruby-pkg_4.0_ubuntu-22.04_normal ruby-pkg_4.0_ubuntu-22.04_jemalloc ruby-pkg_3.4_ubuntu-22.04_normal ruby-pkg_3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc 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_4.0.6_ubuntu-22.04_normal ruby-pkg_4.0.6_ubuntu-22.04_jemalloc ruby-pkg_3.4.10_ubuntu-22.04_normal ruby-pkg_3.4.10_ubuntu-22.04_jemalloc ruby-pkg_3.3.12_ubuntu-22.04_normal ruby-pkg_3.3.12_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_normal ruby-pkg_3.2.11_ubuntu-22.04_jemalloc ruby-pkg_3.2.11_ubuntu-22.04_malloctrim ruby-pkg_4.0_ubuntu-24.04_normal ruby-pkg_4.0_ubuntu-24.04_jemalloc ruby-pkg_3.4_ubuntu-24.04_normal ruby-pkg_3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc 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_4.0.6_ubuntu-24.04_normal ruby-pkg_4.0.6_ubuntu-24.04_jemalloc ruby-pkg_3.4.10_ubuntu-24.04_normal ruby-pkg_3.4.10_ubuntu-24.04_jemalloc ruby-pkg_3.3.12_ubuntu-24.04_normal ruby-pkg_3.3.12_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_normal ruby-pkg_3.2.11_ubuntu-24.04_jemalloc ruby-pkg_3.2.11_ubuntu-24.04_malloctrim ARTIFACT_PATH: pkgs CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -491,14 +491,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-4_0_4-normal: - name: 'Test [centos-8/4.0.4/normal]' + test_centos_8-4_0_6-normal: + name: 'Test [centos-8/4.0.6/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.6/normal];') permissions: id-token: write steps: @@ -516,7 +516,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -529,18 +529,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-centos-8_4.0.4_normal + ARTIFACT_NAME: tested-against-test-centos-8_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-4_0_4-jemalloc: - name: 'Test [centos-8/4.0.4/jemalloc]' + test_centos_8-4_0_6-jemalloc: + name: 'Test [centos-8/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -558,7 +558,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -571,18 +571,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-centos-8_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-test-centos-8_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_4_9-normal: - name: 'Test [centos-8/3.4.9/normal]' + test_centos_8-3_4_10-normal: + name: 'Test [centos-8/3.4.10/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.4.9/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.4.10/normal];') permissions: id-token: write steps: @@ -600,7 +600,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "centos-8" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -613,18 +613,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-centos-8_3.4.9_normal + ARTIFACT_NAME: tested-against-test-centos-8_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_4_9-jemalloc: - name: 'Test [centos-8/3.4.9/jemalloc]' + test_centos_8-3_4_10-jemalloc: + name: 'Test [centos-8/3.4.10/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.4.9/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.4.10/jemalloc];') 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.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -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.4.9_jemalloc + ARTIFACT_NAME: tested-against-test-centos-8_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_11-normal: - name: 'Test [centos-8/3.3.11/normal]' + test_centos_8-3_3_12-normal: + name: 'Test [centos-8/3.3.12/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.3.11/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.12/normal];') 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.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -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.3.11_normal + ARTIFACT_NAME: tested-against-test-centos-8_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_11-jemalloc: - name: 'Test [centos-8/3.3.11/jemalloc]' + test_centos_8-3_3_12-jemalloc: + name: 'Test [centos-8/3.3.12/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.3.11/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.12/jemalloc];') 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.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -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.3.11_jemalloc + ARTIFACT_NAME: tested-against-test-centos-8_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1248,14 +1248,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-4_0_4-normal: - name: 'Test [debian-11/4.0.4/normal]' + test_debian_11-4_0_6-normal: + name: 'Test [debian-11/4.0.6/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.6/normal];') permissions: id-token: write steps: @@ -1273,7 +1273,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1286,18 +1286,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_4.0.4_normal + ARTIFACT_NAME: tested-against-test-debian-11_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-4_0_4-jemalloc: - name: 'Test [debian-11/4.0.4/jemalloc]' + test_debian_11-4_0_6-jemalloc: + name: 'Test [debian-11/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -1315,7 +1315,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1328,18 +1328,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-11_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_4_9-normal: - name: 'Test [debian-11/3.4.9/normal]' + test_debian_11-3_4_10-normal: + name: 'Test [debian-11/3.4.10/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.4.9/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.4.10/normal];') permissions: id-token: write steps: @@ -1357,7 +1357,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1370,18 +1370,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_3.4.9_normal + ARTIFACT_NAME: tested-against-test-debian-11_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_4_9-jemalloc: - name: 'Test [debian-11/3.4.9/jemalloc]' + test_debian_11-3_4_10-jemalloc: + name: 'Test [debian-11/3.4.10/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.4.9/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -1399,7 +1399,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1412,18 +1412,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-test-debian-11_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_11-normal: - name: 'Test [debian-11/3.3.11/normal]' + test_debian_11-3_3_12-normal: + name: 'Test [debian-11/3.3.12/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.3.11/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.12/normal];') permissions: id-token: write steps: @@ -1441,7 +1441,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -1454,18 +1454,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_3.3.11_normal + ARTIFACT_NAME: tested-against-test-debian-11_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_11-jemalloc: - name: 'Test [debian-11/3.3.11/jemalloc]' + test_debian_11-3_3_12-jemalloc: + name: 'Test [debian-11/3.3.12/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.3.11/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -1483,7 +1483,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -1496,7 +1496,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-11_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-test-debian-11_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2005,14 +2005,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-4_0_4-normal: - name: 'Test [debian-12/4.0.4/normal]' + test_debian_12-4_0_6-normal: + name: 'Test [debian-12/4.0.6/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.6/normal];') permissions: id-token: write steps: @@ -2030,7 +2030,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2043,18 +2043,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_4.0.4_normal + ARTIFACT_NAME: tested-against-test-debian-12_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-4_0_4-jemalloc: - name: 'Test [debian-12/4.0.4/jemalloc]' + test_debian_12-4_0_6-jemalloc: + name: 'Test [debian-12/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -2072,7 +2072,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2085,18 +2085,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-12_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_4_9-normal: - name: 'Test [debian-12/3.4.9/normal]' + test_debian_12-3_4_10-normal: + name: 'Test [debian-12/3.4.10/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.4.9/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.4.10/normal];') permissions: id-token: write steps: @@ -2114,7 +2114,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2127,18 +2127,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_3.4.9_normal + ARTIFACT_NAME: tested-against-test-debian-12_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_4_9-jemalloc: - name: 'Test [debian-12/3.4.9/jemalloc]' + test_debian_12-3_4_10-jemalloc: + name: 'Test [debian-12/3.4.10/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.4.9/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -2156,7 +2156,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2169,18 +2169,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-test-debian-12_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_11-normal: - name: 'Test [debian-12/3.3.11/normal]' + test_debian_12-3_3_12-normal: + name: 'Test [debian-12/3.3.12/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.3.11/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.12/normal];') permissions: id-token: write steps: @@ -2198,7 +2198,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2211,18 +2211,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_3.3.11_normal + ARTIFACT_NAME: tested-against-test-debian-12_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_11-jemalloc: - name: 'Test [debian-12/3.3.11/jemalloc]' + test_debian_12-3_3_12-jemalloc: + name: 'Test [debian-12/3.3.12/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.3.11/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -2240,7 +2240,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2253,7 +2253,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-12_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-test-debian-12_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2636,14 +2636,14 @@ jobs: ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-4_0_4-normal: - name: 'Test [debian-13/4.0.4/normal]' + test_debian_13-4_0_6-normal: + name: 'Test [debian-13/4.0.6/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.6/normal];') permissions: id-token: write steps: @@ -2661,7 +2661,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2674,18 +2674,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-13_4.0.4_normal + ARTIFACT_NAME: tested-against-test-debian-13_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-4_0_4-jemalloc: - name: 'Test [debian-13/4.0.4/jemalloc]' + test_debian_13-4_0_6-jemalloc: + name: 'Test [debian-13/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -2703,7 +2703,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2716,18 +2716,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-13_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-13_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_4_9-normal: - name: 'Test [debian-13/3.4.9/normal]' + test_debian_13-3_4_10-normal: + name: 'Test [debian-13/3.4.10/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.9/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.10/normal];') permissions: id-token: write steps: @@ -2745,7 +2745,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2758,18 +2758,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-13_3.4.9_normal + ARTIFACT_NAME: tested-against-test-debian-13_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_4_9-jemalloc: - name: 'Test [debian-13/3.4.9/jemalloc]' + test_debian_13-3_4_10-jemalloc: + name: 'Test [debian-13/3.4.10/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.9/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -2787,7 +2787,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2800,18 +2800,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-13_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-test-debian-13_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_3_11-normal: - name: 'Test [debian-13/3.3.11/normal]' + test_debian_13-3_3_12-normal: + name: 'Test [debian-13/3.3.12/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.11/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.12/normal];') permissions: id-token: write steps: @@ -2829,7 +2829,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2842,18 +2842,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-13_3.3.11_normal + ARTIFACT_NAME: tested-against-test-debian-13_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_13-3_3_11-jemalloc: - name: 'Test [debian-13/3.3.11/jemalloc]' + test_debian_13-3_3_12-jemalloc: + name: 'Test [debian-13/3.3.12/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.11/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -2871,7 +2871,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-13" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2884,7 +2884,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-debian-13_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-test-debian-13_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3267,14 +3267,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-4_0_4-normal: - name: 'Test [el-9/4.0.4/normal]' + test_el_9-4_0_6-normal: + name: 'Test [el-9/4.0.6/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.6/normal];') permissions: id-token: write steps: @@ -3292,7 +3292,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3305,18 +3305,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_4.0.4_normal + ARTIFACT_NAME: tested-against-test-el-9_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-4_0_4-jemalloc: - name: 'Test [el-9/4.0.4/jemalloc]' + test_el_9-4_0_6-jemalloc: + name: 'Test [el-9/4.0.6/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -3334,7 +3334,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3347,18 +3347,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-test-el-9_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_4_9-normal: - name: 'Test [el-9/3.4.9/normal]' + test_el_9-3_4_10-normal: + name: 'Test [el-9/3.4.10/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.4.9/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.4.10/normal];') permissions: id-token: write steps: @@ -3376,7 +3376,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3389,18 +3389,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_3.4.9_normal + ARTIFACT_NAME: tested-against-test-el-9_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_4_9-jemalloc: - name: 'Test [el-9/3.4.9/jemalloc]' + test_el_9-3_4_10-jemalloc: + name: 'Test [el-9/3.4.10/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.4.9/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -3418,7 +3418,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3431,18 +3431,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_3.4.9_jemalloc + ARTIFACT_NAME: tested-against-test-el-9_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_11-normal: - name: 'Test [el-9/3.3.11/normal]' + test_el_9-3_3_12-normal: + name: 'Test [el-9/3.3.12/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.3.11/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.12/normal];') permissions: id-token: write steps: @@ -3460,7 +3460,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3473,18 +3473,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_3.3.11_normal + ARTIFACT_NAME: tested-against-test-el-9_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_11-jemalloc: - name: 'Test [el-9/3.3.11/jemalloc]' + test_el_9-3_3_12-jemalloc: + name: 'Test [el-9/3.3.12/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.3.11/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -3502,7 +3502,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3515,7 +3515,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-el-9_3.3.11_jemalloc + ARTIFACT_NAME: tested-against-test-el-9_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4024,14 +4024,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-4_0_4-normal: - name: 'Test [ubuntu-22.04/4.0.4/normal]' + test_ubuntu_22_04-4_0_6-normal: + name: 'Test [ubuntu-22.04/4.0.6/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/4.0.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/4.0.6/normal];') permissions: id-token: write steps: @@ -4049,7 +4049,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4062,18 +4062,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-22.04_4.0.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-4_0_4-jemalloc: - name: 'Test [ubuntu-22.04/4.0.4/jemalloc]' + test_ubuntu_22_04-4_0_6-jemalloc: + name: 'Test [ubuntu-22.04/4.0.6/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/4.0.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -4091,7 +4091,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4104,18 +4104,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-22.04_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_4_9-normal: - name: 'Test [ubuntu-22.04/3.4.9/normal]' + test_ubuntu_22_04-3_4_10-normal: + name: 'Test [ubuntu-22.04/3.4.10/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.4.9/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.4.10/normal];') permissions: id-token: write steps: @@ -4133,7 +4133,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4146,18 +4146,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.4.9_normal + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_4_9-jemalloc: - name: 'Test [ubuntu-22.04/3.4.9/jemalloc]' + test_ubuntu_22_04-3_4_10-jemalloc: + name: 'Test [ubuntu-22.04/3.4.10/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.4.9/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -4175,7 +4175,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4188,18 +4188,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.4.9_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_11-normal: - name: 'Test [ubuntu-22.04/3.3.11/normal]' + test_ubuntu_22_04-3_3_12-normal: + name: 'Test [ubuntu-22.04/3.3.12/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.3.11/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.12/normal];') permissions: id-token: write steps: @@ -4217,7 +4217,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4230,18 +4230,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.3.11_normal + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_11-jemalloc: - name: 'Test [ubuntu-22.04/3.3.11/jemalloc]' + test_ubuntu_22_04-3_3_12-jemalloc: + name: 'Test [ubuntu-22.04/3.3.12/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.3.11/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -4259,7 +4259,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4272,7 +4272,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.3.11_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4781,14 +4781,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-4_0_4-normal: - name: 'Test [ubuntu-24.04/4.0.4/normal]' + test_ubuntu_24_04-4_0_6-normal: + name: 'Test [ubuntu-24.04/4.0.6/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/4.0.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/4.0.6/normal];') permissions: id-token: write steps: @@ -4806,7 +4806,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4819,18 +4819,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-24.04_4.0.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_4.0.6_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-4_0_4-jemalloc: - name: 'Test [ubuntu-24.04/4.0.4/jemalloc]' + test_ubuntu_24_04-4_0_6-jemalloc: + name: 'Test [ubuntu-24.04/4.0.6/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/4.0.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/4.0.6/jemalloc];') permissions: id-token: write steps: @@ -4848,7 +4848,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "4.0.4" + RUBY_PACKAGE_ID: "4.0.6" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4861,18 +4861,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-24.04_4.0.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_4.0.6_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_4_9-normal: - name: 'Test [ubuntu-24.04/3.4.9/normal]' + test_ubuntu_24_04-3_4_10-normal: + name: 'Test [ubuntu-24.04/3.4.10/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.4.9/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.4.10/normal];') permissions: id-token: write steps: @@ -4890,7 +4890,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4903,18 +4903,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.4.9_normal + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.4.10_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_4_9-jemalloc: - name: 'Test [ubuntu-24.04/3.4.9/jemalloc]' + test_ubuntu_24_04-3_4_10-jemalloc: + name: 'Test [ubuntu-24.04/3.4.10/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.4.9/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.4.10/jemalloc];') permissions: id-token: write steps: @@ -4932,7 +4932,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.4.9" + RUBY_PACKAGE_ID: "3.4.10" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4945,18 +4945,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.4.9_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.4.10_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_11-normal: - name: 'Test [ubuntu-24.04/3.3.11/normal]' + test_ubuntu_24_04-3_3_12-normal: + name: 'Test [ubuntu-24.04/3.3.12/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.3.11/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.12/normal];') permissions: id-token: write steps: @@ -4974,7 +4974,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4987,18 +4987,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.3.11_normal + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.3.12_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_11-jemalloc: - name: 'Test [ubuntu-24.04/3.3.11/jemalloc]' + test_ubuntu_24_04-3_3_12-jemalloc: + name: 'Test [ubuntu-24.04/3.3.12/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.3.11/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.12/jemalloc];') permissions: id-token: write steps: @@ -5016,7 +5016,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.11" + RUBY_PACKAGE_ID: "3.3.12" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -5029,7 +5029,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.3.11_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.3.12_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -5179,12 +5179,12 @@ jobs: - test_centos_8-3_2-normal - test_centos_8-3_2-jemalloc - test_centos_8-3_2-malloctrim - - test_centos_8-4_0_4-normal - - test_centos_8-4_0_4-jemalloc - - test_centos_8-3_4_9-normal - - test_centos_8-3_4_9-jemalloc - - test_centos_8-3_3_11-normal - - test_centos_8-3_3_11-jemalloc + - test_centos_8-4_0_6-normal + - test_centos_8-4_0_6-jemalloc + - test_centos_8-3_4_10-normal + - test_centos_8-3_4_10-jemalloc + - test_centos_8-3_3_12-normal + - test_centos_8-3_3_12-jemalloc - test_centos_8-3_2_11-normal - test_centos_8-3_2_11-jemalloc - test_centos_8-3_2_11-malloctrim @@ -5197,12 +5197,12 @@ jobs: - test_debian_11-3_2-normal - test_debian_11-3_2-jemalloc - test_debian_11-3_2-malloctrim - - test_debian_11-4_0_4-normal - - test_debian_11-4_0_4-jemalloc - - test_debian_11-3_4_9-normal - - test_debian_11-3_4_9-jemalloc - - test_debian_11-3_3_11-normal - - test_debian_11-3_3_11-jemalloc + - test_debian_11-4_0_6-normal + - test_debian_11-4_0_6-jemalloc + - test_debian_11-3_4_10-normal + - test_debian_11-3_4_10-jemalloc + - test_debian_11-3_3_12-normal + - test_debian_11-3_3_12-jemalloc - test_debian_11-3_2_11-normal - test_debian_11-3_2_11-jemalloc - test_debian_11-3_2_11-malloctrim @@ -5215,12 +5215,12 @@ jobs: - test_debian_12-3_2-normal - test_debian_12-3_2-jemalloc - test_debian_12-3_2-malloctrim - - test_debian_12-4_0_4-normal - - test_debian_12-4_0_4-jemalloc - - test_debian_12-3_4_9-normal - - test_debian_12-3_4_9-jemalloc - - test_debian_12-3_3_11-normal - - test_debian_12-3_3_11-jemalloc + - test_debian_12-4_0_6-normal + - test_debian_12-4_0_6-jemalloc + - test_debian_12-3_4_10-normal + - test_debian_12-3_4_10-jemalloc + - test_debian_12-3_3_12-normal + - test_debian_12-3_3_12-jemalloc - test_debian_12-3_2_11-normal - test_debian_12-3_2_11-jemalloc - test_debian_12-3_2_11-malloctrim @@ -5230,12 +5230,12 @@ jobs: - test_debian_13-3_4-jemalloc - test_debian_13-3_3-normal - test_debian_13-3_3-jemalloc - - test_debian_13-4_0_4-normal - - test_debian_13-4_0_4-jemalloc - - test_debian_13-3_4_9-normal - - test_debian_13-3_4_9-jemalloc - - test_debian_13-3_3_11-normal - - test_debian_13-3_3_11-jemalloc + - test_debian_13-4_0_6-normal + - test_debian_13-4_0_6-jemalloc + - test_debian_13-3_4_10-normal + - test_debian_13-3_4_10-jemalloc + - test_debian_13-3_3_12-normal + - test_debian_13-3_3_12-jemalloc - test_el_9-4_0-normal - test_el_9-4_0-jemalloc - test_el_9-3_4-normal @@ -5245,12 +5245,12 @@ jobs: - test_el_9-3_2-normal - test_el_9-3_2-jemalloc - test_el_9-3_2-malloctrim - - test_el_9-4_0_4-normal - - test_el_9-4_0_4-jemalloc - - test_el_9-3_4_9-normal - - test_el_9-3_4_9-jemalloc - - test_el_9-3_3_11-normal - - test_el_9-3_3_11-jemalloc + - test_el_9-4_0_6-normal + - test_el_9-4_0_6-jemalloc + - test_el_9-3_4_10-normal + - test_el_9-3_4_10-jemalloc + - test_el_9-3_3_12-normal + - test_el_9-3_3_12-jemalloc - test_el_9-3_2_11-normal - test_el_9-3_2_11-jemalloc - test_el_9-3_2_11-malloctrim @@ -5263,12 +5263,12 @@ jobs: - test_ubuntu_22_04-3_2-normal - test_ubuntu_22_04-3_2-jemalloc - test_ubuntu_22_04-3_2-malloctrim - - test_ubuntu_22_04-4_0_4-normal - - test_ubuntu_22_04-4_0_4-jemalloc - - test_ubuntu_22_04-3_4_9-normal - - test_ubuntu_22_04-3_4_9-jemalloc - - test_ubuntu_22_04-3_3_11-normal - - test_ubuntu_22_04-3_3_11-jemalloc + - test_ubuntu_22_04-4_0_6-normal + - test_ubuntu_22_04-4_0_6-jemalloc + - test_ubuntu_22_04-3_4_10-normal + - test_ubuntu_22_04-3_4_10-jemalloc + - test_ubuntu_22_04-3_3_12-normal + - test_ubuntu_22_04-3_3_12-jemalloc - test_ubuntu_22_04-3_2_11-normal - test_ubuntu_22_04-3_2_11-jemalloc - test_ubuntu_22_04-3_2_11-malloctrim @@ -5281,12 +5281,12 @@ jobs: - test_ubuntu_24_04-3_2-normal - test_ubuntu_24_04-3_2-jemalloc - test_ubuntu_24_04-3_2-malloctrim - - test_ubuntu_24_04-4_0_4-normal - - test_ubuntu_24_04-4_0_4-jemalloc - - test_ubuntu_24_04-3_4_9-normal - - test_ubuntu_24_04-3_4_9-jemalloc - - test_ubuntu_24_04-3_3_11-normal - - test_ubuntu_24_04-3_3_11-jemalloc + - test_ubuntu_24_04-4_0_6-normal + - test_ubuntu_24_04-4_0_6-jemalloc + - test_ubuntu_24_04-3_4_10-normal + - test_ubuntu_24_04-3_4_10-jemalloc + - test_ubuntu_24_04-3_3_12-normal + - test_ubuntu_24_04-3_3_12-jemalloc - test_ubuntu_24_04-3_2_11-normal - test_ubuntu_24_04-3_2_11-jemalloc - test_ubuntu_24_04-3_2_11-malloctrim @@ -5356,42 +5356,42 @@ jobs: needs.test_centos_8-3_2-malloctrim.result != 'success' && (needs.test_centos_8-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.2/malloctrim];')) - - name: Check whether 'Test [centos-8/4.0.4/normal]' did not fail + - name: Check whether 'Test [centos-8/4.0.6/normal]' did not fail run: 'false' if: | - needs.test_centos_8-4_0_4-normal.result != 'success' - && (needs.test_centos_8-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.4/normal];')) - - name: Check whether 'Test [centos-8/4.0.4/jemalloc]' did not fail + needs.test_centos_8-4_0_6-normal.result != 'success' + && (needs.test_centos_8-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.6/normal];')) + - name: Check whether 'Test [centos-8/4.0.6/jemalloc]' did not fail run: 'false' if: | - needs.test_centos_8-4_0_4-jemalloc.result != 'success' - && (needs.test_centos_8-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.4/jemalloc];')) - - name: Check whether 'Test [centos-8/3.4.9/normal]' did not fail + needs.test_centos_8-4_0_6-jemalloc.result != 'success' + && (needs.test_centos_8-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/4.0.6/jemalloc];')) + - name: Check whether 'Test [centos-8/3.4.10/normal]' did not fail run: 'false' if: | - needs.test_centos_8-3_4_9-normal.result != 'success' - && (needs.test_centos_8-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.4.9/normal];')) - - name: Check whether 'Test [centos-8/3.4.9/jemalloc]' did not fail + needs.test_centos_8-3_4_10-normal.result != 'success' + && (needs.test_centos_8-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.4.10/normal];')) + - name: Check whether 'Test [centos-8/3.4.10/jemalloc]' did not fail run: 'false' if: | - needs.test_centos_8-3_4_9-jemalloc.result != 'success' - && (needs.test_centos_8-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.4.9/jemalloc];')) - - name: Check whether 'Test [centos-8/3.3.11/normal]' did not fail + needs.test_centos_8-3_4_10-jemalloc.result != 'success' + && (needs.test_centos_8-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.4.10/jemalloc];')) + - name: Check whether 'Test [centos-8/3.3.12/normal]' did not fail run: 'false' if: | - needs.test_centos_8-3_3_11-normal.result != 'success' - && (needs.test_centos_8-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.11/normal];')) - - name: Check whether 'Test [centos-8/3.3.11/jemalloc]' did not fail + needs.test_centos_8-3_3_12-normal.result != 'success' + && (needs.test_centos_8-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.12/normal];')) + - name: Check whether 'Test [centos-8/3.3.12/jemalloc]' did not fail run: 'false' if: | - needs.test_centos_8-3_3_11-jemalloc.result != 'success' - && (needs.test_centos_8-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.11/jemalloc];')) + needs.test_centos_8-3_3_12-jemalloc.result != 'success' + && (needs.test_centos_8-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.12/jemalloc];')) - name: Check whether 'Test [centos-8/3.2.11/normal]' did not fail run: 'false' if: | @@ -5464,42 +5464,42 @@ jobs: needs.test_debian_11-3_2-malloctrim.result != 'success' && (needs.test_debian_11-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.2/malloctrim];')) - - name: Check whether 'Test [debian-11/4.0.4/normal]' did not fail + - name: Check whether 'Test [debian-11/4.0.6/normal]' did not fail run: 'false' if: | - needs.test_debian_11-4_0_4-normal.result != 'success' - && (needs.test_debian_11-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.4/normal];')) - - name: Check whether 'Test [debian-11/4.0.4/jemalloc]' did not fail + needs.test_debian_11-4_0_6-normal.result != 'success' + && (needs.test_debian_11-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.6/normal];')) + - name: Check whether 'Test [debian-11/4.0.6/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_11-4_0_4-jemalloc.result != 'success' - && (needs.test_debian_11-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.4/jemalloc];')) - - name: Check whether 'Test [debian-11/3.4.9/normal]' did not fail + needs.test_debian_11-4_0_6-jemalloc.result != 'success' + && (needs.test_debian_11-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/4.0.6/jemalloc];')) + - name: Check whether 'Test [debian-11/3.4.10/normal]' did not fail run: 'false' if: | - needs.test_debian_11-3_4_9-normal.result != 'success' - && (needs.test_debian_11-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.4.9/normal];')) - - name: Check whether 'Test [debian-11/3.4.9/jemalloc]' did not fail + needs.test_debian_11-3_4_10-normal.result != 'success' + && (needs.test_debian_11-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.4.10/normal];')) + - name: Check whether 'Test [debian-11/3.4.10/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_11-3_4_9-jemalloc.result != 'success' - && (needs.test_debian_11-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.4.9/jemalloc];')) - - name: Check whether 'Test [debian-11/3.3.11/normal]' did not fail + needs.test_debian_11-3_4_10-jemalloc.result != 'success' + && (needs.test_debian_11-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.4.10/jemalloc];')) + - name: Check whether 'Test [debian-11/3.3.12/normal]' did not fail run: 'false' if: | - needs.test_debian_11-3_3_11-normal.result != 'success' - && (needs.test_debian_11-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.11/normal];')) - - name: Check whether 'Test [debian-11/3.3.11/jemalloc]' did not fail + needs.test_debian_11-3_3_12-normal.result != 'success' + && (needs.test_debian_11-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.12/normal];')) + - name: Check whether 'Test [debian-11/3.3.12/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_11-3_3_11-jemalloc.result != 'success' - && (needs.test_debian_11-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.11/jemalloc];')) + needs.test_debian_11-3_3_12-jemalloc.result != 'success' + && (needs.test_debian_11-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.12/jemalloc];')) - name: Check whether 'Test [debian-11/3.2.11/normal]' did not fail run: 'false' if: | @@ -5572,42 +5572,42 @@ jobs: needs.test_debian_12-3_2-malloctrim.result != 'success' && (needs.test_debian_12-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.2/malloctrim];')) - - name: Check whether 'Test [debian-12/4.0.4/normal]' did not fail + - name: Check whether 'Test [debian-12/4.0.6/normal]' did not fail run: 'false' if: | - needs.test_debian_12-4_0_4-normal.result != 'success' - && (needs.test_debian_12-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.4/normal];')) - - name: Check whether 'Test [debian-12/4.0.4/jemalloc]' did not fail + needs.test_debian_12-4_0_6-normal.result != 'success' + && (needs.test_debian_12-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.6/normal];')) + - name: Check whether 'Test [debian-12/4.0.6/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_12-4_0_4-jemalloc.result != 'success' - && (needs.test_debian_12-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.4/jemalloc];')) - - name: Check whether 'Test [debian-12/3.4.9/normal]' did not fail + needs.test_debian_12-4_0_6-jemalloc.result != 'success' + && (needs.test_debian_12-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/4.0.6/jemalloc];')) + - name: Check whether 'Test [debian-12/3.4.10/normal]' did not fail run: 'false' if: | - needs.test_debian_12-3_4_9-normal.result != 'success' - && (needs.test_debian_12-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.4.9/normal];')) - - name: Check whether 'Test [debian-12/3.4.9/jemalloc]' did not fail + needs.test_debian_12-3_4_10-normal.result != 'success' + && (needs.test_debian_12-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.4.10/normal];')) + - name: Check whether 'Test [debian-12/3.4.10/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_12-3_4_9-jemalloc.result != 'success' - && (needs.test_debian_12-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.4.9/jemalloc];')) - - name: Check whether 'Test [debian-12/3.3.11/normal]' did not fail + needs.test_debian_12-3_4_10-jemalloc.result != 'success' + && (needs.test_debian_12-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.4.10/jemalloc];')) + - name: Check whether 'Test [debian-12/3.3.12/normal]' did not fail run: 'false' if: | - needs.test_debian_12-3_3_11-normal.result != 'success' - && (needs.test_debian_12-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.11/normal];')) - - name: Check whether 'Test [debian-12/3.3.11/jemalloc]' did not fail + needs.test_debian_12-3_3_12-normal.result != 'success' + && (needs.test_debian_12-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.12/normal];')) + - name: Check whether 'Test [debian-12/3.3.12/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_12-3_3_11-jemalloc.result != 'success' - && (needs.test_debian_12-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.11/jemalloc];')) + needs.test_debian_12-3_3_12-jemalloc.result != 'success' + && (needs.test_debian_12-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.12/jemalloc];')) - name: Check whether 'Test [debian-12/3.2.11/normal]' did not fail run: 'false' if: | @@ -5662,42 +5662,42 @@ jobs: needs.test_debian_13-3_3-jemalloc.result != 'success' && (needs.test_debian_13-3_3-jemalloc.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3/jemalloc];')) - - name: Check whether 'Test [debian-13/4.0.4/normal]' did not fail + - name: Check whether 'Test [debian-13/4.0.6/normal]' did not fail run: 'false' if: | - needs.test_debian_13-4_0_4-normal.result != 'success' - && (needs.test_debian_13-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.4/normal];')) - - name: Check whether 'Test [debian-13/4.0.4/jemalloc]' did not fail + needs.test_debian_13-4_0_6-normal.result != 'success' + && (needs.test_debian_13-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.6/normal];')) + - name: Check whether 'Test [debian-13/4.0.6/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_13-4_0_4-jemalloc.result != 'success' - && (needs.test_debian_13-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.4/jemalloc];')) - - name: Check whether 'Test [debian-13/3.4.9/normal]' did not fail + needs.test_debian_13-4_0_6-jemalloc.result != 'success' + && (needs.test_debian_13-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/4.0.6/jemalloc];')) + - name: Check whether 'Test [debian-13/3.4.10/normal]' did not fail run: 'false' if: | - needs.test_debian_13-3_4_9-normal.result != 'success' - && (needs.test_debian_13-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.9/normal];')) - - name: Check whether 'Test [debian-13/3.4.9/jemalloc]' did not fail + needs.test_debian_13-3_4_10-normal.result != 'success' + && (needs.test_debian_13-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.10/normal];')) + - name: Check whether 'Test [debian-13/3.4.10/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_13-3_4_9-jemalloc.result != 'success' - && (needs.test_debian_13-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.9/jemalloc];')) - - name: Check whether 'Test [debian-13/3.3.11/normal]' did not fail + needs.test_debian_13-3_4_10-jemalloc.result != 'success' + && (needs.test_debian_13-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.4.10/jemalloc];')) + - name: Check whether 'Test [debian-13/3.3.12/normal]' did not fail run: 'false' if: | - needs.test_debian_13-3_3_11-normal.result != 'success' - && (needs.test_debian_13-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.11/normal];')) - - name: Check whether 'Test [debian-13/3.3.11/jemalloc]' did not fail + needs.test_debian_13-3_3_12-normal.result != 'success' + && (needs.test_debian_13-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.12/normal];')) + - name: Check whether 'Test [debian-13/3.3.12/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_13-3_3_11-jemalloc.result != 'success' - && (needs.test_debian_13-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.11/jemalloc];')) + needs.test_debian_13-3_3_12-jemalloc.result != 'success' + && (needs.test_debian_13-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-13/3.3.12/jemalloc];')) - name: Check whether 'Test [el-9/4.0/normal]' did not fail run: 'false' if: | @@ -5752,42 +5752,42 @@ jobs: needs.test_el_9-3_2-malloctrim.result != 'success' && (needs.test_el_9-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.2/malloctrim];')) - - name: Check whether 'Test [el-9/4.0.4/normal]' did not fail + - name: Check whether 'Test [el-9/4.0.6/normal]' did not fail run: 'false' if: | - needs.test_el_9-4_0_4-normal.result != 'success' - && (needs.test_el_9-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.4/normal];')) - - name: Check whether 'Test [el-9/4.0.4/jemalloc]' did not fail + needs.test_el_9-4_0_6-normal.result != 'success' + && (needs.test_el_9-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.6/normal];')) + - name: Check whether 'Test [el-9/4.0.6/jemalloc]' did not fail run: 'false' if: | - needs.test_el_9-4_0_4-jemalloc.result != 'success' - && (needs.test_el_9-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.4/jemalloc];')) - - name: Check whether 'Test [el-9/3.4.9/normal]' did not fail + needs.test_el_9-4_0_6-jemalloc.result != 'success' + && (needs.test_el_9-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/4.0.6/jemalloc];')) + - name: Check whether 'Test [el-9/3.4.10/normal]' did not fail run: 'false' if: | - needs.test_el_9-3_4_9-normal.result != 'success' - && (needs.test_el_9-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.4.9/normal];')) - - name: Check whether 'Test [el-9/3.4.9/jemalloc]' did not fail + needs.test_el_9-3_4_10-normal.result != 'success' + && (needs.test_el_9-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.4.10/normal];')) + - name: Check whether 'Test [el-9/3.4.10/jemalloc]' did not fail run: 'false' if: | - needs.test_el_9-3_4_9-jemalloc.result != 'success' - && (needs.test_el_9-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.4.9/jemalloc];')) - - name: Check whether 'Test [el-9/3.3.11/normal]' did not fail + needs.test_el_9-3_4_10-jemalloc.result != 'success' + && (needs.test_el_9-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.4.10/jemalloc];')) + - name: Check whether 'Test [el-9/3.3.12/normal]' did not fail run: 'false' if: | - needs.test_el_9-3_3_11-normal.result != 'success' - && (needs.test_el_9-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.11/normal];')) - - name: Check whether 'Test [el-9/3.3.11/jemalloc]' did not fail + needs.test_el_9-3_3_12-normal.result != 'success' + && (needs.test_el_9-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.12/normal];')) + - name: Check whether 'Test [el-9/3.3.12/jemalloc]' did not fail run: 'false' if: | - needs.test_el_9-3_3_11-jemalloc.result != 'success' - && (needs.test_el_9-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.11/jemalloc];')) + needs.test_el_9-3_3_12-jemalloc.result != 'success' + && (needs.test_el_9-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.12/jemalloc];')) - name: Check whether 'Test [el-9/3.2.11/normal]' did not fail run: 'false' if: | @@ -5860,42 +5860,42 @@ jobs: needs.test_ubuntu_22_04-3_2-malloctrim.result != 'success' && (needs.test_ubuntu_22_04-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.2/malloctrim];')) - - name: Check whether 'Test [ubuntu-22.04/4.0.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-22.04/4.0.6/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-4_0_4-normal.result != 'success' - && (needs.test_ubuntu_22_04-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/4.0.4/normal];')) - - name: Check whether 'Test [ubuntu-22.04/4.0.4/jemalloc]' did not fail + needs.test_ubuntu_22_04-4_0_6-normal.result != 'success' + && (needs.test_ubuntu_22_04-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/4.0.6/normal];')) + - name: Check whether 'Test [ubuntu-22.04/4.0.6/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-4_0_4-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/4.0.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.4.9/normal]' did not fail + needs.test_ubuntu_22_04-4_0_6-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/4.0.6/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.4.10/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_4_9-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.4.9/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.4.9/jemalloc]' did not fail + needs.test_ubuntu_22_04-3_4_10-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.4.10/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.4.10/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_4_9-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.4.9/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.11/normal]' did not fail + needs.test_ubuntu_22_04-3_4_10-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.4.10/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.12/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_3_11-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.11/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.11/jemalloc]' did not fail + needs.test_ubuntu_22_04-3_3_12-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.12/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.12/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_3_11-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.11/jemalloc];')) + needs.test_ubuntu_22_04-3_3_12-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.12/jemalloc];')) - name: Check whether 'Test [ubuntu-22.04/3.2.11/normal]' did not fail run: 'false' if: | @@ -5968,42 +5968,42 @@ jobs: needs.test_ubuntu_24_04-3_2-malloctrim.result != 'success' && (needs.test_ubuntu_24_04-3_2-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.2/malloctrim];')) - - name: Check whether 'Test [ubuntu-24.04/4.0.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-24.04/4.0.6/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-4_0_4-normal.result != 'success' - && (needs.test_ubuntu_24_04-4_0_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/4.0.4/normal];')) - - name: Check whether 'Test [ubuntu-24.04/4.0.4/jemalloc]' did not fail + needs.test_ubuntu_24_04-4_0_6-normal.result != 'success' + && (needs.test_ubuntu_24_04-4_0_6-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/4.0.6/normal];')) + - name: Check whether 'Test [ubuntu-24.04/4.0.6/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-4_0_4-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-4_0_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/4.0.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.4.9/normal]' did not fail + needs.test_ubuntu_24_04-4_0_6-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-4_0_6-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/4.0.6/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.4.10/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_4_9-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_4_9-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.4.9/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.4.9/jemalloc]' did not fail + needs.test_ubuntu_24_04-3_4_10-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_4_10-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.4.10/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.4.10/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_4_9-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_4_9-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.4.9/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.11/normal]' did not fail + needs.test_ubuntu_24_04-3_4_10-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_4_10-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.4.10/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.12/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_3_11-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_3_11-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.11/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.11/jemalloc]' did not fail + needs.test_ubuntu_24_04-3_3_12-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_3_12-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.12/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.12/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_3_11-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_3_11-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.11/jemalloc];')) + needs.test_ubuntu_24_04-3_3_12-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_3_12-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.12/jemalloc];')) - name: Check whether 'Test [ubuntu-24.04/3.2.11/normal]' did not fail run: 'false' if: | diff --git a/config.yml b/config.yml index 877e47f..c43f6e2 100644 --- a/config.yml +++ b/config.yml @@ -12,14 +12,14 @@ ruby: ## then be sure to bump the corresponding `package_revision`! minor_version_packages: - minor_version: '4.0' - full_version: '4.0.4' - package_revision: '3' + full_version: '4.0.6' + package_revision: '4' - minor_version: '3.4' - full_version: '3.4.9' - package_revision: '8' + full_version: '3.4.10' + package_revision: '9' - minor_version: '3.3' - full_version: '3.3.11' - package_revision: '11' + full_version: '3.3.12' + package_revision: '12' - minor_version: '3.2' full_version: '3.2.11' package_revision: '13' @@ -27,11 +27,11 @@ ruby: ## (Optional) ## Which tiny Ruby version packages to build. tiny_version_packages: - - full_version: '4.0.4' + - full_version: '4.0.6' package_revision: '0' - - full_version: '3.4.9' + - full_version: '3.4.10' package_revision: '0' - - full_version: '3.3.11' + - full_version: '3.3.12' package_revision: '0' - full_version: '3.2.11' package_revision: '0'