Hi,
I finally got tired of having to remove actions from my job json file instead of being able to comment them out and hacked up a shell script that lets me write my jobs in YAML:
https://gist.github.com/mwhudson/89d0f880f85aadca0493
(there is a sample, slightly terrifying, job in YAML in the gist too).
I've only been using this for about 15 minutes but I think I like it already ;-)
Cheers, mwh
I like this a lot. Nice one.
Dave
On 9 Jun 2014, at 03:57, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi,
I finally got tired of having to remove actions from my job json file instead of being able to comment them out and hacked up a shell script that lets me write my jobs in YAML:
https://gist.github.com/mwhudson/89d0f880f85aadca0493
(there is a sample, slightly terrifying, job in YAML in the gist too).
I've only been using this for about 15 minutes but I think I like it already ;-)
Cheers, mwh
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
Hi, thanks :)
I added another feature or two and made it into a proper github repo:
https://github.com/mwhudson/sj
Cheers, mwh
Dave Pigott dave.pigott@linaro.org writes:
I like this a lot. Nice one.
Dave
On 9 Jun 2014, at 03:57, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi,
I finally got tired of having to remove actions from my job json file instead of being able to comment them out and hacked up a shell script that lets me write my jobs in YAML:
https://gist.github.com/mwhudson/89d0f880f85aadca0493
(there is a sample, slightly terrifying, job in YAML in the gist too).
I've only been using this for about 15 minutes but I think I like it already ;-)
Cheers, mwh
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
On 10 June 2014 01:37, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi, thanks :)
I added another feature or two and made it into a proper github repo:
Nice! right in time for my conversion of Jenkins build jobs to yaml (using jenkins-job-builder): https://git.linaro.org/ci/job/configs.git/tree
It will fit perfectly in the CI.
Cheers, mwh
Dave Pigott dave.pigott@linaro.org writes:
I like this a lot. Nice one.
Dave
On 9 Jun 2014, at 03:57, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi,
I finally got tired of having to remove actions from my job json file instead of being able to comment them out and hacked up a shell script that lets me write my jobs in YAML:
https://gist.github.com/mwhudson/89d0f880f85aadca0493
(there is a sample, slightly terrifying, job in YAML in the gist too).
I've only been using this for about 15 minutes but I think I like it already ;-)
Cheers, mwh
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
Fathi Boudra fathi.boudra@linaro.org writes:
On 10 June 2014 01:37, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi, thanks :)
I added another feature or two and made it into a proper github repo:
Nice! right in time for my conversion of Jenkins build jobs to yaml (using jenkins-job-builder): https://git.linaro.org/ci/job/configs.git/tree
Oh heh. YAML isn't perfect but it's better than the alternatives AFAICT...
Cheers, mwh
It will fit perfectly in the CI.
Cheers, mwh
Dave Pigott dave.pigott@linaro.org writes:
I like this a lot. Nice one.
Dave
On 9 Jun 2014, at 03:57, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi,
I finally got tired of having to remove actions from my job json file instead of being able to comment them out and hacked up a shell script that lets me write my jobs in YAML:
https://gist.github.com/mwhudson/89d0f880f85aadca0493
(there is a sample, slightly terrifying, job in YAML in the gist too).
I've only been using this for about 15 minutes but I think I like it already ;-)
Cheers, mwh
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
linaro-validation@lists.linaro.org