diff --git a/.expeditor/config.yml b/.expeditor/config.yml index e291183..593a671 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -49,7 +49,6 @@ subscriptions: # These actions are taken, in order they are specified, anytime a Pull Request is merged. - workload: pull_request_merged:{{github_repo}}:{{release_branch}}:* actions: - - trigger_pipeline:habitat/test - built_in:bump_version: ignore_labels: - "Expeditor: Skip Version Bump" @@ -68,8 +67,10 @@ subscriptions: - built_in:build_gem: only_if: built_in:bump_version - # Automatically promote the Habitat packages from unstable to workstation-build upon successful build + # Automatically TEST then promote the Habitat packages from unstable to workstation-build upon successful build - workload: buildkite_hab_build_group_published:{{agent_id}}:* + actions: + - trigger_pipeline:habitat/test - built_in:promote_habitat_packages # Subscribe to the promotion of the workstation-build channel to stable @@ -78,8 +79,8 @@ subscriptions: - built_in:promote_habitat_packages # Subscribe to the promotion of the stable channel to workstation-LTS - - workload: project_promoted:{{agent_id}}:stable:* - actions: - - built_in:promote_habitat_packages - - built_in:rollover_changelog - - built_in:publish_rubygems \ No newline at end of file + # - workload: project_promoted:{{agent_id}}:stable:* + # actions: + # - built_in:promote_habitat_packages + # - built_in:rollover_changelog + # - built_in:publish_rubygems \ No newline at end of file