Skip to content

Commit

Permalink
removed the manually created pipelines and added the channels
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jan 6, 2025
1 parent 02790bc commit e4ce749
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.6
0.1.0
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

module Ohai
OHAI_ROOT = File.expand_path(__dir__)
VERSION = "19.0.6"
VERSION = "0.1.0"
end

0 comments on commit e4ce749

Please sign in to comment.