linux
This commit is contained in:
6
.github/workflows/generator-linux.yml
vendored
6
.github/workflows/generator-linux.yml
vendored
@@ -581,6 +581,7 @@ jobs:
|
|||||||
if: ${{ env.rdgen == 'true' }}
|
if: ${{ env.rdgen == 'true' }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 1
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
@@ -593,6 +594,7 @@ jobs:
|
|||||||
if: ${{ env.rdgen == 'false' }}
|
if: ${{ env.rdgen == 'false' }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 1
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
@@ -700,6 +702,7 @@ jobs:
|
|||||||
if: ${{ env.rdgen == 'true' }}
|
if: ${{ env.rdgen == 'true' }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 1
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
@@ -709,6 +712,7 @@ jobs:
|
|||||||
if: ${{ env.rdgen == 'false' }}
|
if: ${{ env.rdgen == 'false' }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 1
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
@@ -827,6 +831,7 @@ jobs:
|
|||||||
if: ${{ env.rdgen == 'true' }}
|
if: ${{ env.rdgen == 'true' }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 1
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
@@ -836,6 +841,7 @@ jobs:
|
|||||||
if: ${{ env.rdgen == 'false' }}
|
if: ${{ env.rdgen == 'false' }}
|
||||||
uses: nick-fields/retry@v3
|
uses: nick-fields/retry@v3
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 1
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
shell: bash
|
shell: bash
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Reference in New Issue
Block a user