@@ -28,29 +28,28 @@ github:
2828
2929changelog :
3030 rollup_header : Changes not yet released to rubygems.org
31-
3231artifact_channels :
3332 - dev
3433 - workstation-build
3534 - LTS-2024
36-
35+
3736pipelines :
3837 - verify :
3938 description : Pull Request validation tests
4039 public : true
41- # - habitat/build:
42- # env:
43- # - HAB_NONINTERACTIVE: "true"
44- # - HAB_NOCOLORING: "true"
45- # - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
46- # - habitat/test:
47- # description: Execute tests against the habitat artifact
48- # definition: .expeditor/habitat-test.pipeline.yml
49- # env:
50- # - HAB_NONINTERACTIVE: "true"
51- # - HAB_NOCOLORING: "true"
52- # - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
53- # trigger: pull_request
40+ # - habitat/build:
41+ # env:
42+ # - HAB_NONINTERACTIVE: "true"
43+ # - HAB_NOCOLORING: "true"
44+ # - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
45+ # - habitat/test:
46+ # description: Execute tests against the habitat artifact
47+ # definition: .expeditor/habitat-test.pipeline.yml
48+ # env:
49+ # - HAB_NONINTERACTIVE: "true"
50+ # - HAB_NOCOLORING: "true"
51+ # - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
52+ # trigger: pull_request
5453
5554subscriptions :
5655 # These actions are taken, in order they are specified, anytime a Pull Request is merged.
@@ -62,26 +61,25 @@ subscriptions:
6261 - " Expeditor: Skip All"
6362 - bash:.expeditor/update_version.sh :
6463 only_if : built_in:bump_version
65- - built_in:update_changelog :
66- ignore_labels :
67- - " Expeditor: Skip Changelog"
68- - " Expeditor: Skip All"
69- - built_in:build_gem :
70- only_if : built_in:bump_version
71- # - trigger_pipeline:habitat/test:
72- # only_if: built_in:bump_version
73- # ignore_labels:
74- # - "Expeditor: Skip Habitat"
75- # - "Expeditor: Skip All"
76- # - trigger_pipeline:habitat/build:
77- # only_if: built_in:bump_version
78- # ignore_labels:
79- # - "Expeditor: Skip Habitat"
80- # - "Expeditor: Skip All"
64+ # - trigger_pipeline:habitat/test:
65+ # only_if: built_in:bump_version
66+ # ignore_labels:
67+ # - "Expeditor: Skip Habitat"
68+ # - "Expeditor: Skip All"
69+ # - trigger_pipeline:habitat/build:
70+ # only_if: built_in:bump_version
71+ # ignore_labels:
72+ # - "Expeditor: Skip Habitat"
73+ # - "Expeditor: Skip All"
8174
82- # the habitat chain
83- # - workload: buildkite_hab_build_group_published:{{agent_id}}:*
84- # actions:
85- # # when all of the hab package publish to the unstable channel, test and promote them
86- # - built_in:promote_habitat_packages
87-
75+ # - workload: buildkite_hab_build_group_published:{{agent_id}}:*
76+ # actions:
77+ # # when all of the hab package publish to the unstable channel, test and promote them
78+ # - built_in:promote_habitat_packages
79+ # Subscribe to the promotion of the dev channel to acceptance
80+ # - workload: project_promoted:{{agent_id}}:dev:*
81+ # actions:
82+ # - built_in:promote_habitat_packages
83+ # - workload: project_promoted:{{agent_id}}:workstation-build:*
84+ # actions:
85+ # - built_in:promote_habitat_packages
0 commit comments