Adding longer timeout
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -22,6 +22,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: [ self-hosted, medium, build ]
|
runs-on: [ self-hosted, medium, build ]
|
||||||
|
timeout-minutes: 720
|
||||||
container:
|
container:
|
||||||
image: nexus.jamesjonesconsulting.com:5444/podman/stable:latest
|
image: nexus.jamesjonesconsulting.com:5444/podman/stable:latest
|
||||||
# image: quay.io/podman/stable:latest
|
# image: quay.io/podman/stable:latest
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
DOCKER_AUTH_CONFIG: ${HOME_NEXUS_DOCKER_AUTH_CONFIG}
|
DOCKER_AUTH_CONFIG: ${HOME_NEXUS_DOCKER_AUTH_CONFIG}
|
||||||
image: "$HOME_NEXUS_DOCKER_REGISTRY_SHARED/podman/stable:latest"
|
image: "$HOME_NEXUS_DOCKER_REGISTRY_SHARED/podman/stable:latest"
|
||||||
|
timeout: 3h 30m
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- REGISTRY_USER: $CI_REGISTRY_USER
|
- REGISTRY_USER: $CI_REGISTRY_USER
|
||||||
|
|||||||
Reference in New Issue
Block a user