Try a different parallelism approach for CI

pull/30/head
Or Fleisher 2021-06-30 17:20:20 -04:00
rodzic 930788f29a
commit e8651689b7
1 zmienionych plików z 1 dodań i 17 usunięć

Wyświetl plik

@ -6,7 +6,6 @@ pipeline:
- python3 generate.py
when:
event: push
depends_on: [ clone ]
# Build and push image by image
2.80-cpu-ubuntu18.04:
@ -21,7 +20,6 @@ pipeline:
tags: 2.80-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.80-gpu-ubuntu18.04:
image: plugins/docker
@ -35,7 +33,6 @@ pipeline:
tags: 2.80-gpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.81-cpu-ubuntu18.04:
image: plugins/docker
@ -49,7 +46,6 @@ pipeline:
tags: 2.81-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.81-gpu-ubuntu18.04:
image: plugins/docker
@ -63,7 +59,6 @@ pipeline:
tags: 2.81-gpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.82-cpu-ubuntu18.04:
image: plugins/docker
@ -77,7 +72,6 @@ pipeline:
tags: 2.82-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.82-gpu-ubuntu18.04:
image: plugins/docker
@ -91,7 +85,6 @@ pipeline:
tags: 2.82-gpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.83-cpu-ubuntu18.04:
image: plugins/docker
@ -105,7 +98,6 @@ pipeline:
tags: 2.83-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.83-gpu-ubuntu18.04:
image: plugins/docker
@ -119,7 +111,6 @@ pipeline:
tags: 2.83-gpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.90-cpu-ubuntu18.04:
image: plugins/docker
@ -133,7 +124,6 @@ pipeline:
tags: 2.90-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.90-gpu-ubuntu18.04:
image: plugins/docker
@ -147,7 +137,6 @@ pipeline:
tags: 2.90-gpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.91-cpu-ubuntu18.04:
image: plugins/docker
@ -161,7 +150,6 @@ pipeline:
tags: 2.91-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.91-gpu-ubuntu18.04:
image: plugins/docker
@ -175,7 +163,6 @@ pipeline:
tags: 2.91-gpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.92-cpu-ubuntu18.04:
image: plugins/docker
@ -189,7 +176,6 @@ pipeline:
tags: 2.92-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.92-gpu-ubuntu18.04:
image: plugins/docker
@ -203,7 +189,6 @@ pipeline:
tags: 2.92-gpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.93-cpu-ubuntu18.04:
image: plugins/docker
@ -217,7 +202,6 @@ pipeline:
tags: 2.93-cpu-ubuntu18.04
when:
event: push
depends_on: [ generate ]
2.93-gpu-ubuntu18.04:
image: plugins/docker
@ -233,7 +217,6 @@ pipeline:
- latest
when:
event: push
depends_on: [ generate ]
notify:
image: plugins/slack
@ -251,3 +234,4 @@ pipeline:
when:
status: [success, failure]
event: push
depends_on: [ 2.80-cpu-ubuntu18.04, 2.80-gpu-ubuntu18.04, 2.81-cpu-ubuntu18.04, 2.81-gpu-ubuntu18.04, 2.82-cpu-ubuntu18.04, 2.82-gpu-ubuntu18.04, 2.83-cpu-ubuntu18.04, 2.83-gpu-ubuntu18.04, 2.90-cpu-ubuntu18.04, 2.90-gpu-ubuntu18.04, 2.91-cpu-ubuntu18.04, 2.91-gpu-ubuntu18.04, 2.92-cpu-ubuntu18.04, 2.92-gpu-ubuntu18.04, 2.93-cpu-ubuntu18.04, 2.93-gpu-ubuntu18.04 ]