Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing pipelines to rebuild the agent and pipelines #47

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
- stable
- LTS-2024

pipelines:
- verify:
description: Pull Request validation tests
public: true
- habitat/build:
description: Build the Habitat packages for faixhai
- habitat/test:
definition: .expeditor/habitat-test.pipeline.yml
trigger: default
# - habitat/build:
# description: Build the Habitat packages for faixhai
# - habitat/test:
# definition: .expeditor/habitat-test.pipeline.yml
# trigger: default

Check failure on line 25 in .expeditor/config.yml

View check run for this annotation

Chef Expeditor / Expeditor Config Validation

.expeditor/config.yml#L17-L25

Could not find .expeditor/verify.pipeline.yml in your repo

release_branches:
- workstation-LTS:
Expand Down Expand Up @@ -59,10 +59,10 @@
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- trigger_pipeline:habitat/build:
ignore_labels:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"
# - trigger_pipeline:habitat/build:
# ignore_labels:
# - "Expeditor: Skip Habitat"
# - "Expeditor: Skip All"
only_if: built_in:bump_version
- built_in:build_gem:
only_if: built_in:bump_version
Expand Down
Loading