gitlab-org--gitlab-foss/spec
Douwe Maan 54729d2c28 Merge branch 'ci/cache-key' into 'master'
Added cache:key to .gitlab-ci.yml allowing to fine tune the caching

The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need:

1. Cache per-build for all branches:

```
cache:
    key: "$CI_BUILD_NAME"
    untracked: true
```

2. Cache per-branch for all jobs:

```
cache:
    key: "$CI_BUILD_REF"
    untracked: true
```



/cc @DouweM @grzesiek @axil


See merge request !2436
2016-01-21 11:15:28 +00:00
..
benchmarks Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
controllers Merge branch 'unsubscribe-from-thread-from-email-footer' into 'master' 2016-01-14 14:38:55 +00:00
factories Merge branch 'master' into ci/api-triggers 2016-01-14 21:58:17 +01:00
features Add tests for the wiki pipeline 2016-01-14 12:09:31 -02:00
finders remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
fixtures Update tests 2016-01-20 17:14:26 +01:00
helpers Move parallel diff logic to separate class 2016-01-20 14:53:20 +01:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts reverting more MR ajax files, will appear in different commit 2016-01-12 14:55:54 -05:00
lib Merge branch 'ci/cache-key' into 'master' 2016-01-21 11:15:28 +00:00
mailers Added X-GitLab-... headers to emails from CI and Email On Push services 2016-01-19 20:18:39 +02:00
models Add sentry integration 2016-01-18 17:15:10 +01:00
requests Add specs. Adjust filter. 2016-01-19 09:57:00 -05:00
routing Merge branch 'issue_3076' into 'master' 2016-01-08 15:52:05 +00:00
services Use a MR with commits. 2016-01-20 14:41:23 -05:00
support Let the CI runner know about builds that this build depends on 2016-01-14 19:45:55 +01:00
tasks/gitlab Add lfs to backup specs. 2015-11-19 10:43:45 +01:00
views/help Allow non-admin users to see version information 2015-09-23 17:18:15 -04:00
workers Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
factories.rb Unsubscribe from thread through link in email footer 2016-01-09 12:41:22 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb fix notification_service specs 2015-11-30 11:21:10 +02:00
teaspoon_env.rb