aboutsummaryrefslogtreecommitdiff
path: root/trigger-erp-test-automation-weekly.yaml
AgeCommit message (Collapse)Author
2018-06-14erp-test-automation: migrate to matrix build jobChase Qi
Change-Id: I651d37f4b12e5448e99b3be039f57423ae519bba Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-05-14erp-test-automation: disable weekly testingChase Qi
Weekly testing was scheduled to test changes on pkgs when no builds come out for a long time. As builds are coming out frequently now, disabling the triggers for the moment. Change-Id: I85b5dc9f833d4868b327d4443c1e266d2ca690d0 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-05-09erp-test-automation: add support for CentOSChase Qi
In https://github.com/Linaro/erp-test-automation and its related ansible roles, we introduced 'erp_installer_distro' variable to support generic OS installers like Debian and CentOS. Correspondingly, we need a new variable 'BUILD_DISTRO' in build jobs. This patch add erp-test-automation triggers for CentOS build jobs and update Debian build jobs to add the new variable. Change-Id: Id1444dc0d3654f725eec2d60266ceabcb5bbce65 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-02-01erp-test-automation: allow anonymous read the projectsChase Qi
I think Ansible vault pass is the only secrete we have. Even in build log, it is hidden from view. I don't see other reasons to restrict these projects. Allowing anonymous to read them also will make it easy for us to check build status without login. Change-Id: I5e9f5949a1b03c14c3f48938bf35d433a204dd96 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-01-15erp-test-automation: schedule weekly ERP testingChase Qi
Add erp-test-automation project to provision image and run ERP tests automatically, which can be trigged with HOSTS, BUILD_ENV and BUILD_NUM parameters. Add a trigger to run erp-test-automation weekly. Change-Id: If6a545e93c3c2cfe33e1ce4dd94f5543b8a6a9b9 Signed-off-by: Chase Qi <chase.qi@linaro.org>