summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpowell-progress <104777878+tpowell-progress@users.noreply.github.com>2022-08-30 15:09:13 -0400
committerGitHub <noreply@github.com>2022-08-30 15:09:13 -0400
commit85d98f962ab1ea5ee4f1462e9fec21f856ba667e (patch)
tree13a0245858dc970b5f495cb4011dc3a403774f45
parent964236952f9fad2398a6a3a2501774e430b17b6d (diff)
parentb8c94a402063e1db02b9fa851045da281dab94cf (diff)
downloadchef-85d98f962ab1ea5ee4f1462e9fec21f856ba667e.tar.gz
Merge pull request #13152 from chef/vkarve/universal-pkg
Add empty pipeline for macos universal package
-rw-r--r--.expeditor/config.yml4
-rw-r--r--.expeditor/macos_universal_package.pipeline.yml1
2 files changed, 5 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index d249264afa..18f4d859df 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -54,6 +54,9 @@ pipelines:
definition: .expeditor/adhoc-canary.omnibus.yml
env:
- ADHOC: true
+ - macos_universal_package:
+ description: Builds universal macos package using arch specific packages
+ definition: .expeditor/macos_universal_package.pipeline.yml
github:
# This deletes the GitHub PR branch after successfully merged into the release branch
@@ -86,6 +89,7 @@ subscriptions:
- workload: artifact_published:unstable:chef:{{version_constraint}}
actions:
- trigger_pipeline:docker/build
+ - trigger_pipeline:macos_universal_package
- workload: artifact_published:current:chef:{{version_constraint}}
actions:
- bash:.expeditor/promote-docker-images.sh
diff --git a/.expeditor/macos_universal_package.pipeline.yml b/.expeditor/macos_universal_package.pipeline.yml
new file mode 100644
index 0000000000..6fddb90a89
--- /dev/null
+++ b/.expeditor/macos_universal_package.pipeline.yml
@@ -0,0 +1 @@
+# This pipeline is currently under development.