Skip to content

Commit

Permalink
Reinstate redis/postgres resources
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Oct 4, 2023
1 parent 55f76a2 commit b508ce5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ci/partials/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ image_resource:
tag: original
inputs:
- name: src
- name: redis
- name: postgres
- name: node
run:
dir: src
path: ci/docker/entrypoint.sh
Expand Down
18 changes: 17 additions & 1 deletion ci/pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
params: {state: pending}
- in_parallel:
- get: cf-image
- get: redis
params: {save: true}
- get: postgres
params: {save: true}
- get: node
params: {save: true}
- task: install-deps-api
Expand Down Expand Up @@ -304,6 +308,18 @@ resources:
stop: 1:00 AM
location: America/New_York

- name: redis
type: docker-image
source:
repository: redis
tag: 5-alpine

- name: postgres
type: docker-image
source:
repository: postgres
tag: 11-alpine

- name: node
type: docker-image
source:
Expand Down Expand Up @@ -352,4 +368,4 @@ resource_types:
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
repository: cfcommunity/slack-notification-resource

0 comments on commit b508ce5

Please sign in to comment.