summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2017-06-07[refactor] install helpers in makefileKali Kaneko (leap communications)
2017-06-07[tests] copy helpers for vpn e2eKali Kaneko (leap communications)
2017-06-06[pkg] get rid of dist folderKali Kaneko (leap communications)
2017-05-31Fix soledad image locationvarac
2017-05-18[tests] another attempt at limiting docker job to parent leap repoKali Kaneko (leap communications)
2017-05-16[bug] limit docker job to only run in main repositoryMicah Anderson
This will enable forks to run jobs, without needing access to the private token, or access to the docker-in-docker tagged runner
2017-05-04[feat] Create and publish docker image (see #8755).Micah Anderson
When the tests/docker directory is changed, this CI job is triggered to build the docker image and push it to the bitmask-dev container registry. This allows us to change the existing CI jobs to pull the image from our registry, instead of from dockerhub.
2017-05-04use my registry to testMicah Anderson
2017-05-04update to remove variablesMicah Anderson
2017-05-04Build docker image and push it to the container registry when tests/docker ↵Micah Anderson
are changed
2017-03-15[tests] allow failures for osx builderKali Kaneko (leap communications)
2017-03-15[tests] let's include OSX CIRuben Pollan
2017-03-15[tests] separate build_ui testKali Kaneko (leap communications)
2017-03-14[tests] make e2e test non-criticalKali Kaneko (leap communications)
2017-03-13[tests] re-enable e2e testsKali Kaneko (leap communications)
- Resolves: #8766
2017-03-05[tests] change order of build step, it's slower and I want bundles soonKali Kaneko (leap communications)
2017-02-27[tests] let's pick soledad master againKali Kaneko (leap communications)
after merging https://0xacab.org/leap/soledad/merge_requests/64 we're ready to change the calls to soledad with the new offline parameter, so we need to use master in the tests that are run on the CI again.
2016-12-29[tests] make gitlab use released version of soledadKali Kaneko (leap communications)
after 0.9.2 there's a breaking change in the api, that removes the syncable parameter.
2016-12-29[pkg] expire bundles in 1 monthKali Kaneko (leap communications)
2016-12-28Remove failing e2etest from pipelinevarac
2016-12-26[test] use e2e test in build pipelinevarac
2016-11-18[build] verbose artifact nameKali Kaneko (leap communications)
this should affect the name in the download dropdown in Gitlab
2016-11-18[build] expire artifactsKali Kaneko (leap communications)
I think 1 week should be enough so that we don't clutter the machine too much. It probably will give trouble when someone goes on vacation, or if we stall the development of bitmask because we're moving development towards other fronts, but...
2016-11-18[build] modify bundle name in gitlab CIKali Kaneko (leap communications)
2016-11-09[ci] generate bundle from gitlab runnerKali Kaneko (leap communications)
some hacks needed, it seems pyinstaller is choking again on namespace packages for some reason that is beyond my current comprenhension.
2016-11-04[tests] remove npm steps from generic build in the CIKali Kaneko (leap communications)
this takes too long. if we want to test the ui npm build, we probably should do it only when we touch anything under ui/*
2016-10-10[tests] add build stagevarac
2016-10-07[tests] use docker for CIvarac
2016-09-21[tests] add editable externals to git repoKali Kaneko (leap communications)
2016-09-20[tests] add script to checkout common/soledadKali Kaneko (leap communications)