From 8f16a4e26cdf27ac7493cb1019d1cfb5a3f1b92d Mon Sep 17 00:00:00 2001 From: Steve Vaughan Jr Date: Wed, 14 Aug 2024 17:54:36 -0400 Subject: [PATCH] build: Restore 3.4_2.12 pipelines (#382) --- rio.yaml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/rio.yaml b/rio.yaml index da7eb624f..66fb1a85b 100644 --- a/rio.yaml +++ b/rio.yaml @@ -115,7 +115,6 @@ builds: - <<: *comet-java version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine env: @@ -273,7 +272,6 @@ builds: - <<: *comet-spark group: test-spark-sql-catalyst version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine env: @@ -347,7 +345,6 @@ builds: - <<: *comet-spark group: test-spark-sql-core-1 version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine # NOTE: Requires ubi8 due to leveldbjni and graviton @@ -419,7 +416,6 @@ builds: - <<: *comet-spark group: test-spark-sql-core-2 version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine env: @@ -453,7 +449,6 @@ builds: - <<: *comet-spark group: test-spark-sql-core-3 version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine env: @@ -521,7 +516,6 @@ builds: - <<: *comet-spark group: test-spark-sql-hive-1 version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine env: @@ -589,7 +583,6 @@ builds: - <<: *comet-spark group: test-spark-sql-hive-2 version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine env: @@ -689,7 +682,6 @@ builds: - <<: *comet-iceberg version: 3.4_2.12 - disabled: true machine: <<: *rio3-machine env: @@ -787,6 +779,12 @@ builds: - cat $RIO_CONTEXT_FILE finally: pipelineChain: + - pipeline: build-main-apple-publish-3.4_2.12 + buildArguments: + - name: "ARTIFACT_X86_64" + value: "${ARTIFACT_X86_64}" + - name: "ARTIFACT_AARCH64" + value: "${ARTIFACT_AARCH64}" - pipeline: build-main-apple-publish-3.4_2.13 buildArguments: - name: "ARTIFACT_X86_64" @@ -891,7 +889,6 @@ builds: - group: build branchName: main-apple version: 3.4_2.12 - disabled: true trigger: gitPush: false machine: @@ -993,7 +990,6 @@ builds: - group: build-artifacts branchName: main-apple version: 3.4_2.12 - disabled: true trigger: gitPush: false machine: @@ -1108,7 +1104,6 @@ builds: - group: image branchName: main-apple version: 3.4_2.12 - disabled: true trigger: gitPush: false machine: @@ -1205,7 +1200,6 @@ builds: - group: nightly branchName: main-apple version: 3.4_2.12 - disabled: true trigger: timer: '45 4 * * *' gitPush: false @@ -1285,6 +1279,12 @@ builds: enabled: true expression: "0.2.0.0-apple" pipelineChain: + - pipeline: build-main-apple-release-publish-3.4_2.12 + buildArguments: + - name: "ARTIFACT_X86_64" + value: "${ARTIFACT_X86_64}" + - name: "ARTIFACT_AARCH64" + value: "${ARTIFACT_AARCH64}" - pipeline: build-main-apple-release-publish-3.4_2.13 buildArguments: - name: "ARTIFACT_X86_64" @@ -1382,7 +1382,6 @@ builds: - group: build branchName: main-apple-release version: 3.4_2.12 - disabled: true trigger: gitPush: false machine: @@ -1477,7 +1476,6 @@ builds: - group: build-artifacts branchName: main-apple-release version: 3.4_2.12 - disabled: true trigger: gitPush: false machine: @@ -1593,7 +1591,6 @@ builds: - group: image branchName: main-apple-release version: 3.4_2.12 - disabled: true trigger: gitPush: false machine: @@ -1694,6 +1691,14 @@ builds: - cat $RIO_CONTEXT_FILE finally: pipelineChain: + - pipeline: pr-build-main-apple-publish-3.4_2.12 + buildArguments: + - name: "PR_NUMBER" + value: "${BUILD_PARAM_PR_NUMBER}" + - name: "ARTIFACT_X86_64" + value: "${ARTIFACT_X86_64}" + - name: "ARTIFACT_AARCH64" + value: "${ARTIFACT_AARCH64}" - pipeline: pr-build-main-apple-publish-3.4_2.13 buildArguments: - name: "PR_NUMBER" @@ -1814,7 +1819,6 @@ builds: - group: pr-build branchName: main-apple version: 3.4_2.12 - disabled: true trigger: gitPush: false machine: