summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-05-29Bug: update example test x509 materialkwadronaut
Fixes #8923
2018-03-05[vagrant] Use debian/jessie64 as vagrantboxVarac
Resolves: #8909
2018-01-25[CI] Re-add public ssh-key for platform testVarac
2018-01-25[CI] Fix tests/platform-ci/README.md env var typoVarac
2018-01-25[CI] Fix env variable name for platform testsVarac
2018-01-16Use ssh-add to circumvent broken line endingsVarac
2017-12-21skip soledad db test for now (closes #8899)elijah
2017-11-27fix tests - webapp test should only depend on soledad if soledad service is ↵elijah
present
2017-11-23CI: set a contact email for CI testsMicah Anderson
Because this is used in some places, such as tor configuration, it can be useful to have this set to something real for contact purposes.
2017-11-23Docs: Update docs to prepare for 0.10.0 releaseMicah Anderson
Fixes: #8427, #8812
2017-11-16CI: Run leap info,allow pre-migration test to failVarac
2017-11-16CI: fix soledad version numberMicah Anderson
2017-11-16CI: Change the soledad test to run before webappMicah Anderson
It is more useful to check to see if Soledad is running before running the webapp tests that require soledad to be running.
2017-11-16Docs: Fixed gitlab-runner ssh-key env variableVarac
2017-11-09CI: produce CI-useful output for soledad testMicah Anderson
2017-11-09CI: do soledad migration during upgrade testMicah Anderson
Updating platfrom 0.9 (soledad 0.8.0) to 0.10 (soledad 0.10.3) requires a soledad-server migration. This integrates the migration in the CI upgrade_test. Fixes #8881
2017-10-19CI: fix variable names, abstract ssh setupMicah Anderson
2017-10-17Bug: replace single provider key with an unique oneMicah Anderson
For the CI, we were using the gitlab-runner ssh key for all provider builds, this replaces it with an unique one for each provider.
2017-10-05Feat: Refactor tor servicesMicah Anderson
In order to refactor the tor services, we need to split them out into three different services. This adds the hidden service class that is necessary to support the previous commits. Fixes #8864.
2017-09-28CI: Test staging deb repo componentVarac
Resolves: #8871
2017-09-26Use right domain name to renew certsVarac
2017-09-26Add cert renewal to production deploymentsVarac
2017-09-13CI: Use master branch for demo.bitmask.net deployVarac
Commit 55b784f2 fixed this for mail.bitmask.net, but not for demo.bitmask.net. See https://0xacab.org/leap/platform/commit/55b784f2ccd6336db4bab9157a8498cb87c562ff This fixes #8843.
2017-09-05Bug: fix vpn network problem caused by vagrant factelijah
Boolean facts must be escaped with str2bool. This commit includes new tests to catch VPN problems like this in the future.
2017-07-27CI: fix provider checkoutMicah Anderson
Provider checkout was being done to a pre-existing directory, which resulted in an error about the directory already existing (see https://0xacab.org/leap/platform/-/jobs/15730), this should fix that problem.
2017-07-26CI: Cleanup and enhance to specify platform branchMicah Anderson
Fix indentation; setup some more clear variables. Add a third variable to ensure the proper platform branch is checked out. This is necessary because otherwise environment deploys get stuck because the platform directory is in a detached state and then the environment deploys will not proceed because the branch check fails. This will fix #8843.
2017-07-16Update tests/platform-ci/README.md how to run platform testsVarac
2017-07-16Use unqualified path to bundlerVarac
So users can run it locally when they have `bundler` installed as debian package.
2017-07-04Fix non-existent CI variable CI_COMMIT_REF (#8844)Micah Anderson
2017-07-04Additional fix for CI cache failureMicah Anderson
2017-07-04Fix upgrade_test failure.Micah Anderson
See https://0xacab.org/leap/platform/-/jobs/14029 for an example.
2017-07-04leap_cli - make fog gem optionalelijah
2017-07-01[CI] Fix node name for local testsVarac
2017-06-30[CI] Run bundle install after checking out different platform branchVarac
2017-06-30[CI] Add upgrade tests to ci-build.shVarac
2017-06-30[CI] Fail when CI_JOB_NAME is not recognizedVarac
2017-06-30[CI] Move more commands into functionsVarac
2017-06-30[CI] Use CI_JOB_NAME to determine what action to takeVarac
2017-06-30[CI] Check for mandatory env variables on platform buildsVarac
2017-06-30[CI] Pin leap_cli so fog-aws is installedVarac
2017-06-28platform test - pin ruby version to 2.1.10 when using rbenv, since that is ↵elijah
the latests that will work.
2017-06-23Use default apt component for CIVarac
Resolves: #8828
2017-06-17Renewed commercial cert for platform CIVarac
2017-06-16[CI] Use older commit for puppet-catalog-testVarac
After `puppet-catalog-test` has been recently updated it failed in our CI with: File[/etc/apt/sources.list] has notify relationship to invalid resource Exec[apt_updated] See #8814 for more details. Resolves: #8814 https://github.com/invadersmustdie/puppet-catalog-test/commit/ac386793c2c456d2071dd0adda716224128f0bb3
2017-06-16[CI] Use master branch of leap_cliVarac
We moved from develop to master some time ago so we should use master for CI testing as well.
2017-05-23[vagrant] Use private networking IP from eth1 if presentvarac
2017-05-23[vagrant] Move $OPTS to vagrant configvarac
2017-05-23Lint configure-leap.shvarac
2017-05-23[vagrant] Use private networking for direct accesvarac
Without private networking, the box cannot get directly accessed, only via port forwardings. https://www.vagrantup.com/docs/networking/private_network.html - Resolves: #7769
2017-05-10Remove pixelated submodule from the example providerTulio Casagrande