Skip to content

Commit be4f691

Browse files
GitHKAndrei Neagusanderegg
authored
trying to make ci more readable (#1831)
* trying to make ci more readbale * renamed to [sys] * missed one system testing to convert Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: Sylvain <[email protected]>
1 parent bdcacdd commit be4f691

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Github-CI Push/PR
1+
name: CI
22

33
on:
44
push:
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
3737
unit-test-api:
38-
name: Unit-testing api
38+
name: "[unit] api"
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
matrix:
@@ -71,7 +71,7 @@ jobs:
7171
run: ./ci/github/unit-testing/api.bash test
7272

7373
unit-test-api-server:
74-
name: Unit-testing api-server
74+
name: "[unit] api-server"
7575
runs-on: ${{ matrix.os }}
7676
strategy:
7777
matrix:
@@ -120,7 +120,7 @@ jobs:
120120
path: codeclimate.unit_api_server_coverage.json
121121

122122
unit-test-catalog:
123-
name: Unit-testing catalog
123+
name: "[unit] catalog"
124124
runs-on: ${{ matrix.os }}
125125
strategy:
126126
matrix:
@@ -175,7 +175,7 @@ jobs:
175175
path: codeclimate.unit_catalog_coverage.json
176176

177177
unit-test-director:
178-
name: Unit-testing director
178+
name: "[unit] director"
179179
runs-on: ${{ matrix.os }}
180180
strategy:
181181
matrix:
@@ -224,7 +224,7 @@ jobs:
224224
path: codeclimate.unit_director_coverage.json
225225

226226
unit-test-sidecar:
227-
name: Unit-testing sidecar
227+
name: "[unit] sidecar"
228228
runs-on: ${{ matrix.os }}
229229
strategy:
230230
matrix:
@@ -273,7 +273,7 @@ jobs:
273273
path: codeclimate.unit_sidecar_coverage.json
274274

275275
unit-test-frontend:
276-
name: Unit-testing frontend
276+
name: "[unit] frontend"
277277
runs-on: ${{ matrix.os }}
278278
strategy:
279279
matrix:
@@ -303,7 +303,7 @@ jobs:
303303
# flags: unittests #optional
304304

305305
unit-test-python-linting:
306-
name: Unit-testing python-linting
306+
name: "[unit] python-linting"
307307
runs-on: ${{ matrix.os }}
308308
strategy:
309309
matrix:
@@ -388,7 +388,7 @@ jobs:
388388
path: codeclimate.unit_postgresdb_coverage.json
389389

390390
unit-test-service-library:
391-
name: Unit-testing service-library
391+
name: "[unit] service-library"
392392
runs-on: ${{ matrix.os }}
393393
strategy:
394394
matrix:
@@ -437,7 +437,7 @@ jobs:
437437
path: codeclimate.unit_servicelib_coverage.json
438438

439439
unit-test-simcore-sdk:
440-
name: Unit-testing simcore-sdk
440+
name: "[unit] simcore-sdk"
441441
runs-on: ${{ matrix.os }}
442442
strategy:
443443
matrix:
@@ -486,7 +486,7 @@ jobs:
486486
path: codeclimate.unit_simcoresdk_coverage.json
487487

488488
unit-test-storage:
489-
name: Unit-testing storage
489+
name: "[unit] storage"
490490
runs-on: ${{ matrix.os }}
491491
strategy:
492492
matrix:
@@ -536,7 +536,7 @@ jobs:
536536

537537
# webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711
538538
unit-test-webserver-isolated:
539-
name: Unit-testing webserver isolated
539+
name: "[unit] webserver isolated"
540540
runs-on: ${{ matrix.os }}
541541
strategy:
542542
matrix:
@@ -586,7 +586,7 @@ jobs:
586586

587587
# webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711
588588
unit-test-webserver-slow:
589-
name: Unit-testing webserver slow
589+
name: "[unit] webserver slow"
590590
runs-on: ${{ matrix.os }}
591591
strategy:
592592
matrix:
@@ -636,7 +636,7 @@ jobs:
636636

637637
# webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711
638638
unit-test-webserver-medium:
639-
name: Unit-testing webserver medium
639+
name: "[unit] webserver medium"
640640
runs-on: ${{ matrix.os }}
641641
strategy:
642642
matrix:
@@ -686,7 +686,7 @@ jobs:
686686

687687
# webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711
688688
unit-test-webserver-fast:
689-
name: Unit-testing webserver fast
689+
name: "[unit] webserver fast"
690690
runs-on: ${{ matrix.os }}
691691
strategy:
692692
matrix:
@@ -765,7 +765,7 @@ jobs:
765765
run: ./ci/deploy/dockerhub-test-images.bash
766766

767767
integration-test-webserver:
768-
name: Integration-testing webserver
768+
name: "[int] webserver"
769769
needs: [build-test-images]
770770
runs-on: ${{ matrix.os }}
771771
strategy:
@@ -830,7 +830,7 @@ jobs:
830830
path: codeclimate.integration_webserver_coverage.json
831831

832832
integration-test-sidecar:
833-
name: Integration-testing sidecar
833+
name: "[int] sidecar"
834834
needs: [build-test-images]
835835
runs-on: ${{ matrix.os }}
836836
strategy:
@@ -895,7 +895,7 @@ jobs:
895895
path: codeclimate.integration_sidecar_coverage.json
896896

897897
integration-test-simcore-sdk:
898-
name: Integration-testing simcore-sdk
898+
name: "[int] simcore-sdk"
899899
needs: [build-test-images]
900900
runs-on: ${{ matrix.os }}
901901
strategy:
@@ -960,7 +960,7 @@ jobs:
960960
path: codeclimate.integration_simcoresdk_coverage.json
961961

962962
system-test-swarm-deploy:
963-
name: System-testing deploy simcore
963+
name: "[sys] deploy simcore"
964964
needs: [build-test-images]
965965
runs-on: ${{ matrix.os }}
966966
strategy:
@@ -1008,7 +1008,7 @@ jobs:
10081008
system-test-e2e:
10091009
# FIXME: skip the job until make it faster and more reliable
10101010
# https://github.com/ITISFoundation/osparc-simcore/issues/1594
1011-
name: System-testing e2e
1011+
name: "[sys] e2e"
10121012
needs: [build-test-images]
10131013
runs-on: ${{ matrix.os }}
10141014
strategy:
@@ -1090,7 +1090,7 @@ jobs:
10901090
run: ./ci/github/system-testing/e2e.bash clean_up
10911091

10921092
system-test-environment-setup:
1093-
name: System-testing environment setup
1093+
name: "[sys] environment setup"
10941094
runs-on: ${{ matrix.os }}
10951095
strategy:
10961096
matrix:

0 commit comments

Comments
 (0)