Created
May 12, 2020 18:51
-
-
Save ryanclark/63810b28ff7f791c1992925ad77728dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Pattern is [name, repo, makefile_dir, slack_channel, node_label, parallelism] | |
| def job_pipelines = [ | |
| ["experiment-analysis","experiment-analysis","","dev-experimentation","sa_generic","1","master"], | |
| ["experiment-analysis-service","experiment-analysis-service","","dev-experimentation","sa_generic","1","master"], | |
| ["experiment-framework","experiment-framework","","dev-experimentation","sa_generic","1","master"], | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment