Skip to content

Instantly share code, notes, and snippets.

@shays10
shays10 / steps.yml
Created October 21, 2021 09:18
Pipeline Reader steps YML
steps:
- label: Pipeline Reader
plugins:
- ssh://{gitUrl}/{owner}/wix-buildkite-plugin.git: ~
@shays10
shays10 / dynamic.py
Last active October 21, 2021 09:26
Dynamically loading pipeline steps according to experiments
if open_experiment:
buildkite-agent pipeline upload experimental-pipeline-pr.yml
else:
buildkite-agent pipeline upload pipeline-pr.yml
{
"repos" : {
"git@github.com:wix/infra": {
"mode" : "Legacy"
},
"git@github.com:wix/editor": {
"mode": "ParallelRun"
},
"git@github.com:wix/ecommerce.git": {
"mode": "NewSystem"