summaryrefslogtreecommitdiffstats
path: root/jjb/pharos/pharos-tools.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-10-29Moves LaaS Jobs to New ProjectParker Berberian1-70/+0
Moves all existing jobs from pharos-tools into laas Google storage locations are created on the fly, so no problem changing them. Change-Id: Ic3df7a261af58f3cfce0dc85ef6428c7fb0196f6 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
2019-01-28Add Pharos Tools Tox VerificationTrevor Bramwell1-1/+20
This runs `tox` against any changes to the dashboard in the pharos-tools repository. Change-Id: Ia58e20973f38dda350eb5ff4e89746f97b829560 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-01Deploy Pharos Dashboard on changes to compose fileTrevor Bramwell1-4/+1
Instead of deploying the dashboard when changes to any file happens, only changes to the docker-compose.yml file should trigger a deploy. The deployment process would then be as follows: - Tag pharos-tools - Create a patch to set the tag in 'docker-compose.yml' - Merge the patch - New version of dashboard deployed at specific tag Change-Id: I67a6237f00b96021df24e7a79a063d31f43df5a6 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-22Update Pharos Dashboard JobsTrevor Bramwell1-0/+54
Moves the pharos dashboard jobs to their own file sperate and deploys the dashboard when changes are merged to master. Note: this may need to be manually triggered due to the timing between the container being built and it being availble to be pulled. Also includes the following changes to the job: - Uploads backups to Google Storage - Remove sudo usage as docker can be ran as the Jenkins user - Renames jobs to match general naming scheme JIRA: PHAROS-394 Change-Id: I516c4414d7b0158f1f8478214c10f0aa7d176739 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>