summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2017-10-27Dont build deb packages for platform repoVarac
2017-10-27[CI] Fix caching of .tox/py27-devVarac
Resolves: #9058
2017-10-26Build ubuntu artful packageVarac
2017-09-29[pkg] Fix lintian ignore for newer-standards-versionVarac
2017-09-29[pkg] set debian Standards-Version to 4.1.0 - no changesMicah Anderson
- Resolves: #9060
2017-09-29[pkg] build package for debian sidMicah Anderson
Resolves: #9072
2017-09-20Build package for debian busterVarac
Resolves: #8965
2017-09-20[test] don't allow debian packages to failRuben Pollan
2017-09-15[pkg] allow debian packages to failRuben Pollan
2017-08-30[tests] allow failure for functional-bundle tests, wipKali Kaneko
2017-08-30[tests] reuse tox virtualenv for e2e/functionalKali Kaneko
2017-08-30[tests] add step to run functional tests on bundleKali Kaneko
2017-08-30[pkg] Build debs for zesty and stretchVarac
- Resolves: #9008
2017-08-14ci: cache node modules for build_ui jobAzul
job build time down from 14 minutes 37 seconds to 55 seconds.
2017-07-20[test] keep artifacts inside the project dirAzul
2017-07-20[test] Disable OSX tests for nowVarac
Currently, our only OSX gitlab runner is unavailable too often and the tests fail in CI anyway so we disable it for now until we fix both.
2017-07-20[test] keep config files from failing testsAzul
2017-07-20[test] Add basic functional login testVarac
* Move todo list to https://0xacab.org/leap/bitmask-dev/issues/8929 * use bundled pysqlcipher - debian package has not been fixed yet. * reset bitmaskd for each scenario so they are isolated * run functional tests on CI * moved e2e tests before the bundle * add test_functional_graphical Make target * Install chromedriver in docker image * add screenshots as artifacts on failure * run chrome without sandbox for docker Tests were failing on CI with chrome sandbox: https://0xacab.org/leap/bitmask-dev/-/jobs/15196 Used this workaround: https://stackoverflow.com/questions/28364012/webdriver-exception-chrome-not-reachable/28949227#28949227 - Resolves: #8929
2017-06-07[tests] re-enable all testsKali Kaneko (leap communications)
2017-06-07[feature] run vpn directly if user is rootKali Kaneko (leap communications)
- Improve tests too: add entry in resolv.conf, not done without resolvconf
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)