Skip to content

Commit

Permalink
chore(ci): merge timeout deployment faile (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Apr 5, 2024
1 parent 22b2711 commit ca9c465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
file: common/openshift.fluentbit.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand All @@ -73,7 +73,7 @@ jobs:
parameters:
-p ZONE=test
${{ matrix.parameters }}
timeout: ${{ matrix.timeout }}
timeout: ${{ matrix.timeout || '10m' }}
verification_path: ${{ matrix.verification_path }}

init-prod:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
file: common/openshift.fluentbit.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand All @@ -154,5 +154,5 @@ jobs:
parameters:
-p ZONE=prod
${{ matrix.parameters }}
timeout: ${{ matrix.timeout }}
timeout: ${{ matrix.timeout || '10m' }}
verification_path: ${{ matrix.verification_path }}

0 comments on commit ca9c465

Please sign in to comment.