Skip to content

Commit

Permalink
template: seek-jobs/gantry v1.4.0 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Aug 2, 2021
1 parent fe3ac41 commit 5b74f50
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-timers-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**template:** seek-jobs/gantry v1.4.0
6 changes: 3 additions & 3 deletions template/express-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- seek-jobs/gantry#v1.3.0:
- seek-jobs/gantry#v1.4.0:
command: build
file: gantry.build.yml
region: ap-southeast-2
Expand All @@ -83,7 +83,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %>
key: deploy-dev
plugins:
- seek-jobs/gantry#v1.3.0:
- seek-jobs/gantry#v1.4.0:
command: apply
environment: <%- devGantryEnvironmentName %>
file: gantry.apply.yml
Expand All @@ -99,7 +99,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
depends_on: deploy-dev
plugins:
- seek-jobs/gantry#v1.3.0:
- seek-jobs/gantry#v1.4.0:
command: apply
environment: <%- prodGantryEnvironmentName %>
file: gantry.apply.yml
Expand Down
2 changes: 0 additions & 2 deletions template/express-rest-api/gantry.apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ cpu: 256
memory: 512

deployment:
# Ignore alarms otherwise we can't deploy to a failed environment (SEEK-Jobs/gantry#488)
ignoreAlarms: true
smokeTest:
path: /smoke
useExternalDns: true
Expand Down
6 changes: 3 additions & 3 deletions template/koa-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- seek-jobs/gantry#v1.3.0:
- seek-jobs/gantry#v1.4.0:
command: build
file: gantry.build.yml
region: ap-southeast-2
Expand All @@ -83,7 +83,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %>
key: deploy-dev
plugins:
- seek-jobs/gantry#v1.3.0:
- seek-jobs/gantry#v1.4.0:
command: apply
environment: <%- devGantryEnvironmentName %>
file: gantry.apply.yml
Expand All @@ -99,7 +99,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
depends_on: deploy-dev
plugins:
- seek-jobs/gantry#v1.3.0:
- seek-jobs/gantry#v1.4.0:
command: apply
environment: <%- prodGantryEnvironmentName %>
file: gantry.apply.yml
Expand Down
2 changes: 0 additions & 2 deletions template/koa-rest-api/gantry.apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ cpu: 256
memory: 512

deployment:
# Ignore alarms otherwise we can't deploy to a failed environment (SEEK-Jobs/gantry#488)
ignoreAlarms: true
smokeTest:
path: /smoke
useExternalDns: true
Expand Down

0 comments on commit 5b74f50

Please sign in to comment.