| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Speeds up zipping and uploading of cache
|
|\
| |
| |
| |
| | |
Allow the review-deploy and review-qa-* jobs to fail for now
See merge request gitlab-org/gitlab-ce!29208
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Harden gitlab:assets:compile against transient network failures
Closes gitlab-ee#10403
See merge request gitlab-org/gitlab-ce!29211
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
This commit adds CI job that validates all `*.yml`
with `yamllint`.
This commit fixes all offenses present in repository.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add knapsack qa report and use it to run tests in parallel
Use the RSpec runner with knapsack
The way the Knapsack runner uses exec to start rspec seems
incompatible with the way we expect it to work. Plus, it requires
specifying KNAPSACK_TEST_DIR.
Instead, we use knapsacks AllocatorBuilder to select the spec
files to run, and then start rspec as normal, via
RSpec::Core::Runner.run
This also means we can incorporate tags.
Let the job run automatically
Include KNAPSACK_TEST_FILE_PATTERN in vars
Check all defined knapsack env vars before requiring knapsack
|
|\
| |
| |
| |
| |
| |
| | |
Add @tkuah to CODEOWNERS
Closes gitlab-com/www-gitlab-com#3357
See merge request gitlab-org/gitlab-ce!28917
|
| |
| |
| |
| | |
Re-sort alphabetically
|
|/
|
|
|
| |
Chrome is already installed in this image, and the apt-get update
is only used to install jq.
|
|\
| |
| |
| |
| |
| |
| | |
Fix MySQL CI jobs
Closes #62156 and #62151
See merge request gitlab-org/gitlab-ce!28593
|
| |
| |
| |
| |
| |
| | |
[run mysql]
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
| |
| |
| |
| | |
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
|
|\ \
| |/
|/|
| |
| | |
Re-enable codeowners
See merge request gitlab-org/gitlab-ce!28585
|
| |
| |
| |
| | |
And add myself as a ruby maintainer, since I forgot about that.
|
|/
|
|
| |
This way even if review-deploy failed we can still run it.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
| |
Ruby 2.6 offers better performance and memory usage:
https://www.rubyguides.com/2018/11/ruby-2-6-new-features/
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
|
|\
| |
| |
| |
| | |
Add issue template for refactorings
See merge request gitlab-org/gitlab-ce!27889
|
| | |
|
| |
| |
| |
| |
| | |
Per the second step of:
https://gitlab.com/gitlab-com/www-gitlab-com/issues/3351
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
| |
| |
| | |
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
|
| | |
|
|/
|
|
|
| |
Avoid people and groups getting mentioned unintentionally by
surrounding the names with backticks.
|
|
|
|
|
| |
Attempt to solve issues such as
https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this commit uploading of screenshots failed with
WARNING: tests/__image_snapshots__/: no matching files
ERROR: No files to upload
ERROR: Job failed: exit code 1
After this commit it works again
Uploading artifacts...
gitlab-ui/tests/__image_snapshots__/: found 90 matching files
Uploading artifacts to coordinator... ok
|
|
|
|
|
|
| |
By moving it to the `build` stage and adding `action: stop` to it.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
| |
Also, play manual jobs once dependency jobs are done instead of polling
for the dependent jobs to be finished.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Retry the review-deploy job twice and make the Review App cleanup more efficient
See merge request gitlab-org/gitlab-ce!27489
|
| |
| |
| |
| |
| |
| | |
Ensure that the cleanup starts right away.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
'58663-use-include-template-syntax-for-including-the-code-quality-job' into 'master'
Resolve "Use include template syntax for including the Code Quality job"
Closes #58663
See merge request gitlab-org/gitlab-ce!27448
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Always save artifacts in the gitlab:ui:visual job
See merge request gitlab-org/gitlab-ce!27469
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Retry twice the review-qa-smoke job
See merge request gitlab-org/gitlab-ce!27470
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ /
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ |
|
|
|
|
|
| |
Given Rails doesn't use the Git binary anymore, this shouldn't be a
problem.
|
| |
|
| |
|
| |
|
| |
|