teamhephy / jenkins-jobs

MIT License
0 stars 3 forks source link

Seed job #29

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @jchauncey on April 5, 2016 20:57

We should make the seed job the source of record for all jenkins configuration.

Copied from original issue: deis/jenkins-jobs#29

Cryptophobia commented 6 years ago

From @sgoings on April 5, 2016 22:55

Don't we already have this with https://ci.deis.io/job/component-seed-job/ and https://ci.deis.io/job/workflow-test-seed-job/ ?

Cryptophobia commented 6 years ago

From @jchauncey on April 6, 2016 4:18

Its not destructive and its not run a timer.

Cryptophobia commented 6 years ago

From @sgoings on April 6, 2016 15:52

To get the second behavior we would have to move our 2 jobs (referenced before) to a single job. But I do agree that this is the behavior we want. Maybe a more directed title would be :+1:

Cryptophobia commented 6 years ago

From @vdice on April 6, 2016 15:56

We also need to DSL-ize the other jobs (test-ec2 which is tracked by https://github.com/deis/jenkins-jobs/issues/13, others?) before we run the 'destroy any job/config not in DSL' part...