Merge branch 'gitlab_on_opensuse' into 'master'

Omnibus Gitlab on Opensuse 42.1

See merge request !1091
This commit is contained in:
Marin Jankovski 2016-11-10 12:33:58 +00:00
commit 82b7345b15
2 changed files with 29 additions and 0 deletions

View File

@ -151,6 +151,18 @@ Centos 7 specs:
paths:
- gems
<<: *run_rspec
OpenSUSE 13.2 specs:
image: "registry.gitlab.com/gitlab-org/omnibus-gitlab:opensuse13.2"
cache:
paths:
- gems
<<: *run_rspec
OpenSUSE 42.1 specs:
image: "registry.gitlab.com/gitlab-org/omnibus-gitlab:opensuse42.1"
cache:
paths:
- gems
<<: *run_rspec
# dev.gitlab.org only
Ubuntu 12.04:
@ -217,6 +229,14 @@ OpenSUSE 13.2:
- cache
- gems
<<: *tag_build
OpenSUSE 42.1:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:opensuse42.1"
cache:
key: "OpenSUSE 42.1 branch"
paths:
- cache
- gems
<<: *tag_build
Ubuntu 12.04 branch:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:precise"
@ -282,6 +302,14 @@ OpenSUSE 13.2 branch:
- cache
- gems
<<: *branch_build
OpenSUSE 42.1 branch:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:opensuse42.1"
cache:
key: "$CI_BUILD_NAME"
paths:
- cache
- gems
<<: *branch_build
Raspberry Pi 2 Jessie branch:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:raspbian-jessie"

View File

@ -12,6 +12,7 @@ omnibus-gitlab repository.
- Updarted cacerts.pem to 2016-11-02 version
- Stopped using PCRE in the storage directory helper
- Add git-trace logging for gitlab-shell
- Add support for OpenSUSE 13.2 and 42.1
8.13.5