mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'add-sitespeed-image' into 'master'
Add custom sitespeed.io image for GitLab See merge request gitlab-org/gitlab-build-images!75
This commit is contained in:
commit
3b0f132538
3 changed files with 24 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ omnibus-gitlab-opensuse42.3 test: *test_build
|
|||
omnibus-gitlab-trusty test: *test_build
|
||||
omnibus-gitlab-wheezy test: *test_build
|
||||
omnibus-gitlab-xenial test: *test_build
|
||||
sitespeed-gitlab test: *test_build
|
||||
|
||||
# Builds
|
||||
|
||||
|
|
@ -102,7 +103,7 @@ omnibus-gitlab-opensuse42.3: *build_and_deploy
|
|||
omnibus-gitlab-trusty: *build_and_deploy
|
||||
omnibus-gitlab-wheezy: *build_and_deploy
|
||||
omnibus-gitlab-xenial: *build_and_deploy
|
||||
|
||||
sitespeed-gitlab: *build_and_deploy
|
||||
|
||||
# Old Google Chrome images are listed here for reference:
|
||||
|
||||
|
|
|
|||
3
Dockerfile.sitespeed-gitlab
Normal file
3
Dockerfile.sitespeed-gitlab
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM sitespeedio/sitespeed.io
|
||||
|
||||
COPY /scripts/gitlab.txt $HOME/sitespeed.io/gitlab.txt
|
||||
19
scripts/gitlab.txt
Normal file
19
scripts/gitlab.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
https://gitlab.com/explore
|
||||
https://gitlab.com/gitlab-org/gitlab-ce
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/tree/master
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/main.js
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12419
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9546
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/issues
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/issues/34225
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/issues/4058
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/boards
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/pipelines
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/pipelines/9360254
|
||||
https://gitlab.com/gitlab-com/infrastructure/issues/57
|
||||
https://gitlab.com/gitlab-com/operations/issues/1
|
||||
https://gitlab.com/gitlab-com/operations/issues/42
|
||||
https://gitlab.com/gitlab-com/operations/issues/57
|
||||
https://gitlab.com/gitlab-org/gitlab-ce/issues/1
|
||||
https://gitlab.com/snippets/1662597
|
||||
https://gitlab.com/sytses/test-2/issues/1
|
||||
Loading…
Add table
Add a link
Reference in a new issue