summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '49570-add-review_qa-job' into 'master'Sean McGivern2018-11-281-48/+108
|\ | | | | | | | | | | | | Add an automatic job to run QA smoke tests against Review Apps Closes #49570 See merge request gitlab-org/gitlab-ce!22853
| * Add a manual job to run QA against a Review App49570-add-review_qa-jobRémy Coutable2018-11-261-48/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Renames review to review-deploy. 2. Renames stop_review to review-stop. 3. Adds a build-qa-image job to the prepare stage and save the QA Docker image as artifact (example: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/120967019). 4. Adds a manual review-qa job to the test stage to run QA tests against the Review App (example: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/120967238). 5. Make the review-deploy job plays the review-qa job as soon as the Review App is deployed (example: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/120988775). 6. Updates the Review Apps documentation accordingly. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Exclude qa-frontend from running on docs-only branchesdocs/exclude-qa-frontendAchilleas Pipinellis2018-11-231-0/+1
|/
* Include wildcard for `gitlab:assets:compile` only parameterGeorge Tsiolis2018-11-221-4/+4
|
* Limit `gitlab:assets:compile` job to branchesGeorge Tsiolis2018-11-221-0/+5
|
* Add dedicated runner tags to assets jobrs-asset-compilation-tagsRobert Speicher2018-11-201-1/+2
| | | | | | | | | | | Ordinarily it would get the `gitlab-org` tag from `dedicated-no-docs-pull-cache-job`, but adding the `docker` tag overwrites rather than inherits, so this job has been running on the underpowered hardware of the shared runners rather than our dedicated runners. We're also adding a `high-cpu` tag, which doesn't currently do anything but will be useful for targeting a runner specifically for this job.
* Merge branch 'rs-moar-runners' into 'master'Kamil Trzciński2018-11-191-4/+4
|\ | | | | | | | | Increase rspec parallelization to 50 See merge request gitlab-org/gitlab-ce!23149
| * Increase rspec parallelization to 50rs-moar-runnersRobert Speicher2018-11-161-4/+4
| |
* | Provide application.css from master branch via GitLab PagesWinnie Hellmann2018-11-161-0/+2
| |
* | Merge branch '53813-test-compilation-against-multiple-node-versions' into ↵Mike Greiling2018-11-161-0/+33
|\ \ | |/ |/| | | | | | | | | | | | | 'master' Check compilation of FE assets against multiple node versions Closes #53813 See merge request gitlab-org/gitlab-ce!23068
| * Check compilation of FE assets against multiple node versions53813-test-compilation-against-multiple-node-versionsLukas Eipert2018-11-141-0/+33
| |
* | Merge branch 'conditionally-build-assets-image' into 'master'Rémy Coutable2018-11-151-0/+1
|\ \ | | | | | | | | | | | | Add BUILD_ASSETS_IMAGE CI variable See merge request gitlab-org/gitlab-ce!23076
| * | Add BUILD_ASSETS_IMAGE CI variableIan Baum2018-11-151-0/+1
| |/ | | | | | | | | | | * Defaults to FALSE * Can be used to disable building/pushing the assets image in the gitlab:compile:assets job
* | Use the new parallel keyword in .gitlab-ci.ymluse-parallel-ci-keywordRémy Coutable2018-11-151-128/+19
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Update to new security report syntaxleipert-master-patch-67614Lukas Eipert2018-11-141-3/+6
| |
* | Exclude qa and docs from Rails 4 buildsStan Hu2018-11-141-0/+2
|/ | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54059
* Merge branch 'switch-rails' into 'master'Sean McGivern2018-11-141-75/+75
|\ | | | | | | | | | | | | Switch to Rails 5 Closes #14286 and #48991 See merge request gitlab-org/gitlab-ce!21492
| * Fix trigerring of rails 4 tests in CIJan Provaznik2018-11-141-1/+1
| |
| * Switch rails 4 to 5 in gitlab-ciJan Provaznik2018-11-141-74/+74
| | | | | | | | | | | | | | | | | | CI jobs will be triggered both with rails 4 and 5 to make sure we keep backward compatibility if it turns out we have to switch back to rails 4. Rails 4 jobs are not allowed to fail for now, these jobs will be removed in a follow-up MR next cycle.
* | Merge branch 'move-assets-compile-sooner' into 'master'Marin Jankovski2018-11-141-1/+1
|\ \ | |/ |/| | | | | | | | | Move cloud-native-image to the post-test stage Closes charts/gitlab#897 See merge request gitlab-org/gitlab-ce!22942
| * Removing extra option for gitlab:assets:compilemove-assets-compile-soonerIan Baum2018-11-131-1/+0
| | | | | | | | * Don't need to specify stage as it is inherited from the job template
| * Move cloud-native-image job to the post-test stageIan Baum2018-11-131-1/+2
| | | | | | | | | | | | | | * The job depends on asset image created as part of the gitlab:assets:compile job. https://gitlab.com/charts/gitlab/issues/897
* | Upgrade to Ruby 2.5.3sh-bump-ruby-2.5.3Stan Hu2018-11-131-7/+9
|/ | | | | | | | | | | | | | | Attempt to update google-protobuf for migration-paths Because the one we were using aren't compatible with Ruby 2.5.3, and it'll be troublesome to switch Ruby. Upgrading google-protobuf will be much easier. All of them will need to be updated for Ruby 2.5.3 We remove oj because we don't really need it and it doesn't compile on 2.5.3 with that version. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41825
* Merge branch 'leipert-upgrade-node-yarn' into 'master'Tim Zallmann2018-11-131-3/+3
|\ | | | | | | | | Upgrade to node v10.x and yarn 1.12.x See merge request gitlab-org/gitlab-ce!22979
| * Upgrade to node v10.xleipert-upgrade-node-yarnLukas Eipert2018-11-121-3/+3
| |
* | Remove unnecessary job dependenciesleipert-remove-unnecessary-dependenciesLukas Eipert2018-11-101-3/+5
|/
* Ensure we create the secrets at the right time53621-review-app-credentials-does-not-reliably-workRémy Coutable2018-11-091-1/+0
| | | | | | | | | | | | In `deploy`, if the previous deployment failed, we delete/cleanup all the objects related to the release, including secrets. The problem is that if we create the root password before that, it will be then recreated during the deploy with a random value! By creatigng the secret just before actually deplying a new release, we ensure that it won't be overriden. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'add-docker-assets-image' into 'master'Robert Speicher2018-10-311-0/+8
|\ | | | | | | | | Build an assets only container See merge request gitlab-org/gitlab-ce!22235
| * Build a docker container storing only the frontent assetsIan Baum2018-10-311-0/+8
| | | | | | | | | | | | | | | | | | * Run as part of gitlab:assets:compile job * Will be used by omnibus-gitlab and the CNG images to avoid compiling multiple times https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22235
* | Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-1/+1
| |
* | Review apps cleanup schedule runs on masterMarin Jankovski2018-10-251-1/+0
|/
* Merge branch 'sh-bump-ruby-2.4.5' into 'master'Robert Speicher2018-10-241-3/+3
|\ | | | | | | | | Upgrade to Ruby 2.4.5 See merge request gitlab-org/gitlab-ce!22484
| * Upgrade to Ruby 2.4.5Stan Hu2018-10-241-3/+3
| |
* | Remove unused rails5-variablesremove-unused-rails5-variablesLin Jen-Shin2018-10-241-6/+0
|/ | | | They're no longer used and have no effect
* Fix the schedule:review_apps_cleanup jobadd-review-appRémy Coutable2018-10-231-1/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix indentation, and move task to proper stageIan Baum2018-10-231-1/+1
| | | | | * Use 2 space indentation in review-apps.sh script * Move automated_review_cleanup back to build stage
* Add review app to gitlab-ceIan Baum2018-10-231-8/+13
| | | | | | | | | | * Uses the same supporting code as used in EE * Includes automated cleanup * Install external-dns helm chart to review apps cluster if it isn't already * Adds variables REVIEW_APPS_AWS_SECRET_KEY and REVIEW_APPS_AWS_ACCESS_key * review-apps-ce uses a different cipher
* Merge branch 'improve-review-apps' into 'master'Robert Speicher2018-10-231-0/+81
| | | | | | | | | | Improve review apps Closes #6875 See merge request gitlab-org/gitlab-ee!6665 [ci skip]
* Run karma for qa-* branchesqa-run-karmaRémy Coutable2018-10-221-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change image for docs lintingEvan Read2018-10-041-3/+3
|
* Merge branch 'test-against-postgres-96' into 'master'Robert Speicher2018-10-021-4/+1
|\ | | | | | | | | Use minimum recommended PostgreSQL version to run our tests See merge request gitlab-org/gitlab-ce!22060
| * Use minimum recommended PostgreSQL version to run our testsGabriel Mazetto2018-10-021-4/+1
| |
* | Merge branch 'leipert-frontend-danger' into 'master'Mike Greiling2018-10-021-1/+3
|\ \ | |/ |/| | | | | Danger checks for the frontend See merge request gitlab-org/gitlab-ce!21859
| * Danger check for ignored eslint rulesleipert-frontend-dangerLukas Eipert2018-09-291-0/+1
| | | | | | | | | | | | We disabled a lot of eslint rules on a per-file basis. This checks touched files for those and reminds you to re-enable the rules and fix them.
| * Danger check for unprettified JavaScriptLukas Eipert2018-09-281-1/+2
| | | | | | | | | | This adds a Dangerfile which executes `prettier` to find out if someone touched Frontend files and forgot to run it on their current branch.
* | Update link to documentation testingFabio Busatto2018-10-011-1/+1
|/
* Fix karma out-of-memory failuresfix-karma-out-of-memoryMike Greiling2018-09-251-0/+3
|
* Refactor scripts/trigger-build and post a commit note with the downstream ↵Rémy Coutable2018-09-241-7/+7
| | | | | | pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move the cloud-native-image trigger job into the test stageDJ Mountney2018-09-191-1/+1
| | | | | | | | | | This is because the CNG pipeline now relies on the assets compiled here in the gitlab:assets:compile job (It waits up to 30 minutes for them) Without this change, the cloud native job was holding up the pipeline, preventing the assets compile job from being run.
* Generate JUnit report for Karma testsWinnie Hellmann2018-09-111-0/+2
|