Skip to content

Commit b898f46

Browse files
committed
updated workflows
1 parent 5fe2919 commit b898f46

16 files changed

+25
-25
lines changed

.github/workflows/alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
3232
container: alpine
3333
env:

.github/workflows/alpine_3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
3232
container: alpine:3
3333
env:

.github/workflows/centos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
3232
container: centos
3333
env:

.github/workflows/centos6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
build:
3131
#name: build
32-
timeout-minutes: 10
32+
timeout-minutes: 60
3333
runs-on: ubuntu-latest
3434
container: centos:6
3535
env:

.github/workflows/centos7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
3232
container: centos:7
3333
env:

.github/workflows/centos8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
3232
container: centos:8
3333
env:

.github/workflows/debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on: # [push]
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
3232
container: debian
3333
env:

.github/workflows/debian_10.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on: # [push]
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
32-
container: debian:10-slim
32+
container: debian:10 # -slim gets java install package conflicts
3333
env:
3434
repo: devops-python-tools
3535
steps:

.github/workflows/debian_8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on: # [push]
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
32-
container: debian:8-slim
32+
container: debian:8 # -slim gets java install package conflicts
3333
env:
3434
repo: devops-python-tools
3535
steps:

.github/workflows/debian_9.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on: # [push]
2727
jobs:
2828
build:
2929
#name: build
30-
timeout-minutes: 10
30+
timeout-minutes: 60
3131
runs-on: ubuntu-latest
32-
container: debian:9-slim
32+
container: debian:9 # -slim gets java install package conflicts
3333
env:
3434
repo: devops-python-tools
3535
steps:

0 commit comments

Comments
 (0)