Re: GitLab CI on salsa.debian.org

2018-03-21 Thread Hans-Christoph Steiner
Diane Trout: > Can you trigger test on dependencies changing? You can cron test runs, that would then check the deps. > Does CI run on architectures other than amd64? That depends on the gitlab-ci-runners that are registered. Anyone can register CI-runners for their own projects, and CI

Re: GitLab CI on salsa.debian.org

2018-03-21 Thread Diane Trout
Can you trigger test on dependencies changing? Does CI run on architectures other than amd64? (I was thinking of complex packages with many dependencies like dask, or with fiddly bit manipulation like pandas) So this would get tests on each commit instead of the current autopkgtests which run

GitLab CI on salsa.debian.org

2018-01-09 Thread Hans-Christoph Steiner
One great addition that GitLab gives us is CI builds with custom Docker images, which will run the whole build/test process for each merge request. For example: https://salsa.debian.org/eighthave/python-vagrant/-/jobs/4005 I have set up a prototype Docker image for running git-buildpackage