Skip to content

Commit

Permalink
build: Restore 3.4_2.12 pipelines (apache#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Vaughan Jr authored and GitHub Enterprise committed Aug 14, 2024
1 parent 82f3621 commit 8f16a4e
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions rio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ builds:

- <<: *comet-java
version: 3.4_2.12
disabled: true
machine:
<<: *rio3-machine
env:
Expand Down Expand Up @@ -273,7 +272,6 @@ builds:
- <<: *comet-spark
group: test-spark-sql-catalyst
version: 3.4_2.12
disabled: true
machine:
<<: *rio3-machine
env:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -419,7 +416,6 @@ builds:
- <<: *comet-spark
group: test-spark-sql-core-2
version: 3.4_2.12
disabled: true
machine:
<<: *rio3-machine
env:
Expand Down Expand Up @@ -453,7 +449,6 @@ builds:
- <<: *comet-spark
group: test-spark-sql-core-3
version: 3.4_2.12
disabled: true
machine:
<<: *rio3-machine
env:
Expand Down Expand Up @@ -521,7 +516,6 @@ builds:
- <<: *comet-spark
group: test-spark-sql-hive-1
version: 3.4_2.12
disabled: true
machine:
<<: *rio3-machine
env:
Expand Down Expand Up @@ -589,7 +583,6 @@ builds:
- <<: *comet-spark
group: test-spark-sql-hive-2
version: 3.4_2.12
disabled: true
machine:
<<: *rio3-machine
env:
Expand Down Expand Up @@ -689,7 +682,6 @@ builds:

- <<: *comet-iceberg
version: 3.4_2.12
disabled: true
machine:
<<: *rio3-machine
env:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -891,7 +889,6 @@ builds:
- group: build
branchName: main-apple
version: 3.4_2.12
disabled: true
trigger:
gitPush: false
machine:
Expand Down Expand Up @@ -993,7 +990,6 @@ builds:
- group: build-artifacts
branchName: main-apple
version: 3.4_2.12
disabled: true
trigger:
gitPush: false
machine:
Expand Down Expand Up @@ -1108,7 +1104,6 @@ builds:
- group: image
branchName: main-apple
version: 3.4_2.12
disabled: true
trigger:
gitPush: false
machine:
Expand Down Expand Up @@ -1205,7 +1200,6 @@ builds:
- group: nightly
branchName: main-apple
version: 3.4_2.12
disabled: true
trigger:
timer: '45 4 * * *'
gitPush: false
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -1382,7 +1382,6 @@ builds:
- group: build
branchName: main-apple-release
version: 3.4_2.12
disabled: true
trigger:
gitPush: false
machine:
Expand Down Expand Up @@ -1477,7 +1476,6 @@ builds:
- group: build-artifacts
branchName: main-apple-release
version: 3.4_2.12
disabled: true
trigger:
gitPush: false
machine:
Expand Down Expand Up @@ -1593,7 +1591,6 @@ builds:
- group: image
branchName: main-apple-release
version: 3.4_2.12
disabled: true
trigger:
gitPush: false
machine:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -1814,7 +1819,6 @@ builds:
- group: pr-build
branchName: main-apple
version: 3.4_2.12
disabled: true
trigger:
gitPush: false
machine:
Expand Down

0 comments on commit 8f16a4e

Please sign in to comment.