summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/config.yml8
-rw-r--r--.expeditor/verify.habitat.pipeline.yml1
2 files changed, 9 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index ebbc011ba0..46fbd82de3 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -25,6 +25,14 @@ docker_images:
pipelines:
- verify:
public: true
+ - verify/habitat:
+ description: >
+ A temporary pipeline to verify the habitat plans. Performs a local build,
+ tests it, then throws it away. Its steps should eventually move into the
+ "verify" pipeline (if fast enough) or this pipeline should be removed in
+ favor of learning about packaging problems after merge.
+ definition: .expeditor/verify.habitat.pipeline.yml
+ trigger: default
- habitat/build
- habitat/test:
definition: .expeditor/habitat-test.pipeline.yml
diff --git a/.expeditor/verify.habitat.pipeline.yml b/.expeditor/verify.habitat.pipeline.yml
new file mode 100644
index 0000000000..ed97d539c0
--- /dev/null
+++ b/.expeditor/verify.habitat.pipeline.yml
@@ -0,0 +1 @@
+---