From 56906c2d2a0d13b1cebc5420f058a4b73975aad6 Mon Sep 17 00:00:00 2001 From: Max Erkin Date: Fri, 6 Sep 2024 19:34:44 +0500 Subject: [PATCH] Upgrade Ruby to 3.3.5 (#153) Co-authored-by: Max Erkin --- .github/workflows/ci-cd-build-packages-1.yml | 194 +++---- .github/workflows/ci-cd-build-packages-2.yml | 194 +++---- .github/workflows/ci-cd-build-packages-3.yml | 194 +++---- .github/workflows/ci-cd-build-packages-4.yml | 194 +++---- .github/workflows/ci-cd-prepare.yml | 26 +- .../ci-cd-publish-test-production.yml | 482 +++++++++--------- .github/workflows/ci-cd-publish-test-test.yml | 482 +++++++++--------- config.yml | 6 +- 8 files changed, 886 insertions(+), 886 deletions(-) diff --git a/.github/workflows/ci-cd-build-packages-1.yml b/.github/workflows/ci-cd-build-packages-1.yml index ae955546..4e488afa 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-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -238,7 +238,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 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: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -436,7 +436,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1027,8 +1027,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_3_4-normal: - name: 'Ruby [centos-8/3.3.4/normal]' + build_ruby_centos_8-3_3_5-normal: + name: 'Ruby [centos-8/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -1038,7 +1038,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -1063,7 +1063,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1100,7 +1100,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1110,18 +1110,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_centos-8_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_centos-8_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_3_4-jemalloc: - name: 'Ruby [centos-8/3.3.4/jemalloc]' + build_ruby_centos_8-3_3_5-jemalloc: + name: 'Ruby [centos-8/3.3.5/jemalloc]' needs: build_jemalloc_centos_8 runs-on: ubuntu-24.04 @@ -1132,7 +1132,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -1162,7 +1162,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1205,7 +1205,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1215,18 +1215,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_centos-8_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_centos-8_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_centos_8-3_3_4-malloctrim: - name: 'Ruby [centos-8/3.3.4/malloctrim]' + build_ruby_centos_8-3_3_5-malloctrim: + name: 'Ruby [centos-8/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -1236,7 +1236,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -1261,7 +1261,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1298,7 +1298,7 @@ jobs: env: ENVIRONMENT_NAME: "centos-8" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/centos-8" - name: Build package @@ -1308,13 +1308,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_centos-8_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_centos-8_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1937,7 +1937,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1985,7 +1985,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2036,7 +2036,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2090,7 +2090,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2135,7 +2135,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2183,7 +2183,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2774,8 +2774,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_3_4-normal: - name: 'Ruby [el-9/3.3.4/normal]' + build_ruby_el_9-3_3_5-normal: + name: 'Ruby [el-9/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -2785,7 +2785,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -2810,7 +2810,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2847,7 +2847,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -2857,18 +2857,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_el-9_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_el-9_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_3_4-jemalloc: - name: 'Ruby [el-9/3.3.4/jemalloc]' + build_ruby_el_9-3_3_5-jemalloc: + name: 'Ruby [el-9/3.3.5/jemalloc]' needs: build_jemalloc_el_9 runs-on: ubuntu-24.04 @@ -2879,7 +2879,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -2909,7 +2909,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2952,7 +2952,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -2962,18 +2962,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_el-9_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_el-9_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_el_9-3_3_4-malloctrim: - name: 'Ruby [el-9/3.3.4/malloctrim]' + build_ruby_el_9-3_3_5-malloctrim: + name: 'Ruby [el-9/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -2983,7 +2983,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -3008,7 +3008,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3045,7 +3045,7 @@ jobs: env: ENVIRONMENT_NAME: "el-9" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/el-9" - name: Build package @@ -3055,13 +3055,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "RPM" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_el-9_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_el-9_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3669,9 +3669,9 @@ jobs: - build_ruby_centos_8-3_0-jemalloc - build_ruby_centos_8-3_0-malloctrim - - build_ruby_centos_8-3_3_4-normal - - build_ruby_centos_8-3_3_4-jemalloc - - build_ruby_centos_8-3_3_4-malloctrim + - build_ruby_centos_8-3_3_5-normal + - build_ruby_centos_8-3_3_5-jemalloc + - build_ruby_centos_8-3_3_5-malloctrim - build_ruby_centos_8-3_2_5-normal - build_ruby_centos_8-3_2_5-jemalloc @@ -3695,9 +3695,9 @@ jobs: - build_ruby_el_9-3_1-jemalloc - build_ruby_el_9-3_1-malloctrim - - build_ruby_el_9-3_3_4-normal - - build_ruby_el_9-3_3_4-jemalloc - - build_ruby_el_9-3_3_4-malloctrim + - build_ruby_el_9-3_3_5-normal + - build_ruby_el_9-3_3_5-jemalloc + - build_ruby_el_9-3_3_5-malloctrim - build_ruby_el_9-3_2_5-normal - build_ruby_el_9-3_2_5-jemalloc @@ -3754,7 +3754,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.5_centos-8_normal ruby-pkg_3.3.5_centos-8_jemalloc ruby-pkg_3.3.5_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.5_el-9_normal ruby-pkg_3.3.5_el-9_jemalloc ruby-pkg_3.3.5_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3812,23 +3812,23 @@ jobs: name: ruby-pkg_3.0_centos-8_malloctrim path: artifacts/ruby-pkg_3.0_centos-8_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_centos-8_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_centos-8_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_centos-8_normal - path: artifacts/ruby-pkg_3.3.4_centos-8_normal + name: ruby-pkg_3.3.5_centos-8_normal + path: artifacts/ruby-pkg_3.3.5_centos-8_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_centos-8_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_centos-8_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_centos-8_jemalloc - path: artifacts/ruby-pkg_3.3.4_centos-8_jemalloc + name: ruby-pkg_3.3.5_centos-8_jemalloc + path: artifacts/ruby-pkg_3.3.5_centos-8_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_centos-8_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_centos-8_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_centos-8_malloctrim - path: artifacts/ruby-pkg_3.3.4_centos-8_malloctrim + name: ruby-pkg_3.3.5_centos-8_malloctrim + path: artifacts/ruby-pkg_3.3.5_centos-8_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_centos-8_normal] to Github uses: actions/upload-artifact@v4 @@ -3920,23 +3920,23 @@ jobs: name: ruby-pkg_3.1_el-9_malloctrim path: artifacts/ruby-pkg_3.1_el-9_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_el-9_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_el-9_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_el-9_normal - path: artifacts/ruby-pkg_3.3.4_el-9_normal + name: ruby-pkg_3.3.5_el-9_normal + path: artifacts/ruby-pkg_3.3.5_el-9_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_el-9_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_el-9_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_el-9_jemalloc - path: artifacts/ruby-pkg_3.3.4_el-9_jemalloc + name: ruby-pkg_3.3.5_el-9_jemalloc + path: artifacts/ruby-pkg_3.3.5_el-9_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_el-9_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_el-9_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_el-9_malloctrim - path: artifacts/ruby-pkg_3.3.4_el-9_malloctrim + name: ruby-pkg_3.3.5_el-9_malloctrim + path: artifacts/ruby-pkg_3.3.5_el-9_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_el-9_normal] to Github uses: actions/upload-artifact@v4 @@ -4019,15 +4019,15 @@ jobs: || (needs.build_ruby_centos_8-3_0-malloctrim.result != 'success' && (needs.build_ruby_centos_8-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.0/malloctrim];'))) - || (needs.build_ruby_centos_8-3_3_4-normal.result != 'success' - && (needs.build_ruby_centos_8-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.4/normal];'))) - || (needs.build_ruby_centos_8-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_centos_8-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.4/jemalloc];'))) - || (needs.build_ruby_centos_8-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_centos_8-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.4/malloctrim];'))) + || (needs.build_ruby_centos_8-3_3_5-normal.result != 'success' + && (needs.build_ruby_centos_8-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.5/normal];'))) + || (needs.build_ruby_centos_8-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_centos_8-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.5/jemalloc];'))) + || (needs.build_ruby_centos_8-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_centos_8-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.3.5/malloctrim];'))) || (needs.build_ruby_centos_8-3_2_5-normal.result != 'success' && (needs.build_ruby_centos_8-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [centos-8/3.2.5/normal];'))) @@ -4077,15 +4077,15 @@ jobs: || (needs.build_ruby_el_9-3_1-malloctrim.result != 'success' && (needs.build_ruby_el_9-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.1/malloctrim];'))) - || (needs.build_ruby_el_9-3_3_4-normal.result != 'success' - && (needs.build_ruby_el_9-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.4/normal];'))) - || (needs.build_ruby_el_9-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_el_9-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.4/jemalloc];'))) - || (needs.build_ruby_el_9-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_el_9-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.4/malloctrim];'))) + || (needs.build_ruby_el_9-3_3_5-normal.result != 'success' + && (needs.build_ruby_el_9-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.5/normal];'))) + || (needs.build_ruby_el_9-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_el_9-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.5/jemalloc];'))) + || (needs.build_ruby_el_9-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_el_9-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.3.5/malloctrim];'))) || (needs.build_ruby_el_9-3_2_5-normal.result != 'success' && (needs.build_ruby_el_9-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [el-9/3.2.5/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-2.yml b/.github/workflows/ci-cd-build-packages-2.yml index 1d7f60be..65ab420c 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-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -238,7 +238,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 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: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -436,7 +436,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1318,8 +1318,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_10-3_3_4-normal: - name: 'Ruby [debian-10/3.3.4/normal]' + build_ruby_debian_10-3_3_5-normal: + name: 'Ruby [debian-10/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -1329,7 +1329,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -1354,7 +1354,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1391,7 +1391,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-10" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-10" - name: Build package @@ -1401,18 +1401,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-10_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-10_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_10-3_3_4-jemalloc: - name: 'Ruby [debian-10/3.3.4/jemalloc]' + build_ruby_debian_10-3_3_5-jemalloc: + name: 'Ruby [debian-10/3.3.5/jemalloc]' needs: build_jemalloc_debian_10 runs-on: ubuntu-24.04 @@ -1423,7 +1423,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -1453,7 +1453,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1496,7 +1496,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-10" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-10" - name: Build package @@ -1506,18 +1506,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-10_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-10_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_10-3_3_4-malloctrim: - name: 'Ruby [debian-10/3.3.4/malloctrim]' + build_ruby_debian_10-3_3_5-malloctrim: + name: 'Ruby [debian-10/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -1527,7 +1527,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -1552,7 +1552,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1589,7 +1589,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-10" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-10" - name: Build package @@ -1599,13 +1599,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-10_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-10_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2519,7 +2519,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2567,7 +2567,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2618,7 +2618,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2672,7 +2672,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2717,7 +2717,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2765,7 +2765,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -3647,8 +3647,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_20_04-3_3_4-normal: - name: 'Ruby [ubuntu-20.04/3.3.4/normal]' + build_ruby_ubuntu_20_04-3_3_5-normal: + name: 'Ruby [ubuntu-20.04/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -3658,7 +3658,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -3683,7 +3683,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3720,7 +3720,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-20.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-20.04" - name: Build package @@ -3730,18 +3730,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-20.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-20.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_20_04-3_3_4-jemalloc: - name: 'Ruby [ubuntu-20.04/3.3.4/jemalloc]' + build_ruby_ubuntu_20_04-3_3_5-jemalloc: + name: 'Ruby [ubuntu-20.04/3.3.5/jemalloc]' needs: build_jemalloc_ubuntu_20_04 runs-on: ubuntu-24.04 @@ -3752,7 +3752,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -3782,7 +3782,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3825,7 +3825,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-20.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-20.04" - name: Build package @@ -3835,18 +3835,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-20.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-20.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_20_04-3_3_4-malloctrim: - name: 'Ruby [ubuntu-20.04/3.3.4/malloctrim]' + build_ruby_ubuntu_20_04-3_3_5-malloctrim: + name: 'Ruby [ubuntu-20.04/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -3856,7 +3856,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -3881,7 +3881,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3918,7 +3918,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-20.04" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-20.04" - name: Build package @@ -3928,13 +3928,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-20.04_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-20.04_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4837,9 +4837,9 @@ jobs: - build_ruby_debian_10-3_0-jemalloc - build_ruby_debian_10-3_0-malloctrim - - build_ruby_debian_10-3_3_4-normal - - build_ruby_debian_10-3_3_4-jemalloc - - build_ruby_debian_10-3_3_4-malloctrim + - build_ruby_debian_10-3_3_5-normal + - build_ruby_debian_10-3_3_5-jemalloc + - build_ruby_debian_10-3_3_5-malloctrim - build_ruby_debian_10-3_2_5-normal - build_ruby_debian_10-3_2_5-jemalloc @@ -4871,9 +4871,9 @@ jobs: - build_ruby_ubuntu_20_04-3_0-jemalloc - build_ruby_ubuntu_20_04-3_0-malloctrim - - build_ruby_ubuntu_20_04-3_3_4-normal - - build_ruby_ubuntu_20_04-3_3_4-jemalloc - - build_ruby_ubuntu_20_04-3_3_4-malloctrim + - build_ruby_ubuntu_20_04-3_3_5-normal + - build_ruby_ubuntu_20_04-3_3_5-jemalloc + - build_ruby_ubuntu_20_04-3_3_5-malloctrim - build_ruby_ubuntu_20_04-3_2_5-normal - build_ruby_ubuntu_20_04-3_2_5-jemalloc @@ -4934,7 +4934,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.5_debian-10_normal ruby-pkg_3.3.5_debian-10_jemalloc ruby-pkg_3.3.5_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.5_ubuntu-20.04_normal ruby-pkg_3.3.5_ubuntu-20.04_jemalloc ruby-pkg_3.3.5_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -5010,23 +5010,23 @@ jobs: name: ruby-pkg_3.0_debian-10_malloctrim path: artifacts/ruby-pkg_3.0_debian-10_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-10_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-10_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-10_normal - path: artifacts/ruby-pkg_3.3.4_debian-10_normal + name: ruby-pkg_3.3.5_debian-10_normal + path: artifacts/ruby-pkg_3.3.5_debian-10_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-10_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-10_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-10_jemalloc - path: artifacts/ruby-pkg_3.3.4_debian-10_jemalloc + name: ruby-pkg_3.3.5_debian-10_jemalloc + path: artifacts/ruby-pkg_3.3.5_debian-10_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-10_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-10_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-10_malloctrim - path: artifacts/ruby-pkg_3.3.4_debian-10_malloctrim + name: ruby-pkg_3.3.5_debian-10_malloctrim + path: artifacts/ruby-pkg_3.3.5_debian-10_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-10_normal] to Github uses: actions/upload-artifact@v4 @@ -5154,23 +5154,23 @@ jobs: name: ruby-pkg_3.0_ubuntu-20.04_malloctrim path: artifacts/ruby-pkg_3.0_ubuntu-20.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-20.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-20.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-20.04_normal - path: artifacts/ruby-pkg_3.3.4_ubuntu-20.04_normal + name: ruby-pkg_3.3.5_ubuntu-20.04_normal + path: artifacts/ruby-pkg_3.3.5_ubuntu-20.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-20.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-20.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-20.04_jemalloc - path: artifacts/ruby-pkg_3.3.4_ubuntu-20.04_jemalloc + name: ruby-pkg_3.3.5_ubuntu-20.04_jemalloc + path: artifacts/ruby-pkg_3.3.5_ubuntu-20.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-20.04_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-20.04_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-20.04_malloctrim - path: artifacts/ruby-pkg_3.3.4_ubuntu-20.04_malloctrim + name: ruby-pkg_3.3.5_ubuntu-20.04_malloctrim + path: artifacts/ruby-pkg_3.3.5_ubuntu-20.04_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-20.04_normal] to Github uses: actions/upload-artifact@v4 @@ -5280,15 +5280,15 @@ jobs: || (needs.build_ruby_debian_10-3_0-malloctrim.result != 'success' && (needs.build_ruby_debian_10-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.0/malloctrim];'))) - || (needs.build_ruby_debian_10-3_3_4-normal.result != 'success' - && (needs.build_ruby_debian_10-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.4/normal];'))) - || (needs.build_ruby_debian_10-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_10-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.4/jemalloc];'))) - || (needs.build_ruby_debian_10-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_debian_10-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.4/malloctrim];'))) + || (needs.build_ruby_debian_10-3_3_5-normal.result != 'success' + && (needs.build_ruby_debian_10-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.5/normal];'))) + || (needs.build_ruby_debian_10-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_debian_10-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.5/jemalloc];'))) + || (needs.build_ruby_debian_10-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_debian_10-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.3.5/malloctrim];'))) || (needs.build_ruby_debian_10-3_2_5-normal.result != 'success' && (needs.build_ruby_debian_10-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-10/3.2.5/normal];'))) @@ -5356,15 +5356,15 @@ jobs: || (needs.build_ruby_ubuntu_20_04-3_0-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_20_04-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.0/malloctrim];'))) - || (needs.build_ruby_ubuntu_20_04-3_3_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_20_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.4/normal];'))) - || (needs.build_ruby_ubuntu_20_04-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_20_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_20_04-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_ubuntu_20_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.4/malloctrim];'))) + || (needs.build_ruby_ubuntu_20_04-3_3_5-normal.result != 'success' + && (needs.build_ruby_ubuntu_20_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.5/normal];'))) + || (needs.build_ruby_ubuntu_20_04-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_20_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.5/jemalloc];'))) + || (needs.build_ruby_ubuntu_20_04-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_ubuntu_20_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.3.5/malloctrim];'))) || (needs.build_ruby_ubuntu_20_04-3_2_5-normal.result != 'success' && (needs.build_ruby_ubuntu_20_04-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-20.04/3.2.5/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-3.yml b/.github/workflows/ci-cd-build-packages-3.yml index c55a4a31..c50e773a 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-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -238,7 +238,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 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: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -436,7 +436,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1318,8 +1318,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_3_4-normal: - name: 'Ruby [debian-11/3.3.4/normal]' + build_ruby_debian_11-3_3_5-normal: + name: 'Ruby [debian-11/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -1329,7 +1329,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -1354,7 +1354,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1391,7 +1391,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1401,18 +1401,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-11_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-11_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_3_4-jemalloc: - name: 'Ruby [debian-11/3.3.4/jemalloc]' + build_ruby_debian_11-3_3_5-jemalloc: + name: 'Ruby [debian-11/3.3.5/jemalloc]' needs: build_jemalloc_debian_11 runs-on: ubuntu-24.04 @@ -1423,7 +1423,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -1453,7 +1453,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1496,7 +1496,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1506,18 +1506,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-11_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-11_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_11-3_3_4-malloctrim: - name: 'Ruby [debian-11/3.3.4/malloctrim]' + build_ruby_debian_11-3_3_5-malloctrim: + name: 'Ruby [debian-11/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -1527,7 +1527,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -1552,7 +1552,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1589,7 +1589,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-11" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-11" - name: Build package @@ -1599,13 +1599,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-11_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-11_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2519,7 +2519,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2567,7 +2567,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2618,7 +2618,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2672,7 +2672,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2717,7 +2717,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2765,7 +2765,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -3356,8 +3356,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_3_4-normal: - name: 'Ruby [ubuntu-22.04/3.3.4/normal]' + build_ruby_ubuntu_22_04-3_3_5-normal: + name: 'Ruby [ubuntu-22.04/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -3367,7 +3367,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.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -3392,7 +3392,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3429,7 +3429,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3439,18 +3439,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-22.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-22.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_3_4-jemalloc: - name: 'Ruby [ubuntu-22.04/3.3.4/jemalloc]' + build_ruby_ubuntu_22_04-3_3_5-jemalloc: + name: 'Ruby [ubuntu-22.04/3.3.5/jemalloc]' needs: build_jemalloc_ubuntu_22_04 runs-on: ubuntu-24.04 @@ -3461,7 +3461,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.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -3491,7 +3491,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3534,7 +3534,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3544,18 +3544,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-22.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-22.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_22_04-3_3_4-malloctrim: - name: 'Ruby [ubuntu-22.04/3.3.4/malloctrim]' + build_ruby_ubuntu_22_04-3_3_5-malloctrim: + name: 'Ruby [ubuntu-22.04/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -3565,7 +3565,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.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -3590,7 +3590,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3627,7 +3627,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-22.04" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-22.04" - name: Build package @@ -3637,13 +3637,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-22.04_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-22.04_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4255,9 +4255,9 @@ jobs: - build_ruby_debian_11-3_0-jemalloc - build_ruby_debian_11-3_0-malloctrim - - build_ruby_debian_11-3_3_4-normal - - build_ruby_debian_11-3_3_4-jemalloc - - build_ruby_debian_11-3_3_4-malloctrim + - build_ruby_debian_11-3_3_5-normal + - build_ruby_debian_11-3_3_5-jemalloc + - build_ruby_debian_11-3_3_5-malloctrim - build_ruby_debian_11-3_2_5-normal - build_ruby_debian_11-3_2_5-jemalloc @@ -4285,9 +4285,9 @@ jobs: - build_ruby_ubuntu_22_04-3_1-jemalloc - build_ruby_ubuntu_22_04-3_1-malloctrim - - build_ruby_ubuntu_22_04-3_3_4-normal - - build_ruby_ubuntu_22_04-3_3_4-jemalloc - - build_ruby_ubuntu_22_04-3_3_4-malloctrim + - build_ruby_ubuntu_22_04-3_3_5-normal + - build_ruby_ubuntu_22_04-3_3_5-jemalloc + - build_ruby_ubuntu_22_04-3_3_5-malloctrim - build_ruby_ubuntu_22_04-3_2_5-normal - build_ruby_ubuntu_22_04-3_2_5-jemalloc @@ -4344,7 +4344,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.5_debian-11_normal ruby-pkg_3.3.5_debian-11_jemalloc ruby-pkg_3.3.5_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.5_ubuntu-22.04_normal ruby-pkg_3.3.5_ubuntu-22.04_jemalloc ruby-pkg_3.3.5_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4420,23 +4420,23 @@ jobs: name: ruby-pkg_3.0_debian-11_malloctrim path: artifacts/ruby-pkg_3.0_debian-11_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-11_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-11_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-11_normal - path: artifacts/ruby-pkg_3.3.4_debian-11_normal + name: ruby-pkg_3.3.5_debian-11_normal + path: artifacts/ruby-pkg_3.3.5_debian-11_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-11_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-11_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-11_jemalloc - path: artifacts/ruby-pkg_3.3.4_debian-11_jemalloc + name: ruby-pkg_3.3.5_debian-11_jemalloc + path: artifacts/ruby-pkg_3.3.5_debian-11_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-11_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-11_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-11_malloctrim - path: artifacts/ruby-pkg_3.3.4_debian-11_malloctrim + name: ruby-pkg_3.3.5_debian-11_malloctrim + path: artifacts/ruby-pkg_3.3.5_debian-11_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-11_normal] to Github uses: actions/upload-artifact@v4 @@ -4546,23 +4546,23 @@ jobs: name: ruby-pkg_3.1_ubuntu-22.04_malloctrim path: artifacts/ruby-pkg_3.1_ubuntu-22.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-22.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-22.04_normal - path: artifacts/ruby-pkg_3.3.4_ubuntu-22.04_normal + name: ruby-pkg_3.3.5_ubuntu-22.04_normal + path: artifacts/ruby-pkg_3.3.5_ubuntu-22.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-22.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-22.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-22.04_jemalloc - path: artifacts/ruby-pkg_3.3.4_ubuntu-22.04_jemalloc + name: ruby-pkg_3.3.5_ubuntu-22.04_jemalloc + path: artifacts/ruby-pkg_3.3.5_ubuntu-22.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-22.04_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-22.04_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-22.04_malloctrim - path: artifacts/ruby-pkg_3.3.4_ubuntu-22.04_malloctrim + name: ruby-pkg_3.3.5_ubuntu-22.04_malloctrim + path: artifacts/ruby-pkg_3.3.5_ubuntu-22.04_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-22.04_normal] to Github uses: actions/upload-artifact@v4 @@ -4654,15 +4654,15 @@ jobs: || (needs.build_ruby_debian_11-3_0-malloctrim.result != 'success' && (needs.build_ruby_debian_11-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.0/malloctrim];'))) - || (needs.build_ruby_debian_11-3_3_4-normal.result != 'success' - && (needs.build_ruby_debian_11-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.4/normal];'))) - || (needs.build_ruby_debian_11-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_11-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.4/jemalloc];'))) - || (needs.build_ruby_debian_11-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_debian_11-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.4/malloctrim];'))) + || (needs.build_ruby_debian_11-3_3_5-normal.result != 'success' + && (needs.build_ruby_debian_11-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.5/normal];'))) + || (needs.build_ruby_debian_11-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_debian_11-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.5/jemalloc];'))) + || (needs.build_ruby_debian_11-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_debian_11-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.3.5/malloctrim];'))) || (needs.build_ruby_debian_11-3_2_5-normal.result != 'success' && (needs.build_ruby_debian_11-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-11/3.2.5/normal];'))) @@ -4721,15 +4721,15 @@ jobs: || (needs.build_ruby_ubuntu_22_04-3_1-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_22_04-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.1/malloctrim];'))) - || (needs.build_ruby_ubuntu_22_04-3_3_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.4/normal];'))) - || (needs.build_ruby_ubuntu_22_04-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_22_04-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_ubuntu_22_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.4/malloctrim];'))) + || (needs.build_ruby_ubuntu_22_04-3_3_5-normal.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.5/normal];'))) + || (needs.build_ruby_ubuntu_22_04-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.5/jemalloc];'))) + || (needs.build_ruby_ubuntu_22_04-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_ubuntu_22_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.3.5/malloctrim];'))) || (needs.build_ruby_ubuntu_22_04-3_2_5-normal.result != 'success' && (needs.build_ruby_ubuntu_22_04-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-22.04/3.2.5/normal];'))) diff --git a/.github/workflows/ci-cd-build-packages-4.yml b/.github/workflows/ci-cd-build-packages-4.yml index 5a75d433..6b0425ff 100644 --- a/.github/workflows/ci-cd-build-packages-4.yml +++ b/.github/workflows/ci-cd-build-packages-4.yml @@ -190,7 +190,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -238,7 +238,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 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: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - 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.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -436,7 +436,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -736,8 +736,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_3_4-normal: - name: 'Ruby [debian-12/3.3.4/normal]' + build_ruby_debian_12-3_3_5-normal: + name: 'Ruby [debian-12/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -747,7 +747,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -772,7 +772,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -809,7 +809,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -819,18 +819,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-12_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-12_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_3_4-jemalloc: - name: 'Ruby [debian-12/3.3.4/jemalloc]' + build_ruby_debian_12-3_3_5-jemalloc: + name: 'Ruby [debian-12/3.3.5/jemalloc]' needs: build_jemalloc_debian_12 runs-on: ubuntu-24.04 @@ -841,7 +841,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -871,7 +871,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -914,7 +914,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -924,18 +924,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-12_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-12_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_debian_12-3_3_4-malloctrim: - name: 'Ruby [debian-12/3.3.4/malloctrim]' + build_ruby_debian_12-3_3_5-malloctrim: + name: 'Ruby [debian-12/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -945,7 +945,7 @@ jobs: packages: read # Run even if a dependent job has been skipped if: | - contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -970,7 +970,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1007,7 +1007,7 @@ jobs: env: ENVIRONMENT_NAME: "debian-12" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/debian-12" - name: Build package @@ -1017,13 +1017,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_debian-12_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_debian-12_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1355,7 +1355,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1403,7 +1403,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1454,7 +1454,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1508,7 +1508,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -1553,7 +1553,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1601,7 +1601,7 @@ jobs: VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" RUBY_PACKAGE_VERSION_ID: "3.3" - RUBY_PACKAGE_REVISION: "4" + RUBY_PACKAGE_REVISION: "5" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh @@ -2192,8 +2192,8 @@ jobs: ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_3_4-normal: - name: 'Ruby [ubuntu-24.04/3.3.4/normal]' + build_ruby_ubuntu_24_04-3_3_5-normal: + name: 'Ruby [ubuntu-24.04/3.3.5/normal]' runs-on: ubuntu-24.04 environment: test @@ -2203,7 +2203,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.4/normal];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.5/normal];') && !failure() && !cancelled() steps: @@ -2228,7 +2228,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2265,7 +2265,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "normal" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2275,18 +2275,18 @@ jobs: VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-24.04_normal" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-24.04_normal" ARTIFACT_PATH: output-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_3_4-jemalloc: - name: 'Ruby [ubuntu-24.04/3.3.4/jemalloc]' + build_ruby_ubuntu_24_04-3_3_5-jemalloc: + name: 'Ruby [ubuntu-24.04/3.3.5/jemalloc]' needs: build_jemalloc_ubuntu_24_04 runs-on: ubuntu-24.04 @@ -2297,7 +2297,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.4/jemalloc];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.5/jemalloc];') && !failure() && !cancelled() steps: @@ -2327,7 +2327,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2370,7 +2370,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "jemalloc" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2380,18 +2380,18 @@ jobs: VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-24.04_jemalloc" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-24.04_jemalloc" ARTIFACT_PATH: output-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - build_ruby_ubuntu_24_04-3_3_4-malloctrim: - name: 'Ruby [ubuntu-24.04/3.3.4/malloctrim]' + build_ruby_ubuntu_24_04-3_3_5-malloctrim: + name: 'Ruby [ubuntu-24.04/3.3.5/malloctrim]' runs-on: ubuntu-24.04 environment: test @@ -2401,7 +2401,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.4/malloctrim];') + contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.5/malloctrim];') && !failure() && !cancelled() steps: @@ -2426,7 +2426,7 @@ jobs: - name: Fetch Ruby source run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: . CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2463,7 +2463,7 @@ jobs: env: ENVIRONMENT_NAME: "ubuntu-24.04" VARIANT_NAME: "malloctrim" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" CACHE_KEY_PREFIX: "sccache/ubuntu-24.04" - name: Build package @@ -2473,13 +2473,13 @@ jobs: VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" PACKAGE_FORMAT: "DEB" - RUBY_PACKAGE_VERSION_ID: "3.3.4" + RUBY_PACKAGE_VERSION_ID: "3.3.5" RUBY_PACKAGE_REVISION: "0" - name: Archive package artifact to Google Cloud run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: "ruby-pkg_3.3.4_ubuntu-24.04_malloctrim" + ARTIFACT_NAME: "ruby-pkg_3.3.5_ubuntu-24.04_malloctrim" ARTIFACT_PATH: output-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3083,9 +3083,9 @@ jobs: - build_ruby_debian_12-3_2-jemalloc - build_ruby_debian_12-3_2-malloctrim - - build_ruby_debian_12-3_3_4-normal - - build_ruby_debian_12-3_3_4-jemalloc - - build_ruby_debian_12-3_3_4-malloctrim + - build_ruby_debian_12-3_3_5-normal + - build_ruby_debian_12-3_3_5-jemalloc + - build_ruby_debian_12-3_3_5-malloctrim - build_ruby_debian_12-3_2_5-normal - build_ruby_debian_12-3_2_5-jemalloc @@ -3105,9 +3105,9 @@ jobs: - build_ruby_ubuntu_24_04-3_1-jemalloc - build_ruby_ubuntu_24_04-3_1-malloctrim - - build_ruby_ubuntu_24_04-3_3_4-normal - - build_ruby_ubuntu_24_04-3_3_4-jemalloc - - build_ruby_ubuntu_24_04-3_3_4-malloctrim + - build_ruby_ubuntu_24_04-3_3_5-normal + - build_ruby_ubuntu_24_04-3_3_5-jemalloc + - build_ruby_ubuntu_24_04-3_3_5-malloctrim - build_ruby_ubuntu_24_04-3_2_5-normal - build_ruby_ubuntu_24_04-3_2_5-jemalloc @@ -3164,7 +3164,7 @@ jobs: - name: Download Ruby package artifacts from Google Cloud run: ./internal-scripts/ci-cd/download-artifacts.sh env: - ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim' + ARTIFACT_NAMES: 'ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.5_debian-12_normal ruby-pkg_3.3.5_debian-12_jemalloc ruby-pkg_3.3.5_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.5_ubuntu-24.04_normal ruby-pkg_3.3.5_ubuntu-24.04_jemalloc ruby-pkg_3.3.5_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim' ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3204,23 +3204,23 @@ 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_3.3.4_debian-12_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-12_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-12_normal - path: artifacts/ruby-pkg_3.3.4_debian-12_normal + name: ruby-pkg_3.3.5_debian-12_normal + path: artifacts/ruby-pkg_3.3.5_debian-12_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-12_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-12_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-12_jemalloc - path: artifacts/ruby-pkg_3.3.4_debian-12_jemalloc + name: ruby-pkg_3.3.5_debian-12_jemalloc + path: artifacts/ruby-pkg_3.3.5_debian-12_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_debian-12_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_debian-12_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_debian-12_malloctrim - path: artifacts/ruby-pkg_3.3.4_debian-12_malloctrim + name: ruby-pkg_3.3.5_debian-12_malloctrim + path: artifacts/ruby-pkg_3.3.5_debian-12_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_debian-12_normal] to Github uses: actions/upload-artifact@v4 @@ -3294,23 +3294,23 @@ jobs: name: ruby-pkg_3.1_ubuntu-24.04_malloctrim path: artifacts/ruby-pkg_3.1_ubuntu-24.04_malloctrim compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-24.04_normal] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-24.04_normal - path: artifacts/ruby-pkg_3.3.4_ubuntu-24.04_normal + name: ruby-pkg_3.3.5_ubuntu-24.04_normal + path: artifacts/ruby-pkg_3.3.5_ubuntu-24.04_normal compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-24.04_jemalloc] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-24.04_jemalloc] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-24.04_jemalloc - path: artifacts/ruby-pkg_3.3.4_ubuntu-24.04_jemalloc + name: ruby-pkg_3.3.5_ubuntu-24.04_jemalloc + path: artifacts/ruby-pkg_3.3.5_ubuntu-24.04_jemalloc compression-level: 0 - - name: Archive Ruby package artifact [ruby-pkg_3.3.4_ubuntu-24.04_malloctrim] to Github + - name: Archive Ruby package artifact [ruby-pkg_3.3.5_ubuntu-24.04_malloctrim] to Github uses: actions/upload-artifact@v4 with: - name: ruby-pkg_3.3.4_ubuntu-24.04_malloctrim - path: artifacts/ruby-pkg_3.3.4_ubuntu-24.04_malloctrim + name: ruby-pkg_3.3.5_ubuntu-24.04_malloctrim + path: artifacts/ruby-pkg_3.3.5_ubuntu-24.04_malloctrim compression-level: 0 - name: Archive Ruby package artifact [ruby-pkg_3.2.5_ubuntu-24.04_normal] to Github uses: actions/upload-artifact@v4 @@ -3384,15 +3384,15 @@ 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-3_3_4-normal.result != 'success' - && (needs.build_ruby_debian_12-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.4/normal];'))) - || (needs.build_ruby_debian_12-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_debian_12-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.4/jemalloc];'))) - || (needs.build_ruby_debian_12-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_debian_12-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.4/malloctrim];'))) + || (needs.build_ruby_debian_12-3_3_5-normal.result != 'success' + && (needs.build_ruby_debian_12-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.5/normal];'))) + || (needs.build_ruby_debian_12-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_debian_12-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.5/jemalloc];'))) + || (needs.build_ruby_debian_12-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_debian_12-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.3.5/malloctrim];'))) || (needs.build_ruby_debian_12-3_2_5-normal.result != 'success' && (needs.build_ruby_debian_12-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [debian-12/3.2.5/normal];'))) @@ -3433,15 +3433,15 @@ jobs: || (needs.build_ruby_ubuntu_24_04-3_1-malloctrim.result != 'success' && (needs.build_ruby_ubuntu_24_04-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.1/malloctrim];'))) - || (needs.build_ruby_ubuntu_24_04-3_3_4-normal.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.4/normal];'))) - || (needs.build_ruby_ubuntu_24_04-3_3_4-jemalloc.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.4/jemalloc];'))) - || (needs.build_ruby_ubuntu_24_04-3_3_4-malloctrim.result != 'success' - && (needs.build_ruby_ubuntu_24_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.4/malloctrim];'))) + || (needs.build_ruby_ubuntu_24_04-3_3_5-normal.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.5/normal];'))) + || (needs.build_ruby_ubuntu_24_04-3_3_5-jemalloc.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.5/jemalloc];'))) + || (needs.build_ruby_ubuntu_24_04-3_3_5-malloctrim.result != 'success' + && (needs.build_ruby_ubuntu_24_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.3.5/malloctrim];'))) || (needs.build_ruby_ubuntu_24_04-3_2_5-normal.result != 'success' && (needs.build_ruby_ubuntu_24_04-3_2_5-normal.result != 'skipped' || contains(inputs.necessary_jobs, ';Build Ruby [ubuntu-24.04/3.2.5/normal];'))) diff --git a/.github/workflows/ci-cd-prepare.yml b/.github/workflows/ci-cd-prepare.yml index 9b12294c..485f811a 100644 --- a/.github/workflows/ci-cd-prepare.yml +++ b/.github/workflows/ci-cd-prepare.yml @@ -512,13 +512,13 @@ jobs: ### Sources ### - download_ruby_source_3_3_4: - name: Download Ruby source [3.3.4] + download_ruby_source_3_3_5: + name: Download Ruby source [3.3.5] runs-on: ubuntu-24.04 permissions: id-token: write environment: test - if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.4;') + if: contains(inputs.necessary_jobs, ';Download Ruby source 3.3.5;') steps: - uses: actions/checkout@v4 - uses: azure/login@v2 @@ -538,12 +538,12 @@ jobs: - name: Download run: ./internal-scripts/ci-cd/download-ruby-sources/download.sh env: - RUBY_VERSION: 3.3.4 + RUBY_VERSION: 3.3.5 - name: Archive artifact run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: output CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} download_ruby_source_3_2_5: @@ -1007,7 +1007,7 @@ jobs: - build_docker_image_ubuntu_22_04 - build_docker_image_ubuntu_24_04 - build_docker_image_utility - - download_ruby_source_3_3_4 + - download_ruby_source_3_3_5 - download_ruby_source_3_2_5 - download_ruby_source_3_1_6 - download_ruby_source_3_0_7 @@ -1198,17 +1198,17 @@ jobs: path: artifacts - - name: Download Ruby source artifact [3.3.4] from Google Cloud + - name: Download Ruby source artifact [3.3.5] from Google Cloud run: ./internal-scripts/ci-cd/download-artifact.sh env: - ARTIFACT_NAME: ruby-src-3.3.4 + ARTIFACT_NAME: ruby-src-3.3.5 ARTIFACT_PATH: artifacts CLEAR: true CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - - name: Archive Ruby source artifact [3.3.4] to Github + - name: Archive Ruby source artifact [3.3.5] to Github uses: actions/upload-artifact@v4 with: - name: ruby-src-3.3.4 + name: ruby-src-3.3.5 path: artifacts compression-level: 0 - name: Download Ruby source artifact [3.2.5] from Google Cloud @@ -1360,9 +1360,9 @@ jobs: run: 'false' if: | false - || (needs.download_ruby_source_3_3_4.result != 'success' - && (needs.download_ruby_source_3_3_4.result != 'skipped' - || contains(inputs.necessary_jobs, ';Download Ruby source 3.3.4;'))) + || (needs.download_ruby_source_3_3_5.result != 'success' + && (needs.download_ruby_source_3_3_5.result != 'skipped' + || contains(inputs.necessary_jobs, ';Download Ruby source 3.3.5;'))) || (needs.download_ruby_source_3_2_5.result != 'success' && (needs.download_ruby_source_3_2_5.result != 'skipped' || contains(inputs.necessary_jobs, ';Download Ruby source 3.2.5;'))) diff --git a/.github/workflows/ci-cd-publish-test-production.yml b/.github/workflows/ci-cd-publish-test-production.yml index ea246726..57562d8b 100644 --- a/.github/workflows/ci-cd-publish-test-production.yml +++ b/.github/workflows/ci-cd-publish-test-production.yml @@ -68,7 +68,7 @@ jobs: common-rpm rbenv-deb rbenv-rpm - ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim + ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.5_centos-8_normal ruby-pkg_3.3.5_centos-8_jemalloc ruby-pkg_3.3.5_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.5_debian-10_normal ruby-pkg_3.3.5_debian-10_jemalloc ruby-pkg_3.3.5_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.5_debian-11_normal ruby-pkg_3.3.5_debian-11_jemalloc ruby-pkg_3.3.5_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.5_debian-12_normal ruby-pkg_3.3.5_debian-12_jemalloc ruby-pkg_3.3.5_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.5_el-9_normal ruby-pkg_3.3.5_el-9_jemalloc ruby-pkg_3.3.5_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.5_ubuntu-20.04_normal ruby-pkg_3.3.5_ubuntu-20.04_jemalloc ruby-pkg_3.3.5_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.5_ubuntu-22.04_normal ruby-pkg_3.3.5_ubuntu-22.04_jemalloc ruby-pkg_3.3.5_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.5_ubuntu-24.04_normal ruby-pkg_3.3.5_ubuntu-24.04_jemalloc ruby-pkg_3.3.5_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim ARTIFACT_PATH: pkgs CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -521,8 +521,8 @@ jobs: ARTIFACT_NAME: tested-against-production-centos-8_3.0_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_4-normal: - name: 'Test [centos-8/3.3.4/normal]' + test_centos_8-3_3_5-normal: + name: 'Test [centos-8/3.3.5/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/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.5/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: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" 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_3.3.4_normal + ARTIFACT_NAME: tested-against-production-centos-8_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_4-jemalloc: - name: 'Test [centos-8/3.3.4/jemalloc]' + test_centos_8-3_3_5-jemalloc: + name: 'Test [centos-8/3.3.5/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/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.5/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: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" 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_3.3.4_jemalloc + ARTIFACT_NAME: tested-against-production-centos-8_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_4-malloctrim: - name: 'Test [centos-8/3.3.4/malloctrim]' + test_centos_8-3_3_5-malloctrim: + name: 'Test [centos-8/3.3.5/malloctrim]' 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.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.5/malloctrim];') 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.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -647,7 +647,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.4_malloctrim + ARTIFACT_NAME: tested-against-production-centos-8_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_centos_8-3_2_5-normal: @@ -1425,8 +1425,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-10_3.0_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_3_4-normal: - name: 'Test [debian-10/3.3.4/normal]' + test_debian_10-3_3_5-normal: + name: 'Test [debian-10/3.3.5/normal]' 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-10/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.5/normal];') permissions: id-token: write steps: @@ -1452,7 +1452,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -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-10_3.3.4_normal + ARTIFACT_NAME: tested-against-production-debian-10_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_3_4-jemalloc: - name: 'Test [debian-10/3.3.4/jemalloc]' + test_debian_10-3_3_5-jemalloc: + name: 'Test [debian-10/3.3.5/jemalloc]' 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-10/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -1495,7 +1495,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -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-10_3.3.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-10_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_3_4-malloctrim: - name: 'Test [debian-10/3.3.4/malloctrim]' + test_debian_10-3_3_5-malloctrim: + name: 'Test [debian-10/3.3.5/malloctrim]' 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-10/3.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -1538,7 +1538,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -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-10_3.3.4_malloctrim + ARTIFACT_NAME: tested-against-production-debian-10_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_debian_10-3_2_5-normal: @@ -2458,8 +2458,8 @@ jobs: ARTIFACT_NAME: tested-against-production-debian-11_3.0_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_4-normal: - name: 'Test [debian-11/3.3.4/normal]' + test_debian_11-3_3_5-normal: + name: 'Test [debian-11/3.3.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -2467,7 +2467,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.5/normal];') permissions: id-token: write steps: @@ -2485,7 +2485,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2498,11 +2498,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.4_normal + ARTIFACT_NAME: tested-against-production-debian-11_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_4-jemalloc: - name: 'Test [debian-11/3.3.4/jemalloc]' + test_debian_11-3_3_5-jemalloc: + name: 'Test [debian-11/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -2510,7 +2510,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -2528,7 +2528,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2541,11 +2541,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.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-11_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_4-malloctrim: - name: 'Test [debian-11/3.3.4/malloctrim]' + test_debian_11-3_3_5-malloctrim: + name: 'Test [debian-11/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -2553,7 +2553,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -2571,7 +2571,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -2584,7 +2584,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.4_malloctrim + ARTIFACT_NAME: tested-against-production-debian-11_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_debian_11-3_2_5-normal: @@ -3233,8 +3233,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-3_3_4-normal: - name: 'Test [debian-12/3.3.4/normal]' + test_debian_12-3_3_5-normal: + name: 'Test [debian-12/3.3.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -3242,7 +3242,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.5/normal];') permissions: id-token: write steps: @@ -3260,7 +3260,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3273,11 +3273,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.4_normal + ARTIFACT_NAME: tested-against-production-debian-12_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_4-jemalloc: - name: 'Test [debian-12/3.3.4/jemalloc]' + test_debian_12-3_3_5-jemalloc: + name: 'Test [debian-12/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -3285,7 +3285,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -3303,7 +3303,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3316,11 +3316,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.4_jemalloc + ARTIFACT_NAME: tested-against-production-debian-12_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_4-malloctrim: - name: 'Test [debian-12/3.3.4/malloctrim]' + test_debian_12-3_3_5-malloctrim: + name: 'Test [debian-12/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -3328,7 +3328,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -3346,7 +3346,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -3359,7 +3359,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.4_malloctrim + ARTIFACT_NAME: tested-against-production-debian-12_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_debian_12-3_2_5-normal: @@ -3879,8 +3879,8 @@ jobs: ARTIFACT_NAME: tested-against-production-el-9_3.1_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_4-normal: - name: 'Test [el-9/3.3.4/normal]' + test_el_9-3_3_5-normal: + name: 'Test [el-9/3.3.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -3888,7 +3888,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.5/normal];') permissions: id-token: write steps: @@ -3906,7 +3906,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3919,11 +3919,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.4_normal + ARTIFACT_NAME: tested-against-production-el-9_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_4-jemalloc: - name: 'Test [el-9/3.3.4/jemalloc]' + test_el_9-3_3_5-jemalloc: + name: 'Test [el-9/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -3931,7 +3931,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -3949,7 +3949,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3962,11 +3962,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.4_jemalloc + ARTIFACT_NAME: tested-against-production-el-9_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_4-malloctrim: - name: 'Test [el-9/3.3.4/malloctrim]' + test_el_9-3_3_5-malloctrim: + name: 'Test [el-9/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -3974,7 +3974,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -3992,7 +3992,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -4005,7 +4005,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.4_malloctrim + ARTIFACT_NAME: tested-against-production-el-9_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_el_9-3_2_5-normal: @@ -4783,8 +4783,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.0_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_3_4-normal: - name: 'Test [ubuntu-20.04/3.3.4/normal]' + test_ubuntu_20_04-3_3_5-normal: + name: 'Test [ubuntu-20.04/3.3.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -4792,7 +4792,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.5/normal];') permissions: id-token: write steps: @@ -4810,7 +4810,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4823,11 +4823,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.3.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_3_4-jemalloc: - name: 'Test [ubuntu-20.04/3.3.4/jemalloc]' + test_ubuntu_20_04-3_3_5-jemalloc: + name: 'Test [ubuntu-20.04/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -4835,7 +4835,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -4853,7 +4853,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4866,11 +4866,11 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.3.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_3_4-malloctrim: - name: 'Test [ubuntu-20.04/3.3.4/malloctrim]' + test_ubuntu_20_04-3_3_5-malloctrim: + name: 'Test [ubuntu-20.04/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -4878,7 +4878,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -4896,7 +4896,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -4909,7 +4909,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.3.4_malloctrim + ARTIFACT_NAME: tested-against-production-ubuntu-20.04_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_20_04-3_2_5-normal: @@ -5687,8 +5687,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.1_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_4-normal: - name: 'Test [ubuntu-22.04/3.3.4/normal]' + test_ubuntu_22_04-3_3_5-normal: + name: 'Test [ubuntu-22.04/3.3.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -5696,7 +5696,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.5/normal];') permissions: id-token: write steps: @@ -5714,7 +5714,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -5727,11 +5727,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.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_4-jemalloc: - name: 'Test [ubuntu-22.04/3.3.4/jemalloc]' + test_ubuntu_22_04-3_3_5-jemalloc: + name: 'Test [ubuntu-22.04/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -5739,7 +5739,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -5757,7 +5757,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -5770,11 +5770,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.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_4-malloctrim: - name: 'Test [ubuntu-22.04/3.3.4/malloctrim]' + test_ubuntu_22_04-3_3_5-malloctrim: + name: 'Test [ubuntu-22.04/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -5782,7 +5782,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -5800,7 +5800,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -5813,7 +5813,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.4_malloctrim + ARTIFACT_NAME: tested-against-production-ubuntu-22.04_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_22_04-3_2_5-normal: @@ -6462,8 +6462,8 @@ jobs: ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.1_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_4-normal: - name: 'Test [ubuntu-24.04/3.3.4/normal]' + test_ubuntu_24_04-3_3_5-normal: + name: 'Test [ubuntu-24.04/3.3.5/normal]' needs: - publish runs-on: ubuntu-22.04 @@ -6471,7 +6471,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.4/normal];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.5/normal];') permissions: id-token: write steps: @@ -6489,7 +6489,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -6502,11 +6502,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.4_normal + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_4-jemalloc: - name: 'Test [ubuntu-24.04/3.3.4/jemalloc]' + test_ubuntu_24_04-3_3_5-jemalloc: + name: 'Test [ubuntu-24.04/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-22.04 @@ -6514,7 +6514,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.4/jemalloc];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -6532,7 +6532,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -6545,11 +6545,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.4_jemalloc + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_4-malloctrim: - name: 'Test [ubuntu-24.04/3.3.4/malloctrim]' + test_ubuntu_24_04-3_3_5-malloctrim: + name: 'Test [ubuntu-24.04/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-22.04 @@ -6557,7 +6557,7 @@ jobs: timeout-minutes: 30 if: | github.ref == 'refs/heads/main' - && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.4/malloctrim];') + && contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -6575,7 +6575,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -6588,7 +6588,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.4_malloctrim + ARTIFACT_NAME: tested-against-production-ubuntu-24.04_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} test_ubuntu_24_04-3_2_5-normal: @@ -6870,9 +6870,9 @@ jobs: - test_centos_8-3_0-normal - test_centos_8-3_0-jemalloc - test_centos_8-3_0-malloctrim - - test_centos_8-3_3_4-normal - - test_centos_8-3_3_4-jemalloc - - test_centos_8-3_3_4-malloctrim + - test_centos_8-3_3_5-normal + - test_centos_8-3_3_5-jemalloc + - test_centos_8-3_3_5-malloctrim - test_centos_8-3_2_5-normal - test_centos_8-3_2_5-jemalloc - test_centos_8-3_2_5-malloctrim @@ -6891,9 +6891,9 @@ jobs: - test_debian_10-3_0-normal - test_debian_10-3_0-jemalloc - test_debian_10-3_0-malloctrim - - test_debian_10-3_3_4-normal - - test_debian_10-3_3_4-jemalloc - - test_debian_10-3_3_4-malloctrim + - test_debian_10-3_3_5-normal + - test_debian_10-3_3_5-jemalloc + - test_debian_10-3_3_5-malloctrim - test_debian_10-3_2_5-normal - test_debian_10-3_2_5-jemalloc - test_debian_10-3_2_5-malloctrim @@ -6915,9 +6915,9 @@ jobs: - test_debian_11-3_0-normal - test_debian_11-3_0-jemalloc - test_debian_11-3_0-malloctrim - - test_debian_11-3_3_4-normal - - test_debian_11-3_3_4-jemalloc - - test_debian_11-3_3_4-malloctrim + - test_debian_11-3_3_5-normal + - test_debian_11-3_3_5-jemalloc + - test_debian_11-3_3_5-malloctrim - test_debian_11-3_2_5-normal - test_debian_11-3_2_5-jemalloc - test_debian_11-3_2_5-malloctrim @@ -6933,9 +6933,9 @@ jobs: - test_debian_12-3_2-normal - test_debian_12-3_2-jemalloc - test_debian_12-3_2-malloctrim - - test_debian_12-3_3_4-normal - - test_debian_12-3_3_4-jemalloc - - test_debian_12-3_3_4-malloctrim + - test_debian_12-3_3_5-normal + - test_debian_12-3_3_5-jemalloc + - test_debian_12-3_3_5-malloctrim - test_debian_12-3_2_5-normal - test_debian_12-3_2_5-jemalloc - test_debian_12-3_2_5-malloctrim @@ -6948,9 +6948,9 @@ jobs: - test_el_9-3_1-normal - test_el_9-3_1-jemalloc - test_el_9-3_1-malloctrim - - test_el_9-3_3_4-normal - - test_el_9-3_3_4-jemalloc - - test_el_9-3_3_4-malloctrim + - test_el_9-3_3_5-normal + - test_el_9-3_3_5-jemalloc + - test_el_9-3_3_5-malloctrim - test_el_9-3_2_5-normal - test_el_9-3_2_5-jemalloc - test_el_9-3_2_5-malloctrim @@ -6969,9 +6969,9 @@ jobs: - test_ubuntu_20_04-3_0-normal - test_ubuntu_20_04-3_0-jemalloc - test_ubuntu_20_04-3_0-malloctrim - - test_ubuntu_20_04-3_3_4-normal - - test_ubuntu_20_04-3_3_4-jemalloc - - test_ubuntu_20_04-3_3_4-malloctrim + - test_ubuntu_20_04-3_3_5-normal + - test_ubuntu_20_04-3_3_5-jemalloc + - test_ubuntu_20_04-3_3_5-malloctrim - test_ubuntu_20_04-3_2_5-normal - test_ubuntu_20_04-3_2_5-jemalloc - test_ubuntu_20_04-3_2_5-malloctrim @@ -6990,9 +6990,9 @@ jobs: - test_ubuntu_22_04-3_1-normal - test_ubuntu_22_04-3_1-jemalloc - test_ubuntu_22_04-3_1-malloctrim - - test_ubuntu_22_04-3_3_4-normal - - test_ubuntu_22_04-3_3_4-jemalloc - - test_ubuntu_22_04-3_3_4-malloctrim + - test_ubuntu_22_04-3_3_5-normal + - test_ubuntu_22_04-3_3_5-jemalloc + - test_ubuntu_22_04-3_3_5-malloctrim - test_ubuntu_22_04-3_2_5-normal - test_ubuntu_22_04-3_2_5-jemalloc - test_ubuntu_22_04-3_2_5-malloctrim @@ -7008,9 +7008,9 @@ jobs: - test_ubuntu_24_04-3_1-normal - test_ubuntu_24_04-3_1-jemalloc - test_ubuntu_24_04-3_1-malloctrim - - test_ubuntu_24_04-3_3_4-normal - - test_ubuntu_24_04-3_3_4-jemalloc - - test_ubuntu_24_04-3_3_4-malloctrim + - test_ubuntu_24_04-3_3_5-normal + - test_ubuntu_24_04-3_3_5-jemalloc + - test_ubuntu_24_04-3_3_5-malloctrim - test_ubuntu_24_04-3_2_5-normal - test_ubuntu_24_04-3_2_5-jemalloc - test_ubuntu_24_04-3_2_5-malloctrim @@ -7094,27 +7094,27 @@ jobs: && needs.test_centos_8-3_0-malloctrim.result != 'success' && (needs.test_centos_8-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.0/malloctrim];')) - - name: Check whether 'Test [centos-8/3.3.4/normal]' did not fail + - name: Check whether 'Test [centos-8/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_3_4-normal.result != 'success' - && (needs.test_centos_8-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.4/normal];')) - - name: Check whether 'Test [centos-8/3.3.4/jemalloc]' did not fail + && needs.test_centos_8-3_3_5-normal.result != 'success' + && (needs.test_centos_8-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.5/normal];')) + - name: Check whether 'Test [centos-8/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_3_4-jemalloc.result != 'success' - && (needs.test_centos_8-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.4/jemalloc];')) - - name: Check whether 'Test [centos-8/3.3.4/malloctrim]' did not fail + && needs.test_centos_8-3_3_5-jemalloc.result != 'success' + && (needs.test_centos_8-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.5/jemalloc];')) + - name: Check whether 'Test [centos-8/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_centos_8-3_3_4-malloctrim.result != 'success' - && (needs.test_centos_8-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.4/malloctrim];')) + && needs.test_centos_8-3_3_5-malloctrim.result != 'success' + && (needs.test_centos_8-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [centos-8/3.3.5/malloctrim];')) - name: Check whether 'Test [centos-8/3.2.5/normal]' did not fail run: 'false' if: | @@ -7241,27 +7241,27 @@ jobs: && needs.test_debian_10-3_0-malloctrim.result != 'success' && (needs.test_debian_10-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.0/malloctrim];')) - - name: Check whether 'Test [debian-10/3.3.4/normal]' did not fail + - name: Check whether 'Test [debian-10/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_10-3_3_4-normal.result != 'success' - && (needs.test_debian_10-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.4/normal];')) - - name: Check whether 'Test [debian-10/3.3.4/jemalloc]' did not fail + && needs.test_debian_10-3_3_5-normal.result != 'success' + && (needs.test_debian_10-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.5/normal];')) + - name: Check whether 'Test [debian-10/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_10-3_3_4-jemalloc.result != 'success' - && (needs.test_debian_10-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.4/jemalloc];')) - - name: Check whether 'Test [debian-10/3.3.4/malloctrim]' did not fail + && needs.test_debian_10-3_3_5-jemalloc.result != 'success' + && (needs.test_debian_10-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.5/jemalloc];')) + - name: Check whether 'Test [debian-10/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_10-3_3_4-malloctrim.result != 'success' - && (needs.test_debian_10-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.4/malloctrim];')) + && needs.test_debian_10-3_3_5-malloctrim.result != 'success' + && (needs.test_debian_10-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-10/3.3.5/malloctrim];')) - name: Check whether 'Test [debian-10/3.2.5/normal]' did not fail run: 'false' if: | @@ -7409,27 +7409,27 @@ jobs: && needs.test_debian_11-3_0-malloctrim.result != 'success' && (needs.test_debian_11-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.0/malloctrim];')) - - name: Check whether 'Test [debian-11/3.3.4/normal]' did not fail + - name: Check whether 'Test [debian-11/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_3_4-normal.result != 'success' - && (needs.test_debian_11-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.4/normal];')) - - name: Check whether 'Test [debian-11/3.3.4/jemalloc]' did not fail + && needs.test_debian_11-3_3_5-normal.result != 'success' + && (needs.test_debian_11-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.5/normal];')) + - name: Check whether 'Test [debian-11/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_3_4-jemalloc.result != 'success' - && (needs.test_debian_11-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.4/jemalloc];')) - - name: Check whether 'Test [debian-11/3.3.4/malloctrim]' did not fail + && needs.test_debian_11-3_3_5-jemalloc.result != 'success' + && (needs.test_debian_11-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.5/jemalloc];')) + - name: Check whether 'Test [debian-11/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_11-3_3_4-malloctrim.result != 'success' - && (needs.test_debian_11-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.4/malloctrim];')) + && needs.test_debian_11-3_3_5-malloctrim.result != 'success' + && (needs.test_debian_11-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-11/3.3.5/malloctrim];')) - name: Check whether 'Test [debian-11/3.2.5/normal]' did not fail run: 'false' if: | @@ -7535,27 +7535,27 @@ 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/3.3.4/normal]' did not fail + - name: Check whether 'Test [debian-12/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_3_4-normal.result != 'success' - && (needs.test_debian_12-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.4/normal];')) - - name: Check whether 'Test [debian-12/3.3.4/jemalloc]' did not fail + && needs.test_debian_12-3_3_5-normal.result != 'success' + && (needs.test_debian_12-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.5/normal];')) + - name: Check whether 'Test [debian-12/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_3_4-jemalloc.result != 'success' - && (needs.test_debian_12-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.4/jemalloc];')) - - name: Check whether 'Test [debian-12/3.3.4/malloctrim]' did not fail + && needs.test_debian_12-3_3_5-jemalloc.result != 'success' + && (needs.test_debian_12-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.5/jemalloc];')) + - name: Check whether 'Test [debian-12/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_debian_12-3_3_4-malloctrim.result != 'success' - && (needs.test_debian_12-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.4/malloctrim];')) + && needs.test_debian_12-3_3_5-malloctrim.result != 'success' + && (needs.test_debian_12-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [debian-12/3.3.5/malloctrim];')) - name: Check whether 'Test [debian-12/3.2.5/normal]' did not fail run: 'false' if: | @@ -7640,27 +7640,27 @@ jobs: && needs.test_el_9-3_1-malloctrim.result != 'success' && (needs.test_el_9-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.1/malloctrim];')) - - name: Check whether 'Test [el-9/3.3.4/normal]' did not fail + - name: Check whether 'Test [el-9/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_3_4-normal.result != 'success' - && (needs.test_el_9-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.4/normal];')) - - name: Check whether 'Test [el-9/3.3.4/jemalloc]' did not fail + && needs.test_el_9-3_3_5-normal.result != 'success' + && (needs.test_el_9-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.5/normal];')) + - name: Check whether 'Test [el-9/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_3_4-jemalloc.result != 'success' - && (needs.test_el_9-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.4/jemalloc];')) - - name: Check whether 'Test [el-9/3.3.4/malloctrim]' did not fail + && needs.test_el_9-3_3_5-jemalloc.result != 'success' + && (needs.test_el_9-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.5/jemalloc];')) + - name: Check whether 'Test [el-9/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_el_9-3_3_4-malloctrim.result != 'success' - && (needs.test_el_9-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.4/malloctrim];')) + && needs.test_el_9-3_3_5-malloctrim.result != 'success' + && (needs.test_el_9-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [el-9/3.3.5/malloctrim];')) - name: Check whether 'Test [el-9/3.2.5/normal]' did not fail run: 'false' if: | @@ -7787,27 +7787,27 @@ jobs: && needs.test_ubuntu_20_04-3_0-malloctrim.result != 'success' && (needs.test_ubuntu_20_04-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.0/malloctrim];')) - - name: Check whether 'Test [ubuntu-20.04/3.3.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-20.04/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_20_04-3_3_4-normal.result != 'success' - && (needs.test_ubuntu_20_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.4/normal];')) - - name: Check whether 'Test [ubuntu-20.04/3.3.4/jemalloc]' did not fail + && needs.test_ubuntu_20_04-3_3_5-normal.result != 'success' + && (needs.test_ubuntu_20_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.5/normal];')) + - name: Check whether 'Test [ubuntu-20.04/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_20_04-3_3_4-jemalloc.result != 'success' - && (needs.test_ubuntu_20_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-20.04/3.3.4/malloctrim]' did not fail + && needs.test_ubuntu_20_04-3_3_5-jemalloc.result != 'success' + && (needs.test_ubuntu_20_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-20.04/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'success' - && (needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.4/malloctrim];')) + && needs.test_ubuntu_20_04-3_3_5-malloctrim.result != 'success' + && (needs.test_ubuntu_20_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-20.04/3.3.5/malloctrim];')) - name: Check whether 'Test [ubuntu-20.04/3.2.5/normal]' did not fail run: 'false' if: | @@ -7934,27 +7934,27 @@ jobs: && needs.test_ubuntu_22_04-3_1-malloctrim.result != 'success' && (needs.test_ubuntu_22_04-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.1/malloctrim];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-22.04/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_3_4-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.4/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.4/jemalloc]' did not fail + && needs.test_ubuntu_22_04-3_3_5-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.5/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_3_4-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.4/malloctrim]' did not fail + && needs.test_ubuntu_22_04-3_3_5-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'success' - && (needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.4/malloctrim];')) + && needs.test_ubuntu_22_04-3_3_5-malloctrim.result != 'success' + && (needs.test_ubuntu_22_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-22.04/3.3.5/malloctrim];')) - name: Check whether 'Test [ubuntu-22.04/3.2.5/normal]' did not fail run: 'false' if: | @@ -8060,27 +8060,27 @@ jobs: && needs.test_ubuntu_24_04-3_1-malloctrim.result != 'success' && (needs.test_ubuntu_24_04-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.1/malloctrim];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-24.04/3.3.5/normal]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_3_4-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.4/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.4/jemalloc]' did not fail + && needs.test_ubuntu_24_04-3_3_5-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.5/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.5/jemalloc]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_3_4-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.4/malloctrim]' did not fail + && needs.test_ubuntu_24_04-3_3_5-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.5/malloctrim]' did not fail run: 'false' if: | github.ref == 'refs/heads/main' - && needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'success' - && (needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.4/malloctrim];')) + && needs.test_ubuntu_24_04-3_3_5-malloctrim.result != 'success' + && (needs.test_ubuntu_24_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against production repo [ubuntu-24.04/3.3.5/malloctrim];')) - name: Check whether 'Test [ubuntu-24.04/3.2.5/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 a961bb0d..3cf18cd4 100644 --- a/.github/workflows/ci-cd-publish-test-test.yml +++ b/.github/workflows/ci-cd-publish-test-test.yml @@ -68,7 +68,7 @@ jobs: common-rpm rbenv-deb rbenv-rpm - ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.4_centos-8_normal ruby-pkg_3.3.4_centos-8_jemalloc ruby-pkg_3.3.4_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.4_debian-10_normal ruby-pkg_3.3.4_debian-10_jemalloc ruby-pkg_3.3.4_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.4_debian-11_normal ruby-pkg_3.3.4_debian-11_jemalloc ruby-pkg_3.3.4_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.4_debian-12_normal ruby-pkg_3.3.4_debian-12_jemalloc ruby-pkg_3.3.4_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.4_el-9_normal ruby-pkg_3.3.4_el-9_jemalloc ruby-pkg_3.3.4_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.4_ubuntu-20.04_normal ruby-pkg_3.3.4_ubuntu-20.04_jemalloc ruby-pkg_3.3.4_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.4_ubuntu-22.04_normal ruby-pkg_3.3.4_ubuntu-22.04_jemalloc ruby-pkg_3.3.4_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.4_ubuntu-24.04_normal ruby-pkg_3.3.4_ubuntu-24.04_jemalloc ruby-pkg_3.3.4_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim + ruby-pkg_3.3_centos-8_normal ruby-pkg_3.3_centos-8_jemalloc ruby-pkg_3.3_centos-8_malloctrim ruby-pkg_3.2_centos-8_normal ruby-pkg_3.2_centos-8_jemalloc ruby-pkg_3.2_centos-8_malloctrim ruby-pkg_3.0_centos-8_normal ruby-pkg_3.0_centos-8_jemalloc ruby-pkg_3.0_centos-8_malloctrim ruby-pkg_3.3.5_centos-8_normal ruby-pkg_3.3.5_centos-8_jemalloc ruby-pkg_3.3.5_centos-8_malloctrim ruby-pkg_3.2.5_centos-8_normal ruby-pkg_3.2.5_centos-8_jemalloc ruby-pkg_3.2.5_centos-8_malloctrim ruby-pkg_3.0.7_centos-8_normal ruby-pkg_3.0.7_centos-8_jemalloc ruby-pkg_3.0.7_centos-8_malloctrim ruby-pkg_3.3_debian-10_normal ruby-pkg_3.3_debian-10_jemalloc ruby-pkg_3.3_debian-10_malloctrim ruby-pkg_3.2_debian-10_normal ruby-pkg_3.2_debian-10_jemalloc ruby-pkg_3.2_debian-10_malloctrim ruby-pkg_3.1_debian-10_normal ruby-pkg_3.1_debian-10_jemalloc ruby-pkg_3.1_debian-10_malloctrim ruby-pkg_3.0_debian-10_normal ruby-pkg_3.0_debian-10_jemalloc ruby-pkg_3.0_debian-10_malloctrim ruby-pkg_3.3.5_debian-10_normal ruby-pkg_3.3.5_debian-10_jemalloc ruby-pkg_3.3.5_debian-10_malloctrim ruby-pkg_3.2.5_debian-10_normal ruby-pkg_3.2.5_debian-10_jemalloc ruby-pkg_3.2.5_debian-10_malloctrim ruby-pkg_3.1.6_debian-10_normal ruby-pkg_3.1.6_debian-10_jemalloc ruby-pkg_3.1.6_debian-10_malloctrim ruby-pkg_3.0.7_debian-10_normal ruby-pkg_3.0.7_debian-10_jemalloc ruby-pkg_3.0.7_debian-10_malloctrim ruby-pkg_3.3_debian-11_normal ruby-pkg_3.3_debian-11_jemalloc ruby-pkg_3.3_debian-11_malloctrim ruby-pkg_3.2_debian-11_normal ruby-pkg_3.2_debian-11_jemalloc ruby-pkg_3.2_debian-11_malloctrim ruby-pkg_3.1_debian-11_normal ruby-pkg_3.1_debian-11_jemalloc ruby-pkg_3.1_debian-11_malloctrim ruby-pkg_3.0_debian-11_normal ruby-pkg_3.0_debian-11_jemalloc ruby-pkg_3.0_debian-11_malloctrim ruby-pkg_3.3.5_debian-11_normal ruby-pkg_3.3.5_debian-11_jemalloc ruby-pkg_3.3.5_debian-11_malloctrim ruby-pkg_3.2.5_debian-11_normal ruby-pkg_3.2.5_debian-11_jemalloc ruby-pkg_3.2.5_debian-11_malloctrim ruby-pkg_3.1.6_debian-11_normal ruby-pkg_3.1.6_debian-11_jemalloc ruby-pkg_3.1.6_debian-11_malloctrim ruby-pkg_3.0.7_debian-11_normal ruby-pkg_3.0.7_debian-11_jemalloc ruby-pkg_3.0.7_debian-11_malloctrim ruby-pkg_3.3_debian-12_normal ruby-pkg_3.3_debian-12_jemalloc ruby-pkg_3.3_debian-12_malloctrim ruby-pkg_3.2_debian-12_normal ruby-pkg_3.2_debian-12_jemalloc ruby-pkg_3.2_debian-12_malloctrim ruby-pkg_3.3.5_debian-12_normal ruby-pkg_3.3.5_debian-12_jemalloc ruby-pkg_3.3.5_debian-12_malloctrim ruby-pkg_3.2.5_debian-12_normal ruby-pkg_3.2.5_debian-12_jemalloc ruby-pkg_3.2.5_debian-12_malloctrim ruby-pkg_3.3_el-9_normal ruby-pkg_3.3_el-9_jemalloc ruby-pkg_3.3_el-9_malloctrim ruby-pkg_3.2_el-9_normal ruby-pkg_3.2_el-9_jemalloc ruby-pkg_3.2_el-9_malloctrim ruby-pkg_3.1_el-9_normal ruby-pkg_3.1_el-9_jemalloc ruby-pkg_3.1_el-9_malloctrim ruby-pkg_3.3.5_el-9_normal ruby-pkg_3.3.5_el-9_jemalloc ruby-pkg_3.3.5_el-9_malloctrim ruby-pkg_3.2.5_el-9_normal ruby-pkg_3.2.5_el-9_jemalloc ruby-pkg_3.2.5_el-9_malloctrim ruby-pkg_3.1.6_el-9_normal ruby-pkg_3.1.6_el-9_jemalloc ruby-pkg_3.1.6_el-9_malloctrim ruby-pkg_3.3_ubuntu-20.04_normal ruby-pkg_3.3_ubuntu-20.04_jemalloc ruby-pkg_3.3_ubuntu-20.04_malloctrim ruby-pkg_3.2_ubuntu-20.04_normal ruby-pkg_3.2_ubuntu-20.04_jemalloc ruby-pkg_3.2_ubuntu-20.04_malloctrim ruby-pkg_3.1_ubuntu-20.04_normal ruby-pkg_3.1_ubuntu-20.04_jemalloc ruby-pkg_3.1_ubuntu-20.04_malloctrim ruby-pkg_3.0_ubuntu-20.04_normal ruby-pkg_3.0_ubuntu-20.04_jemalloc ruby-pkg_3.0_ubuntu-20.04_malloctrim ruby-pkg_3.3.5_ubuntu-20.04_normal ruby-pkg_3.3.5_ubuntu-20.04_jemalloc ruby-pkg_3.3.5_ubuntu-20.04_malloctrim ruby-pkg_3.2.5_ubuntu-20.04_normal ruby-pkg_3.2.5_ubuntu-20.04_jemalloc ruby-pkg_3.2.5_ubuntu-20.04_malloctrim ruby-pkg_3.1.6_ubuntu-20.04_normal ruby-pkg_3.1.6_ubuntu-20.04_jemalloc ruby-pkg_3.1.6_ubuntu-20.04_malloctrim ruby-pkg_3.0.7_ubuntu-20.04_normal ruby-pkg_3.0.7_ubuntu-20.04_jemalloc ruby-pkg_3.0.7_ubuntu-20.04_malloctrim ruby-pkg_3.3_ubuntu-22.04_normal ruby-pkg_3.3_ubuntu-22.04_jemalloc ruby-pkg_3.3_ubuntu-22.04_malloctrim ruby-pkg_3.2_ubuntu-22.04_normal ruby-pkg_3.2_ubuntu-22.04_jemalloc ruby-pkg_3.2_ubuntu-22.04_malloctrim ruby-pkg_3.1_ubuntu-22.04_normal ruby-pkg_3.1_ubuntu-22.04_jemalloc ruby-pkg_3.1_ubuntu-22.04_malloctrim ruby-pkg_3.3.5_ubuntu-22.04_normal ruby-pkg_3.3.5_ubuntu-22.04_jemalloc ruby-pkg_3.3.5_ubuntu-22.04_malloctrim ruby-pkg_3.2.5_ubuntu-22.04_normal ruby-pkg_3.2.5_ubuntu-22.04_jemalloc ruby-pkg_3.2.5_ubuntu-22.04_malloctrim ruby-pkg_3.1.6_ubuntu-22.04_normal ruby-pkg_3.1.6_ubuntu-22.04_jemalloc ruby-pkg_3.1.6_ubuntu-22.04_malloctrim ruby-pkg_3.3_ubuntu-24.04_normal ruby-pkg_3.3_ubuntu-24.04_jemalloc ruby-pkg_3.3_ubuntu-24.04_malloctrim ruby-pkg_3.2_ubuntu-24.04_normal ruby-pkg_3.2_ubuntu-24.04_jemalloc ruby-pkg_3.2_ubuntu-24.04_malloctrim ruby-pkg_3.1_ubuntu-24.04_normal ruby-pkg_3.1_ubuntu-24.04_jemalloc ruby-pkg_3.1_ubuntu-24.04_malloctrim ruby-pkg_3.3.5_ubuntu-24.04_normal ruby-pkg_3.3.5_ubuntu-24.04_jemalloc ruby-pkg_3.3.5_ubuntu-24.04_malloctrim ruby-pkg_3.2.5_ubuntu-24.04_normal ruby-pkg_3.2.5_ubuntu-24.04_jemalloc ruby-pkg_3.2.5_ubuntu-24.04_malloctrim ruby-pkg_3.1.6_ubuntu-24.04_normal ruby-pkg_3.1.6_ubuntu-24.04_jemalloc ruby-pkg_3.1.6_ubuntu-24.04_malloctrim ARTIFACT_PATH: pkgs CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -491,14 +491,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_4-normal: - name: 'Test [centos-8/3.3.4/normal]' + test_centos_8-3_3_5-normal: + name: 'Test [centos-8/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.5/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: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" 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_3.3.4_normal + ARTIFACT_NAME: tested-against-test-centos-8_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_4-jemalloc: - name: 'Test [centos-8/3.3.4/jemalloc]' + test_centos_8-3_3_5-jemalloc: + name: 'Test [centos-8/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.5/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: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" 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_3.3.4_jemalloc + ARTIFACT_NAME: tested-against-test-centos-8_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_centos_8-3_3_4-malloctrim: - name: 'Test [centos-8/3.3.4/malloctrim]' + test_centos_8-3_3_5-malloctrim: + name: 'Test [centos-8/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.5/malloctrim];') 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.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -613,7 +613,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.4_malloctrim + ARTIFACT_NAME: tested-against-test-centos-8_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -1374,14 +1374,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_3_4-normal: - name: 'Test [debian-10/3.3.4/normal]' + test_debian_10-3_3_5-normal: + name: 'Test [debian-10/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.5/normal];') permissions: id-token: write steps: @@ -1399,7 +1399,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -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-10_3.3.4_normal + ARTIFACT_NAME: tested-against-test-debian-10_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_3_4-jemalloc: - name: 'Test [debian-10/3.3.4/jemalloc]' + test_debian_10-3_3_5-jemalloc: + name: 'Test [debian-10/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -1441,7 +1441,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -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-10_3.3.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-10_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_10-3_3_4-malloctrim: - name: 'Test [debian-10/3.3.4/malloctrim]' + test_debian_10-3_3_5-malloctrim: + name: 'Test [debian-10/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -1483,7 +1483,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-10" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -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-10_3.3.4_malloctrim + ARTIFACT_NAME: tested-against-test-debian-10_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -2383,14 +2383,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_4-normal: - name: 'Test [debian-11/3.3.4/normal]' + test_debian_11-3_3_5-normal: + name: 'Test [debian-11/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.5/normal];') permissions: id-token: write steps: @@ -2408,7 +2408,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -2421,18 +2421,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.4_normal + ARTIFACT_NAME: tested-against-test-debian-11_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_4-jemalloc: - name: 'Test [debian-11/3.3.4/jemalloc]' + test_debian_11-3_3_5-jemalloc: + name: 'Test [debian-11/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -2450,7 +2450,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -2463,18 +2463,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.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-11_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_11-3_3_4-malloctrim: - name: 'Test [debian-11/3.3.4/malloctrim]' + test_debian_11-3_3_5-malloctrim: + name: 'Test [debian-11/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -2492,7 +2492,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-11" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -2505,7 +2505,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.4_malloctrim + ARTIFACT_NAME: tested-against-test-debian-11_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3140,14 +3140,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_4-normal: - name: 'Test [debian-12/3.3.4/normal]' + test_debian_12-3_3_5-normal: + name: 'Test [debian-12/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.5/normal];') permissions: id-token: write steps: @@ -3165,7 +3165,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3178,18 +3178,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.4_normal + ARTIFACT_NAME: tested-against-test-debian-12_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_4-jemalloc: - name: 'Test [debian-12/3.3.4/jemalloc]' + test_debian_12-3_3_5-jemalloc: + name: 'Test [debian-12/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -3207,7 +3207,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3220,18 +3220,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.4_jemalloc + ARTIFACT_NAME: tested-against-test-debian-12_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_debian_12-3_3_4-malloctrim: - name: 'Test [debian-12/3.3.4/malloctrim]' + test_debian_12-3_3_5-malloctrim: + name: 'Test [debian-12/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -3249,7 +3249,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "debian-12" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -3262,7 +3262,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.4_malloctrim + ARTIFACT_NAME: tested-against-test-debian-12_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -3771,14 +3771,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_4-normal: - name: 'Test [el-9/3.3.4/normal]' + test_el_9-3_3_5-normal: + name: 'Test [el-9/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.5/normal];') permissions: id-token: write steps: @@ -3796,7 +3796,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -3809,18 +3809,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.4_normal + ARTIFACT_NAME: tested-against-test-el-9_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_4-jemalloc: - name: 'Test [el-9/3.3.4/jemalloc]' + test_el_9-3_3_5-jemalloc: + name: 'Test [el-9/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -3838,7 +3838,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -3851,18 +3851,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.4_jemalloc + ARTIFACT_NAME: tested-against-test-el-9_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_el_9-3_3_4-malloctrim: - name: 'Test [el-9/3.3.4/malloctrim]' + test_el_9-3_3_5-malloctrim: + name: 'Test [el-9/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -3880,7 +3880,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "el-9" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "RPM" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -3893,7 +3893,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.4_malloctrim + ARTIFACT_NAME: tested-against-test-el-9_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -4654,14 +4654,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_3_4-normal: - name: 'Test [ubuntu-20.04/3.3.4/normal]' + test_ubuntu_20_04-3_3_5-normal: + name: 'Test [ubuntu-20.04/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.5/normal];') permissions: id-token: write steps: @@ -4679,7 +4679,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -4692,18 +4692,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.3.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_3_4-jemalloc: - name: 'Test [ubuntu-20.04/3.3.4/jemalloc]' + test_ubuntu_20_04-3_3_5-jemalloc: + name: 'Test [ubuntu-20.04/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -4721,7 +4721,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -4734,18 +4734,18 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.3.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_20_04-3_3_4-malloctrim: - name: 'Test [ubuntu-20.04/3.3.4/malloctrim]' + test_ubuntu_20_04-3_3_5-malloctrim: + name: 'Test [ubuntu-20.04/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -4763,7 +4763,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-20.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -4776,7 +4776,7 @@ jobs: - name: Mark job as done run: ./internal-scripts/ci-cd/upload-artifact.sh env: - ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.3.4_malloctrim + ARTIFACT_NAME: tested-against-test-ubuntu-20.04_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -5537,14 +5537,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_4-normal: - name: 'Test [ubuntu-22.04/3.3.4/normal]' + test_ubuntu_22_04-3_3_5-normal: + name: 'Test [ubuntu-22.04/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.5/normal];') permissions: id-token: write steps: @@ -5562,7 +5562,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -5575,18 +5575,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.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_4-jemalloc: - name: 'Test [ubuntu-22.04/3.3.4/jemalloc]' + test_ubuntu_22_04-3_3_5-jemalloc: + name: 'Test [ubuntu-22.04/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -5604,7 +5604,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -5617,18 +5617,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.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_22_04-3_3_4-malloctrim: - name: 'Test [ubuntu-22.04/3.3.4/malloctrim]' + test_ubuntu_22_04-3_3_5-malloctrim: + name: 'Test [ubuntu-22.04/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -5646,7 +5646,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-22.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -5659,7 +5659,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.4_malloctrim + ARTIFACT_NAME: tested-against-test-ubuntu-22.04_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -6294,14 +6294,14 @@ jobs: ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_4-normal: - name: 'Test [ubuntu-24.04/3.3.4/normal]' + test_ubuntu_24_04-3_3_5-normal: + name: 'Test [ubuntu-24.04/3.3.5/normal]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.4/normal];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.5/normal];') permissions: id-token: write steps: @@ -6319,7 +6319,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "normal" VARIANT_PACKAGE_SUFFIX: "" @@ -6332,18 +6332,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.4_normal + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.3.5_normal ARTIFACT_PATH: mark-normal CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_4-jemalloc: - name: 'Test [ubuntu-24.04/3.3.4/jemalloc]' + test_ubuntu_24_04-3_3_5-jemalloc: + name: 'Test [ubuntu-24.04/3.3.5/jemalloc]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.4/jemalloc];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.5/jemalloc];') permissions: id-token: write steps: @@ -6361,7 +6361,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "jemalloc" VARIANT_PACKAGE_SUFFIX: "-jemalloc" @@ -6374,18 +6374,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.4_jemalloc + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.3.5_jemalloc ARTIFACT_PATH: mark-jemalloc CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} - test_ubuntu_24_04-3_3_4-malloctrim: - name: 'Test [ubuntu-24.04/3.3.4/malloctrim]' + test_ubuntu_24_04-3_3_5-malloctrim: + name: 'Test [ubuntu-24.04/3.3.5/malloctrim]' needs: - publish runs-on: ubuntu-24.04 environment: test timeout-minutes: 30 - if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.4/malloctrim];') + if: contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.5/malloctrim];') permissions: id-token: write steps: @@ -6403,7 +6403,7 @@ jobs: run: ./internal-scripts/ci-cd/test-packages/run-tests.sh env: DISTRIBUTION_NAME: "ubuntu-24.04" - RUBY_PACKAGE_ID: "3.3.4" + RUBY_PACKAGE_ID: "3.3.5" PACKAGE_FORMAT: "DEB" VARIANT_NAME: "malloctrim" VARIANT_PACKAGE_SUFFIX: "-malloctrim" @@ -6416,7 +6416,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.4_malloctrim + ARTIFACT_NAME: tested-against-test-ubuntu-24.04_3.3.5_malloctrim ARTIFACT_PATH: mark-malloctrim CI_ARTIFACTS_BUCKET: ${{ vars.CI_ARTIFACTS_BUCKET }} @@ -6692,9 +6692,9 @@ jobs: - test_centos_8-3_0-normal - test_centos_8-3_0-jemalloc - test_centos_8-3_0-malloctrim - - test_centos_8-3_3_4-normal - - test_centos_8-3_3_4-jemalloc - - test_centos_8-3_3_4-malloctrim + - test_centos_8-3_3_5-normal + - test_centos_8-3_3_5-jemalloc + - test_centos_8-3_3_5-malloctrim - test_centos_8-3_2_5-normal - test_centos_8-3_2_5-jemalloc - test_centos_8-3_2_5-malloctrim @@ -6713,9 +6713,9 @@ jobs: - test_debian_10-3_0-normal - test_debian_10-3_0-jemalloc - test_debian_10-3_0-malloctrim - - test_debian_10-3_3_4-normal - - test_debian_10-3_3_4-jemalloc - - test_debian_10-3_3_4-malloctrim + - test_debian_10-3_3_5-normal + - test_debian_10-3_3_5-jemalloc + - test_debian_10-3_3_5-malloctrim - test_debian_10-3_2_5-normal - test_debian_10-3_2_5-jemalloc - test_debian_10-3_2_5-malloctrim @@ -6737,9 +6737,9 @@ jobs: - test_debian_11-3_0-normal - test_debian_11-3_0-jemalloc - test_debian_11-3_0-malloctrim - - test_debian_11-3_3_4-normal - - test_debian_11-3_3_4-jemalloc - - test_debian_11-3_3_4-malloctrim + - test_debian_11-3_3_5-normal + - test_debian_11-3_3_5-jemalloc + - test_debian_11-3_3_5-malloctrim - test_debian_11-3_2_5-normal - test_debian_11-3_2_5-jemalloc - test_debian_11-3_2_5-malloctrim @@ -6755,9 +6755,9 @@ jobs: - test_debian_12-3_2-normal - test_debian_12-3_2-jemalloc - test_debian_12-3_2-malloctrim - - test_debian_12-3_3_4-normal - - test_debian_12-3_3_4-jemalloc - - test_debian_12-3_3_4-malloctrim + - test_debian_12-3_3_5-normal + - test_debian_12-3_3_5-jemalloc + - test_debian_12-3_3_5-malloctrim - test_debian_12-3_2_5-normal - test_debian_12-3_2_5-jemalloc - test_debian_12-3_2_5-malloctrim @@ -6770,9 +6770,9 @@ jobs: - test_el_9-3_1-normal - test_el_9-3_1-jemalloc - test_el_9-3_1-malloctrim - - test_el_9-3_3_4-normal - - test_el_9-3_3_4-jemalloc - - test_el_9-3_3_4-malloctrim + - test_el_9-3_3_5-normal + - test_el_9-3_3_5-jemalloc + - test_el_9-3_3_5-malloctrim - test_el_9-3_2_5-normal - test_el_9-3_2_5-jemalloc - test_el_9-3_2_5-malloctrim @@ -6791,9 +6791,9 @@ jobs: - test_ubuntu_20_04-3_0-normal - test_ubuntu_20_04-3_0-jemalloc - test_ubuntu_20_04-3_0-malloctrim - - test_ubuntu_20_04-3_3_4-normal - - test_ubuntu_20_04-3_3_4-jemalloc - - test_ubuntu_20_04-3_3_4-malloctrim + - test_ubuntu_20_04-3_3_5-normal + - test_ubuntu_20_04-3_3_5-jemalloc + - test_ubuntu_20_04-3_3_5-malloctrim - test_ubuntu_20_04-3_2_5-normal - test_ubuntu_20_04-3_2_5-jemalloc - test_ubuntu_20_04-3_2_5-malloctrim @@ -6812,9 +6812,9 @@ jobs: - test_ubuntu_22_04-3_1-normal - test_ubuntu_22_04-3_1-jemalloc - test_ubuntu_22_04-3_1-malloctrim - - test_ubuntu_22_04-3_3_4-normal - - test_ubuntu_22_04-3_3_4-jemalloc - - test_ubuntu_22_04-3_3_4-malloctrim + - test_ubuntu_22_04-3_3_5-normal + - test_ubuntu_22_04-3_3_5-jemalloc + - test_ubuntu_22_04-3_3_5-malloctrim - test_ubuntu_22_04-3_2_5-normal - test_ubuntu_22_04-3_2_5-jemalloc - test_ubuntu_22_04-3_2_5-malloctrim @@ -6830,9 +6830,9 @@ jobs: - test_ubuntu_24_04-3_1-normal - test_ubuntu_24_04-3_1-jemalloc - test_ubuntu_24_04-3_1-malloctrim - - test_ubuntu_24_04-3_3_4-normal - - test_ubuntu_24_04-3_3_4-jemalloc - - test_ubuntu_24_04-3_3_4-malloctrim + - test_ubuntu_24_04-3_3_5-normal + - test_ubuntu_24_04-3_3_5-jemalloc + - test_ubuntu_24_04-3_3_5-malloctrim - test_ubuntu_24_04-3_2_5-normal - test_ubuntu_24_04-3_2_5-jemalloc - test_ubuntu_24_04-3_2_5-malloctrim @@ -6905,24 +6905,24 @@ jobs: needs.test_centos_8-3_0-malloctrim.result != 'success' && (needs.test_centos_8-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.0/malloctrim];')) - - name: Check whether 'Test [centos-8/3.3.4/normal]' did not fail + - name: Check whether 'Test [centos-8/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_centos_8-3_3_4-normal.result != 'success' - && (needs.test_centos_8-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.4/normal];')) - - name: Check whether 'Test [centos-8/3.3.4/jemalloc]' did not fail + needs.test_centos_8-3_3_5-normal.result != 'success' + && (needs.test_centos_8-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.5/normal];')) + - name: Check whether 'Test [centos-8/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_centos_8-3_3_4-jemalloc.result != 'success' - && (needs.test_centos_8-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.4/jemalloc];')) - - name: Check whether 'Test [centos-8/3.3.4/malloctrim]' did not fail + needs.test_centos_8-3_3_5-jemalloc.result != 'success' + && (needs.test_centos_8-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.5/jemalloc];')) + - name: Check whether 'Test [centos-8/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_centos_8-3_3_4-malloctrim.result != 'success' - && (needs.test_centos_8-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.4/malloctrim];')) + needs.test_centos_8-3_3_5-malloctrim.result != 'success' + && (needs.test_centos_8-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [centos-8/3.3.5/malloctrim];')) - name: Check whether 'Test [centos-8/3.2.5/normal]' did not fail run: 'false' if: | @@ -7031,24 +7031,24 @@ jobs: needs.test_debian_10-3_0-malloctrim.result != 'success' && (needs.test_debian_10-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.0/malloctrim];')) - - name: Check whether 'Test [debian-10/3.3.4/normal]' did not fail + - name: Check whether 'Test [debian-10/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_debian_10-3_3_4-normal.result != 'success' - && (needs.test_debian_10-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.4/normal];')) - - name: Check whether 'Test [debian-10/3.3.4/jemalloc]' did not fail + needs.test_debian_10-3_3_5-normal.result != 'success' + && (needs.test_debian_10-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.5/normal];')) + - name: Check whether 'Test [debian-10/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_10-3_3_4-jemalloc.result != 'success' - && (needs.test_debian_10-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.4/jemalloc];')) - - name: Check whether 'Test [debian-10/3.3.4/malloctrim]' did not fail + needs.test_debian_10-3_3_5-jemalloc.result != 'success' + && (needs.test_debian_10-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.5/jemalloc];')) + - name: Check whether 'Test [debian-10/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_debian_10-3_3_4-malloctrim.result != 'success' - && (needs.test_debian_10-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.4/malloctrim];')) + needs.test_debian_10-3_3_5-malloctrim.result != 'success' + && (needs.test_debian_10-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-10/3.3.5/malloctrim];')) - name: Check whether 'Test [debian-10/3.2.5/normal]' did not fail run: 'false' if: | @@ -7175,24 +7175,24 @@ jobs: needs.test_debian_11-3_0-malloctrim.result != 'success' && (needs.test_debian_11-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.0/malloctrim];')) - - name: Check whether 'Test [debian-11/3.3.4/normal]' did not fail + - name: Check whether 'Test [debian-11/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_debian_11-3_3_4-normal.result != 'success' - && (needs.test_debian_11-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.4/normal];')) - - name: Check whether 'Test [debian-11/3.3.4/jemalloc]' did not fail + needs.test_debian_11-3_3_5-normal.result != 'success' + && (needs.test_debian_11-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.5/normal];')) + - name: Check whether 'Test [debian-11/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_11-3_3_4-jemalloc.result != 'success' - && (needs.test_debian_11-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.4/jemalloc];')) - - name: Check whether 'Test [debian-11/3.3.4/malloctrim]' did not fail + needs.test_debian_11-3_3_5-jemalloc.result != 'success' + && (needs.test_debian_11-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.5/jemalloc];')) + - name: Check whether 'Test [debian-11/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_debian_11-3_3_4-malloctrim.result != 'success' - && (needs.test_debian_11-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.4/malloctrim];')) + needs.test_debian_11-3_3_5-malloctrim.result != 'success' + && (needs.test_debian_11-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-11/3.3.5/malloctrim];')) - name: Check whether 'Test [debian-11/3.2.5/normal]' did not fail run: 'false' if: | @@ -7283,24 +7283,24 @@ 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/3.3.4/normal]' did not fail + - name: Check whether 'Test [debian-12/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_debian_12-3_3_4-normal.result != 'success' - && (needs.test_debian_12-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.4/normal];')) - - name: Check whether 'Test [debian-12/3.3.4/jemalloc]' did not fail + needs.test_debian_12-3_3_5-normal.result != 'success' + && (needs.test_debian_12-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.5/normal];')) + - name: Check whether 'Test [debian-12/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_debian_12-3_3_4-jemalloc.result != 'success' - && (needs.test_debian_12-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.4/jemalloc];')) - - name: Check whether 'Test [debian-12/3.3.4/malloctrim]' did not fail + needs.test_debian_12-3_3_5-jemalloc.result != 'success' + && (needs.test_debian_12-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.5/jemalloc];')) + - name: Check whether 'Test [debian-12/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_debian_12-3_3_4-malloctrim.result != 'success' - && (needs.test_debian_12-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.4/malloctrim];')) + needs.test_debian_12-3_3_5-malloctrim.result != 'success' + && (needs.test_debian_12-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [debian-12/3.3.5/malloctrim];')) - name: Check whether 'Test [debian-12/3.2.5/normal]' did not fail run: 'false' if: | @@ -7373,24 +7373,24 @@ jobs: needs.test_el_9-3_1-malloctrim.result != 'success' && (needs.test_el_9-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.1/malloctrim];')) - - name: Check whether 'Test [el-9/3.3.4/normal]' did not fail + - name: Check whether 'Test [el-9/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_el_9-3_3_4-normal.result != 'success' - && (needs.test_el_9-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.4/normal];')) - - name: Check whether 'Test [el-9/3.3.4/jemalloc]' did not fail + needs.test_el_9-3_3_5-normal.result != 'success' + && (needs.test_el_9-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.5/normal];')) + - name: Check whether 'Test [el-9/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_el_9-3_3_4-jemalloc.result != 'success' - && (needs.test_el_9-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.4/jemalloc];')) - - name: Check whether 'Test [el-9/3.3.4/malloctrim]' did not fail + needs.test_el_9-3_3_5-jemalloc.result != 'success' + && (needs.test_el_9-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.5/jemalloc];')) + - name: Check whether 'Test [el-9/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_el_9-3_3_4-malloctrim.result != 'success' - && (needs.test_el_9-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.4/malloctrim];')) + needs.test_el_9-3_3_5-malloctrim.result != 'success' + && (needs.test_el_9-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [el-9/3.3.5/malloctrim];')) - name: Check whether 'Test [el-9/3.2.5/normal]' did not fail run: 'false' if: | @@ -7499,24 +7499,24 @@ jobs: needs.test_ubuntu_20_04-3_0-malloctrim.result != 'success' && (needs.test_ubuntu_20_04-3_0-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.0/malloctrim];')) - - name: Check whether 'Test [ubuntu-20.04/3.3.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-20.04/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_20_04-3_3_4-normal.result != 'success' - && (needs.test_ubuntu_20_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.4/normal];')) - - name: Check whether 'Test [ubuntu-20.04/3.3.4/jemalloc]' did not fail + needs.test_ubuntu_20_04-3_3_5-normal.result != 'success' + && (needs.test_ubuntu_20_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.5/normal];')) + - name: Check whether 'Test [ubuntu-20.04/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_20_04-3_3_4-jemalloc.result != 'success' - && (needs.test_ubuntu_20_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-20.04/3.3.4/malloctrim]' did not fail + needs.test_ubuntu_20_04-3_3_5-jemalloc.result != 'success' + && (needs.test_ubuntu_20_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-20.04/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'success' - && (needs.test_ubuntu_20_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.4/malloctrim];')) + needs.test_ubuntu_20_04-3_3_5-malloctrim.result != 'success' + && (needs.test_ubuntu_20_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-20.04/3.3.5/malloctrim];')) - name: Check whether 'Test [ubuntu-20.04/3.2.5/normal]' did not fail run: 'false' if: | @@ -7625,24 +7625,24 @@ jobs: needs.test_ubuntu_22_04-3_1-malloctrim.result != 'success' && (needs.test_ubuntu_22_04-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.1/malloctrim];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-22.04/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_3_4-normal.result != 'success' - && (needs.test_ubuntu_22_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.4/normal];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.4/jemalloc]' did not fail + needs.test_ubuntu_22_04-3_3_5-normal.result != 'success' + && (needs.test_ubuntu_22_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.5/normal];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_3_4-jemalloc.result != 'success' - && (needs.test_ubuntu_22_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-22.04/3.3.4/malloctrim]' did not fail + needs.test_ubuntu_22_04-3_3_5-jemalloc.result != 'success' + && (needs.test_ubuntu_22_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-22.04/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'success' - && (needs.test_ubuntu_22_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.4/malloctrim];')) + needs.test_ubuntu_22_04-3_3_5-malloctrim.result != 'success' + && (needs.test_ubuntu_22_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-22.04/3.3.5/malloctrim];')) - name: Check whether 'Test [ubuntu-22.04/3.2.5/normal]' did not fail run: 'false' if: | @@ -7733,24 +7733,24 @@ jobs: needs.test_ubuntu_24_04-3_1-malloctrim.result != 'success' && (needs.test_ubuntu_24_04-3_1-malloctrim.result != 'skipped' || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.1/malloctrim];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.4/normal]' did not fail + - name: Check whether 'Test [ubuntu-24.04/3.3.5/normal]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_3_4-normal.result != 'success' - && (needs.test_ubuntu_24_04-3_3_4-normal.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.4/normal];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.4/jemalloc]' did not fail + needs.test_ubuntu_24_04-3_3_5-normal.result != 'success' + && (needs.test_ubuntu_24_04-3_3_5-normal.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.5/normal];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.5/jemalloc]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_3_4-jemalloc.result != 'success' - && (needs.test_ubuntu_24_04-3_3_4-jemalloc.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.4/jemalloc];')) - - name: Check whether 'Test [ubuntu-24.04/3.3.4/malloctrim]' did not fail + needs.test_ubuntu_24_04-3_3_5-jemalloc.result != 'success' + && (needs.test_ubuntu_24_04-3_3_5-jemalloc.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.5/jemalloc];')) + - name: Check whether 'Test [ubuntu-24.04/3.3.5/malloctrim]' did not fail run: 'false' if: | - needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'success' - && (needs.test_ubuntu_24_04-3_3_4-malloctrim.result != 'skipped' - || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.4/malloctrim];')) + needs.test_ubuntu_24_04-3_3_5-malloctrim.result != 'success' + && (needs.test_ubuntu_24_04-3_3_5-malloctrim.result != 'skipped' + || contains(inputs.necessary_jobs, ';Test against test repo [ubuntu-24.04/3.3.5/malloctrim];')) - name: Check whether 'Test [ubuntu-24.04/3.2.5/normal]' did not fail run: 'false' if: | diff --git a/config.yml b/config.yml index 757f06f6..98c47133 100644 --- a/config.yml +++ b/config.yml @@ -12,8 +12,8 @@ ruby: ## then be sure to bump the corresponding `package_revision`! minor_version_packages: - minor_version: '3.3' - full_version: '3.3.4' - package_revision: '4' + full_version: '3.3.5' + package_revision: '5' - minor_version: '3.2' full_version: '3.2.5' package_revision: '8' @@ -27,7 +27,7 @@ ruby: ## (Optional) ## Which tiny Ruby version packages to build. tiny_version_packages: - - full_version: '3.3.4' + - full_version: '3.3.5' package_revision: '0' - full_version: '3.2.5' package_revision: '0'