Skip to content

Commit

Permalink
Update pipeline ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Harness_user committed Nov 2, 2021
1 parent 2a75097 commit ff5fd31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/.harness/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ pipeline:
image: us.gcr.io/sales-209522/micah/go-build-tools:1.16-stretch-8
command: go mod vendor
privileged: false
resources:
limits:
memory: 1Gi
cpu: "1"
- step:
type: SaveCacheGCS
spec:
Expand All @@ -61,6 +65,10 @@ pipeline:
image: us.gcr.io/sales-209522/micah/go-build-tools:1.16-stretch-8
command: go build -v
privileged: false
resources:
limits:
memory: 4Gi
cpu: "1"
- parallel:
- step:
type: Run
Expand Down

0 comments on commit ff5fd31

Please sign in to comment.