From e4ce749f399a6f367bb9438e5825b6a10b9e7dda Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 6 Jan 2025 13:11:21 +0530 Subject: [PATCH] removed the manually created pipelines and added the channels Signed-off-by: nikhil2611 --- .expeditor/config.yml | 40 ++++++++++++++++++++-------------------- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ec8ffb37a..d86d4b9a4 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -9,8 +9,12 @@ slack: # This publish is triggered by the `built_in:publish_rubygems` artifact_action. rubygems: - ohai + artifact_channels: - dev + - workstation-build + - LTS-2024 + pipelines: - verify: @@ -38,7 +42,7 @@ release_branches: - main: version_constraint: 19.* - workstation-LTS: - version_constraint: 19.* + version_constraint: 0.* - 18-stable: version_constraint: 18.* - 17-stable: @@ -65,26 +69,22 @@ subscriptions: - "Expeditor: Skip All" - built_in:build_gem: only_if: built_in:bump_version - - trigger_pipeline:habitat/publish: - only_if: built_in:bump_version - ignore_labels: - - "Expeditor: Skip Habitat" - - "Expeditor: Skip All" - - trigger_pipeline:habitat/build-test: - only_if: built_in:bump_version - ignore_labels: - - "Expeditor: Skip Habitat" - - "Expeditor: Skip All" + # - trigger_pipeline:habitat/publish: + # only_if: built_in:bump_version + # ignore_labels: + # - "Expeditor: Skip Habitat" + # - "Expeditor: Skip All" + # - trigger_pipeline:habitat/build-test: + # only_if: built_in:bump_version + # ignore_labels: + # - "Expeditor: Skip Habitat" + # - "Expeditor: Skip All" - workload: pull_request_opened:{{github_repo}}:{{release_branch}}:* actions: - trigger_pipeline:verify - - workload: project_promoted:{{agent_id}}:* - actions: - - built_in:rollover_changelog - - built_in:publish_rubygems - - workload: buildkite_hab_build_group_published:{{agent_id}}:* - actions: - # when all of the hab package publish to the unstable channel, test and promote them - - trigger_pipeline:habitat/build-test - - built_in:promote_habitat_packages + # - workload: buildkite_hab_build_group_published:{{agent_id}}:* + # actions: + # # when all of the hab package publish to the unstable channel, test and promote them + # - trigger_pipeline:habitat/build-test + # - built_in:promote_habitat_packages diff --git a/VERSION b/VERSION index b4810cb8a..6c6aa7cb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.0.6 \ No newline at end of file +0.1.0 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index ca40ed007..3ceecab23 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "19.0.6" + VERSION = "0.1.0" end