Skip to content
Snippets Groups Projects
Verified Commit 31bb48a0 authored by Balasankar C's avatar Balasankar C
Browse files

Bump cache key to ditch old cache

parent 3b963091
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -363,7 +363,7 @@ QA Tag:
Ubuntu 14.04 specs 0 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-trusty"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -372,7 +372,7 @@ Ubuntu 14.04 specs 0 3:
Ubuntu 14.04 specs 1 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-trusty"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -381,7 +381,7 @@ Ubuntu 14.04 specs 1 3:
Ubuntu 14.04 specs 2 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-trusty"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -390,7 +390,7 @@ Ubuntu 14.04 specs 2 3:
Ubuntu 16.04 specs 0 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-xenial"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -399,7 +399,7 @@ Ubuntu 16.04 specs 0 3:
Ubuntu 16.04 specs 1 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-xenial"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -408,7 +408,7 @@ Ubuntu 16.04 specs 1 3:
Ubuntu 16.04 specs 2 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-xenial"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -417,7 +417,7 @@ Ubuntu 16.04 specs 2 3:
Debian 7 specs 0 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-wheezy"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -426,7 +426,7 @@ Debian 7 specs 0 3:
Debian 7 specs 1 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-wheezy"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -435,7 +435,7 @@ Debian 7 specs 1 3:
Debian 7 specs 2 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-wheezy"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -444,7 +444,7 @@ Debian 7 specs 2 3:
Debian 8 specs 0 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-jessie"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -453,7 +453,7 @@ Debian 8 specs 0 3:
Debian 8 specs 1 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-jessie"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -462,7 +462,7 @@ Debian 8 specs 1 3:
Debian 8 specs 2 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-jessie"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -471,7 +471,7 @@ Debian 8 specs 2 3:
Centos 6 specs 0 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-centos6"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -480,7 +480,7 @@ Centos 6 specs 0 3:
Centos 6 specs 1 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-centos6"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -489,7 +489,7 @@ Centos 6 specs 1 3:
Centos 6 specs 2 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-centos6"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -498,7 +498,7 @@ Centos 6 specs 2 3:
Centos 7 specs 0 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-centos7"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -507,7 +507,7 @@ Centos 7 specs 0 3:
Centos 7 specs 1 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-centos7"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -516,7 +516,7 @@ Centos 7 specs 1 3:
Centos 7 specs 2 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-centos7"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -525,7 +525,7 @@ Centos 7 specs 2 3:
OpenSUSE 42.1 specs 0 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-opensuse42.1"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -534,7 +534,7 @@ OpenSUSE 42.1 specs 0 3:
OpenSUSE 42.1 specs 1 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-opensuse42.1"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
@@ -543,7 +543,7 @@ OpenSUSE 42.1 specs 1 3:
OpenSUSE 42.1 specs 2 3:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-opensuse42.1"
cache:
key: "$CI_JOB_NAME"
key: "$CI_JOB_NAME-1"
paths:
- gems
<<: *run_rspec
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment