Extend timeouts
This commit is contained in:
@@ -29,6 +29,8 @@ jobs:
|
|||||||
distro: ${{ fromJson( needs.collect.outputs.distros ) }}
|
distro: ${{ fromJson( needs.collect.outputs.distros ) }}
|
||||||
packer_version:
|
packer_version:
|
||||||
- "1.8.0"
|
- "1.8.0"
|
||||||
|
needs_timeout:
|
||||||
|
- distros/ubuntu-20.04-x86_64.pkrvars.hcl
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@@ -49,6 +51,10 @@ jobs:
|
|||||||
unzip packer_${{ matrix.packer_version }}_linux_amd64.zip
|
unzip packer_${{ matrix.packer_version }}_linux_amd64.zip
|
||||||
mv packer packerio
|
mv packer packerio
|
||||||
chmod +x packerio
|
chmod +x packerio
|
||||||
|
- name: modify build timeouts, if necessary
|
||||||
|
if: contains(matrix.needs_timeout, matrix.distro)
|
||||||
|
shell: bash
|
||||||
|
run: ./modify_timeout.sh "${{ matrix.distro }}"
|
||||||
- name: try build
|
- name: try build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user