Skip to content

Commit

Permalink
Merge pull request #990 from chef/adding_back_pipelines
Browse files Browse the repository at this point in the history
Adding back the pipelines
  • Loading branch information
sanghinitin authored Jan 6, 2025
2 parents 2b4612e + 3fd9b75 commit 401e97c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
31 changes: 16 additions & 15 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,22 @@ subscriptions:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
- trigger_pipeline:habitat/build:
only_if: built_in:bump_version
# - trigger_pipeline:habitat/test:
# only_if: built_in:bump_version
# ignore_labels:
# - "Expeditor: Skip Habitat"
# - "Expeditor: Skip All"
# - trigger_pipeline:habitat/build:
# only_if: built_in:bump_version
# ignore_labels:
# - "Expeditor: Skip Habitat"
# - "Expeditor: Skip All"
ignore_labels:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"

# the habitat chain
# - 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/test
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
# when all of the hab package publish to the unstable channel, test and promote them
- built_in:promote_habitat_packages

# Subscribe to the promotion of the dev channel to acceptance
- workload: project_promoted:{{agent_id}}:dev:*
actions:
- built_in:promote_habitat_packages
- workload: project_promoted:{{agent_id}}:workstation-build:*
actions:
- built_in:promote_habitat_packages
4 changes: 2 additions & 2 deletions lib/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
VERSION = "7.32.12" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '0.1.0'
VERSION = "0.1.0" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.25.1'
end

0 comments on commit 401e97c

Please sign in to comment.