Skip to content

Commit

Permalink
Allow staging builds to configure max open files
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jun 30, 2022
1 parent 3f02ca9 commit 69f4f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
trigger: false
- task: stage
image: ci-image
privileged: true
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: M
Expand All @@ -231,6 +232,7 @@ jobs:
trigger: false
- task: stage
image: ci-image
privileged: true
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: RC
Expand All @@ -251,6 +253,7 @@ jobs:
trigger: false
- task: stage
image: ci-image
privileged: true
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: RELEASE
Expand Down

0 comments on commit 69f4f14

Please sign in to comment.