Skip to content

Commit

Permalink
ci: Provide basic .pipeline/config.yaml
Browse files Browse the repository at this point in the history
Migrate away from deprecated service-pipeline-test and
service-pipeline-test-and-publish jobs in favor of bespoke PipelineLib
based pipelines.

See https://wikitech.wikimedia.org/wiki/PipelineLib/Guides/How_to_configure_CI_for_your_project

Bug: T307507
Change-Id: I097559149ff92e85e35d1bec8673cc81226e9416
  • Loading branch information
marxarelli committed May 5, 2022
1 parent 9080405 commit 33b4d35
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .pipeline/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pipelines:
test:
blubberfile: blubber.yaml
stages:
- name: test
build: test
run: true
publish:
blubberfile: blubber.yaml
stages:
- name: test
build: test
run: true
- name: publish
build: production
publish:
image: true

0 comments on commit 33b4d35

Please sign in to comment.