Skip to content

Commit

Permalink
GEODE-8496: update cached dependencies on changes to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onichols-pivotal committed Jan 19, 2021
1 parent 0273b79 commit 8340901
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ci/pipelines/images/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ resources:
password: ((docker-password))
repository: gcr.io/((gcp-project))/((pipeline-prefix))metric-tools

- name: geode-dependencies
type: git
source:
{{ github_access() | indent(4) }}
branch: ((geode-build-branch))
depth: 1
paths:
- "buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy"

- name: gce-instances-resource-dockerfile
type: git
source:
Expand Down Expand Up @@ -231,6 +240,8 @@ jobs:
trigger: true
- get: build-concourse-dockerfile
trigger: true
- get: geode-dependencies
trigger: true
- put: build-concourse-docker-image
params:
build: build-concourse-dockerfile/ci/docker
Expand Down Expand Up @@ -283,6 +294,8 @@ jobs:
passed: [build-alpine-tools-docker-image]
- get: linux-base-family
trigger: true
- get: geode-dependencies
trigger: true
- task: build-image
timeout: 1h
image: alpine-tools-docker-image
Expand Down

0 comments on commit 8340901

Please sign in to comment.