- 19 Oct, 2017 1 commit
-
-
Mathieu Giraud authored
Sometimes the functional tests are failing, and we still want to access the review environments. See #2712.
-
- 12 Oct, 2017 1 commit
-
-
Mathieu Giraud authored
See #2630.
-
- 15 Sep, 2017 1 commit
-
-
Mikaël Salson authored
Some of the scripts are highly linked to the algorithm (however not all of them). Fixes #2636
-
- 06 Sep, 2017 4 commits
-
-
Mathieu Giraud authored
See vdj#386.
-
Mathieu Giraud authored
See vdj#386.
-
Mathieu Giraud authored
See vdj#386. We use the same stages for browser and algorithm, I'm not sure this is a good practice. See also #1491.
-
Mathieu Giraud authored
-
- 30 Aug, 2017 4 commits
-
-
Mathieu Giraud authored
See #2496.
-
Mathieu Giraud authored
Fixes #2496.
-
Mathieu Giraud authored
See #2496.
-
Mathieu Giraud authored
See #2496.
-
- 23 May, 2017 1 commit
-
-
Mathieu Giraud authored
See #1847.
-
- 10 May, 2017 1 commit
-
-
Ryan Herbert authored
This reverts commit 25c2c31a. See #2403
-
- 02 May, 2017 1 commit
-
-
Ryan Herbert authored
-
- 28 Apr, 2017 2 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
- 10 Apr, 2017 1 commit
-
-
Mikaël Salson authored
With duplicate job names only one of the duplicate will be run. This prevented the review environments to be deployed.
-
- 03 Apr, 2017 1 commit
-
-
Mikaël Salson authored
Deploy to $PROD_CLIENT_SERVER where the SSH config is as is: Host app.vidjil.org StrictHostKeyChecking no UserKnownHostsFile=/dev/null User = bonsai-ci IdentityFile = ~/.ssh/bonsai-ci
-
- 30 Mar, 2017 2 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
For web application features that target both ther client and the server
-
- 24 Mar, 2017 1 commit
-
-
Mathieu Giraud authored
-
- 23 Mar, 2017 14 commits
-
-
Mikaël Salson authored
I'm not sure that's necessary, but I prefer having consistent restrictions for the two environment-related jobs.
-
Mikaël Salson authored
This is not really documented but it seems that removing the prefix prevents Gitlab from realising that an environment has actually been deployed. See vdj#370
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Taken from the Jenkins Vidjil-browser-functional job
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
As server configuration may change depending on server, the SSH client was configured directly on the server rather than on the .gitlab-ci.yml file. Example: Host vda.vidjil.org StrictHostKeyChecking no UserKnownHostsFile=/dev/null IdentityFile = ~/.ssh/bonsai-ci
-
Mikaël Salson authored
According to the documentation <https://docs.gitlab.com/ce/ci/yaml/#stages>: “Jobs of the same stage are run in parallel”. Therefore a stage test_unit seems to make sense where all unit tests would be launched in parallel.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-