|
1 | | -name: Github-CI Push/PR |
| 1 | +name: CI |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | push: |
|
35 | 35 |
|
36 | 36 | jobs: |
37 | 37 | unit-test-api: |
38 | | - name: Unit-testing api |
| 38 | + name: "[unit] api" |
39 | 39 | runs-on: ${{ matrix.os }} |
40 | 40 | strategy: |
41 | 41 | matrix: |
|
71 | 71 | run: ./ci/github/unit-testing/api.bash test |
72 | 72 |
|
73 | 73 | unit-test-api-server: |
74 | | - name: Unit-testing api-server |
| 74 | + name: "[unit] api-server" |
75 | 75 | runs-on: ${{ matrix.os }} |
76 | 76 | strategy: |
77 | 77 | matrix: |
@@ -120,7 +120,7 @@ jobs: |
120 | 120 | path: codeclimate.unit_api_server_coverage.json |
121 | 121 |
|
122 | 122 | unit-test-catalog: |
123 | | - name: Unit-testing catalog |
| 123 | + name: "[unit] catalog" |
124 | 124 | runs-on: ${{ matrix.os }} |
125 | 125 | strategy: |
126 | 126 | matrix: |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | path: codeclimate.unit_catalog_coverage.json |
176 | 176 |
|
177 | 177 | unit-test-director: |
178 | | - name: Unit-testing director |
| 178 | + name: "[unit] director" |
179 | 179 | runs-on: ${{ matrix.os }} |
180 | 180 | strategy: |
181 | 181 | matrix: |
@@ -224,7 +224,7 @@ jobs: |
224 | 224 | path: codeclimate.unit_director_coverage.json |
225 | 225 |
|
226 | 226 | unit-test-sidecar: |
227 | | - name: Unit-testing sidecar |
| 227 | + name: "[unit] sidecar" |
228 | 228 | runs-on: ${{ matrix.os }} |
229 | 229 | strategy: |
230 | 230 | matrix: |
@@ -273,7 +273,7 @@ jobs: |
273 | 273 | path: codeclimate.unit_sidecar_coverage.json |
274 | 274 |
|
275 | 275 | unit-test-frontend: |
276 | | - name: Unit-testing frontend |
| 276 | + name: "[unit] frontend" |
277 | 277 | runs-on: ${{ matrix.os }} |
278 | 278 | strategy: |
279 | 279 | matrix: |
@@ -303,7 +303,7 @@ jobs: |
303 | 303 | # flags: unittests #optional |
304 | 304 |
|
305 | 305 | unit-test-python-linting: |
306 | | - name: Unit-testing python-linting |
| 306 | + name: "[unit] python-linting" |
307 | 307 | runs-on: ${{ matrix.os }} |
308 | 308 | strategy: |
309 | 309 | matrix: |
@@ -388,7 +388,7 @@ jobs: |
388 | 388 | path: codeclimate.unit_postgresdb_coverage.json |
389 | 389 |
|
390 | 390 | unit-test-service-library: |
391 | | - name: Unit-testing service-library |
| 391 | + name: "[unit] service-library" |
392 | 392 | runs-on: ${{ matrix.os }} |
393 | 393 | strategy: |
394 | 394 | matrix: |
@@ -437,7 +437,7 @@ jobs: |
437 | 437 | path: codeclimate.unit_servicelib_coverage.json |
438 | 438 |
|
439 | 439 | unit-test-simcore-sdk: |
440 | | - name: Unit-testing simcore-sdk |
| 440 | + name: "[unit] simcore-sdk" |
441 | 441 | runs-on: ${{ matrix.os }} |
442 | 442 | strategy: |
443 | 443 | matrix: |
@@ -486,7 +486,7 @@ jobs: |
486 | 486 | path: codeclimate.unit_simcoresdk_coverage.json |
487 | 487 |
|
488 | 488 | unit-test-storage: |
489 | | - name: Unit-testing storage |
| 489 | + name: "[unit] storage" |
490 | 490 | runs-on: ${{ matrix.os }} |
491 | 491 | strategy: |
492 | 492 | matrix: |
@@ -536,7 +536,7 @@ jobs: |
536 | 536 |
|
537 | 537 | # webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711 |
538 | 538 | unit-test-webserver-isolated: |
539 | | - name: Unit-testing webserver isolated |
| 539 | + name: "[unit] webserver isolated" |
540 | 540 | runs-on: ${{ matrix.os }} |
541 | 541 | strategy: |
542 | 542 | matrix: |
@@ -586,7 +586,7 @@ jobs: |
586 | 586 |
|
587 | 587 | # webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711 |
588 | 588 | unit-test-webserver-slow: |
589 | | - name: Unit-testing webserver slow |
| 589 | + name: "[unit] webserver slow" |
590 | 590 | runs-on: ${{ matrix.os }} |
591 | 591 | strategy: |
592 | 592 | matrix: |
@@ -636,7 +636,7 @@ jobs: |
636 | 636 |
|
637 | 637 | # webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711 |
638 | 638 | unit-test-webserver-medium: |
639 | | - name: Unit-testing webserver medium |
| 639 | + name: "[unit] webserver medium" |
640 | 640 | runs-on: ${{ matrix.os }} |
641 | 641 | strategy: |
642 | 642 | matrix: |
@@ -686,7 +686,7 @@ jobs: |
686 | 686 |
|
687 | 687 | # webserver tested are split according to time https://github.com/ITISFoundation/osparc-simcore/pull/1711 |
688 | 688 | unit-test-webserver-fast: |
689 | | - name: Unit-testing webserver fast |
| 689 | + name: "[unit] webserver fast" |
690 | 690 | runs-on: ${{ matrix.os }} |
691 | 691 | strategy: |
692 | 692 | matrix: |
@@ -765,7 +765,7 @@ jobs: |
765 | 765 | run: ./ci/deploy/dockerhub-test-images.bash |
766 | 766 |
|
767 | 767 | integration-test-webserver: |
768 | | - name: Integration-testing webserver |
| 768 | + name: "[int] webserver" |
769 | 769 | needs: [build-test-images] |
770 | 770 | runs-on: ${{ matrix.os }} |
771 | 771 | strategy: |
@@ -830,7 +830,7 @@ jobs: |
830 | 830 | path: codeclimate.integration_webserver_coverage.json |
831 | 831 |
|
832 | 832 | integration-test-sidecar: |
833 | | - name: Integration-testing sidecar |
| 833 | + name: "[int] sidecar" |
834 | 834 | needs: [build-test-images] |
835 | 835 | runs-on: ${{ matrix.os }} |
836 | 836 | strategy: |
@@ -895,7 +895,7 @@ jobs: |
895 | 895 | path: codeclimate.integration_sidecar_coverage.json |
896 | 896 |
|
897 | 897 | integration-test-simcore-sdk: |
898 | | - name: Integration-testing simcore-sdk |
| 898 | + name: "[int] simcore-sdk" |
899 | 899 | needs: [build-test-images] |
900 | 900 | runs-on: ${{ matrix.os }} |
901 | 901 | strategy: |
@@ -960,7 +960,7 @@ jobs: |
960 | 960 | path: codeclimate.integration_simcoresdk_coverage.json |
961 | 961 |
|
962 | 962 | system-test-swarm-deploy: |
963 | | - name: System-testing deploy simcore |
| 963 | + name: "[sys] deploy simcore" |
964 | 964 | needs: [build-test-images] |
965 | 965 | runs-on: ${{ matrix.os }} |
966 | 966 | strategy: |
@@ -1008,7 +1008,7 @@ jobs: |
1008 | 1008 | system-test-e2e: |
1009 | 1009 | # FIXME: skip the job until make it faster and more reliable |
1010 | 1010 | # https://github.com/ITISFoundation/osparc-simcore/issues/1594 |
1011 | | - name: System-testing e2e |
| 1011 | + name: "[sys] e2e" |
1012 | 1012 | needs: [build-test-images] |
1013 | 1013 | runs-on: ${{ matrix.os }} |
1014 | 1014 | strategy: |
@@ -1090,7 +1090,7 @@ jobs: |
1090 | 1090 | run: ./ci/github/system-testing/e2e.bash clean_up |
1091 | 1091 |
|
1092 | 1092 | system-test-environment-setup: |
1093 | | - name: System-testing environment setup |
| 1093 | + name: "[sys] environment setup" |
1094 | 1094 | runs-on: ${{ matrix.os }} |
1095 | 1095 | strategy: |
1096 | 1096 | matrix: |
|
0 commit comments