From 6420088a5c92629127784cf04004fa8fcd996c59 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:46:13 +0530 Subject: [PATCH 01/87] Create maven.yml --- .github/workflows/maven.yml | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..1d3754c --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,47 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Java CI with Maven + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + my_job: + name: deploy to staging + runs-on: ubuntu-18.04 + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] + test3: [1,2,3,4,5,6,7,8,9,10] + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes2 }}" + echo "${{ matrix.test3 }}" + my_jab_1: + name: deploy to staging1 + runs-on: ubuntu-18.04 + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] + test13: [1,2,3,4,5,6,7,8,9,10] + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes2 }}" + echo "${{ matrix.test3 }}" From f3ec334b1eca5c90a5ff2c5ecd59205ae927f5be Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:48:12 +0530 Subject: [PATCH 02/87] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1d3754c..e3be360 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,6 @@ jobs: matrix: test: [1,2,3,4,5,6,7,8,9,10] test1: [1,2,3,4,5,6,7,8,9,10] - test3: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -33,6 +32,7 @@ jobs: my_jab_1: name: deploy to staging1 runs-on: ubuntu-18.04 + needs: my_job strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] From 9e1c4a7873d448a376f523f5344fbaa42a31b01f Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:50:30 +0530 Subject: [PATCH 03/87] Update maven.yml --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e3be360..fc49c22 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,6 @@ jobs: my_jab_1: name: deploy to staging1 runs-on: ubuntu-18.04 - needs: my_job strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] From bfb8971f6202dbed02d04f796f763ef38d120170 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Sun, 17 Dec 2023 01:07:17 +0530 Subject: [PATCH 04/87] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fc49c22..47631ca 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ on: jobs: my_job: name: deploy to staging - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] @@ -31,7 +31,7 @@ jobs: echo "${{ matrix.test3 }}" my_jab_1: name: deploy to staging1 - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] From 8b722c31c3ee58e69da3cea79ad89d6df4cfa949 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:56:31 +0530 Subject: [PATCH 05/87] Update maven.yml --- .github/workflows/maven.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 47631ca..1fcd03d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,13 +22,15 @@ jobs: matrix: test: [1,2,3,4,5,6,7,8,9,10] test1: [1,2,3,4,5,6,7,8,9,10] + test2: [1,2,3] steps: - uses: actions/checkout@v1 - name: echoing run: | echo "test" - echo "${{ matrix.tes2 }}" - echo "${{ matrix.test3 }}" + echo "${{ matrix.test }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test2 }}" my_jab_1: name: deploy to staging1 runs-on: ubuntu-latest @@ -42,5 +44,6 @@ jobs: - name: echoing run: | echo "test" - echo "${{ matrix.tes2 }}" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" From 1af3f2abcb415f3020c2cd31355e83e291aa4224 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:44:56 +0530 Subject: [PATCH 06/87] Update maven.yml --- .github/workflows/maven.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1fcd03d..cab8ff7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,11 +18,6 @@ jobs: my_job: name: deploy to staging runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] - test2: [1,2,3] steps: - uses: actions/checkout@v1 - name: echoing @@ -34,11 +29,6 @@ jobs: my_jab_1: name: deploy to staging1 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] - test13: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing From 0449341cd658355806a3fa80c92cab4d1e2f27af Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:54:59 +0530 Subject: [PATCH 07/87] Update maven.yml --- .github/workflows/maven.yml | 99 +++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cab8ff7..05de812 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,3 +37,102 @@ jobs: echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" + my_jab_2: + name: deploy to staging2 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_3: + name: deploy to staging3 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_4: + name: deploy to staging4 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_5: + name: deploy to staging5 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_6: + name: deploy to staging6 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_7: + name: deploy to staging7 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_8: + name: deploy to staging8 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_9: + name: deploy to staging9 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_10: + name: deploy to staging10 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" From 61dae022d3e146874853325b04f59d92a451edcd Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:56:58 +0530 Subject: [PATCH 08/87] Update maven.yml --- .github/workflows/maven.yml | 121 ++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 05de812..0980336 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -136,3 +136,124 @@ jobs: echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" + my_job21: + name: deploy to staging21 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.test }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test2 }}" + my_jab_11: + name: deploy to staging11 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_12: + name: deploy to staging12 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_13: + name: deploy to staging13 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_14: + name: deploy to staging14 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_15: + name: deploy to staging15 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_16: + name: deploy to staging16 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_17: + name: deploy to staging17 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_18: + name: deploy to staging18 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_19: + name: deploy to staging19 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_20: + name: deploy to staging20 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" From 0a6a066e302be45222ed46e93e1f62bec210835b Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:58:20 +0530 Subject: [PATCH 09/87] Update maven.yml --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0980336..1bdef78 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,6 +18,9 @@ jobs: my_job: name: deploy to staging runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing From 581d56950fbbb026182a0e44a3f21b72a28f443c Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:59:54 +0530 Subject: [PATCH 10/87] Update maven.yml --- .github/workflows/maven.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1bdef78..dcb3733 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,6 +32,9 @@ jobs: my_jab_1: name: deploy to staging1 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -43,6 +46,9 @@ jobs: my_jab_2: name: deploy to staging2 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -54,6 +60,9 @@ jobs: my_jab_3: name: deploy to staging3 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -65,6 +74,9 @@ jobs: my_jab_4: name: deploy to staging4 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing From 771bfd40149cd3898671a60b036ae5eb82a65ed6 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:01:46 +0530 Subject: [PATCH 11/87] Update maven.yml --- .github/workflows/maven.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dcb3733..3363ddb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,6 +21,7 @@ jobs: strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -35,6 +36,7 @@ jobs: strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -49,6 +51,7 @@ jobs: strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -63,6 +66,7 @@ jobs: strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -77,6 +81,7 @@ jobs: strategy: matrix: test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing From df8a766b226578805fa5bc0e939b60f54ec9f2f1 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:09:26 +0530 Subject: [PATCH 12/87] Update maven.yml --- .github/workflows/maven.yml | 53 +++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3363ddb..ecaf11f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,70 +18,54 @@ jobs: my_job: name: deploy to staging runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" my_jab_1: name: deploy to staging1 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" my_jab_2: name: deploy to staging2 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" my_jab_3: name: deploy to staging3 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" my_jab_4: name: deploy to staging4 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing @@ -98,6 +82,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -109,6 +94,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -120,6 +106,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -131,6 +118,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -142,6 +130,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -153,6 +142,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -164,6 +154,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" @@ -175,6 +166,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -186,6 +178,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -197,6 +190,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -208,6 +202,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -219,6 +214,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -230,6 +226,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -241,6 +238,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -252,6 +250,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -263,6 +262,7 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -274,6 +274,19 @@ jobs: - name: echoing run: | echo "test" + echo sleep 20s + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_22: + name: deploy to staging22 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" From fd519db4b25816a29d9eb33b631765421338127a Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:11:45 +0530 Subject: [PATCH 13/87] Update maven.yml --- .github/workflows/maven.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ecaf11f..ce86dee 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" @@ -35,7 +35,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -47,7 +47,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -59,7 +59,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -82,7 +82,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -94,7 +94,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -106,7 +106,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -118,7 +118,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -130,7 +130,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -142,7 +142,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -154,7 +154,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" @@ -166,7 +166,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -178,7 +178,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -190,7 +190,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -202,7 +202,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -214,7 +214,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -226,7 +226,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -238,7 +238,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -250,7 +250,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -262,7 +262,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -274,7 +274,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -286,7 +286,7 @@ jobs: - name: echoing run: | echo "test" - echo sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" From b39c18f100e8dc0b792d5f1e0d46693bb19e1d61 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:12:27 +0530 Subject: [PATCH 14/87] Update maven.yml --- .github/workflows/maven.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ce86dee..0cd3b94 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" @@ -35,7 +35,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -47,7 +47,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -59,7 +59,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -82,7 +82,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -94,7 +94,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -106,7 +106,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -118,7 +118,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -130,7 +130,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -142,7 +142,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -154,7 +154,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" @@ -166,7 +166,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -178,7 +178,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -190,7 +190,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -202,7 +202,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -214,7 +214,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -226,7 +226,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -238,7 +238,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -250,7 +250,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -262,7 +262,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -274,7 +274,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -286,7 +286,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 20s echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" From 7df13a9459abc762e2a88efa839227f52d7d2d81 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:14:17 +0530 Subject: [PATCH 15/87] Update maven.yml --- .github/workflows/maven.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0cd3b94..5054ac0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" @@ -35,7 +35,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -47,7 +47,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -59,7 +59,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -82,7 +82,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -94,7 +94,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -106,7 +106,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -118,7 +118,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -130,7 +130,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -142,7 +142,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -154,7 +154,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.test }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test2 }}" @@ -166,7 +166,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -178,7 +178,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -190,7 +190,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -202,7 +202,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -214,7 +214,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -226,7 +226,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -238,7 +238,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -250,7 +250,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -262,7 +262,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -274,7 +274,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" @@ -286,7 +286,7 @@ jobs: - name: echoing run: | echo "test" - sleep 20s + sleep 3m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" From 575ed29f2dde0005c9c4961e9f123843cf6223c2 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:37:37 +0530 Subject: [PATCH 16/87] Update maven.yml --- .github/workflows/maven.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5054ac0..eea1bf4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,6 +18,11 @@ jobs: my_job: name: deploy to staging runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] + test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing @@ -30,6 +35,11 @@ jobs: my_jab_1: name: deploy to staging1 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] + test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing @@ -42,6 +52,11 @@ jobs: my_jab_2: name: deploy to staging2 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] + test2: [1,2,3] steps: - uses: actions/checkout@v1 - name: echoing @@ -54,6 +69,11 @@ jobs: my_jab_3: name: deploy to staging3 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] + test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing @@ -66,6 +86,11 @@ jobs: my_jab_4: name: deploy to staging4 runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] + test1: [1,2,3,4,5,6,7,8,9,10] + test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing From 2c4ab7e5c8b327895045754c6037842d71154464 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:46:33 +0530 Subject: [PATCH 17/87] Update maven.yml --- .github/workflows/maven.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index eea1bf4..70e7c2e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,11 +18,6 @@ jobs: my_job: name: deploy to staging runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] - test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing @@ -35,11 +30,6 @@ jobs: my_jab_1: name: deploy to staging1 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] - test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing @@ -52,11 +42,6 @@ jobs: my_jab_2: name: deploy to staging2 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] - test2: [1,2,3] steps: - uses: actions/checkout@v1 - name: echoing @@ -69,11 +54,6 @@ jobs: my_jab_3: name: deploy to staging3 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] - test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing @@ -86,11 +66,6 @@ jobs: my_jab_4: name: deploy to staging4 runs-on: ubuntu-latest - strategy: - matrix: - test: [1,2,3,4,5,6,7,8,9,10] - test1: [1,2,3,4,5,6,7,8,9,10] - test2: [1,2] steps: - uses: actions/checkout@v1 - name: echoing @@ -119,7 +94,7 @@ jobs: - name: echoing run: | echo "test" - sleep 3m + sleep 4m echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" From 66d752b072afbfc1234e48e619cd8feb7f1f0e02 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:52:24 +0530 Subject: [PATCH 18/87] Create maven1.yml --- .github/workflows/maven1.yml | 299 +++++++++++++++++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 .github/workflows/maven1.yml diff --git a/.github/workflows/maven1.yml b/.github/workflows/maven1.yml new file mode 100644 index 0000000..815603b --- /dev/null +++ b/.github/workflows/maven1.yml @@ -0,0 +1,299 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Java CI with Maven1 + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + my_job: + name: deploy to staging + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.test }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test2 }}" + - name: echoing1 + run: | + echo "test" + sleep 3m + echo "${{ matrix.test }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test2 }}" + my_jab_1: + name: deploy to staging1 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_2: + name: deploy to staging2 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_3: + name: deploy to staging3 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_4: + name: deploy to staging4 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_5: + name: deploy to staging5 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_6: + name: deploy to staging6 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 4m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_7: + name: deploy to staging7 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_8: + name: deploy to staging8 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_9: + name: deploy to staging9 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_10: + name: deploy to staging10 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_job21: + name: deploy to staging21 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.test }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test2 }}" + my_jab_11: + name: deploy to staging11 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_12: + name: deploy to staging12 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_13: + name: deploy to staging13 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_14: + name: deploy to staging14 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_15: + name: deploy to staging15 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_16: + name: deploy to staging16 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_17: + name: deploy to staging17 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_18: + name: deploy to staging18 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_19: + name: deploy to staging19 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_20: + name: deploy to staging20 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + my_jab_22: + name: deploy to staging22 + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: echoing + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" From 0d5531aa9825cfcf023b5e76107ea997009c12e0 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:00:31 +0530 Subject: [PATCH 19/87] Update maven1.yml --- .github/workflows/maven1.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/workflows/maven1.yml b/.github/workflows/maven1.yml index 815603b..955f0e8 100644 --- a/.github/workflows/maven1.yml +++ b/.github/workflows/maven1.yml @@ -46,6 +46,15 @@ jobs: echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" + - name: echoing1 + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" + + my_jab_2: name: deploy to staging2 runs-on: ubuntu-latest @@ -58,6 +67,13 @@ jobs: echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" + - name: echoing1 + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" my_jab_3: name: deploy to staging3 runs-on: ubuntu-latest @@ -70,6 +86,13 @@ jobs: echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" + - name: echoing1 + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" my_jab_4: name: deploy to staging4 runs-on: ubuntu-latest @@ -81,6 +104,13 @@ jobs: echo "${{ matrix.tes }}" echo "${{ matrix.test1 }}" echo "${{ matrix.test3 }}" + - name: echoing1 + run: | + echo "test" + sleep 3m + echo "${{ matrix.tes }}" + echo "${{ matrix.test1 }}" + echo "${{ matrix.test3 }}" my_jab_5: name: deploy to staging5 runs-on: ubuntu-latest From 6ab82550c04c801c64d329aa4fc53adb6353c5a3 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:02:26 +0530 Subject: [PATCH 20/87] Update maven1.yml --- .github/workflows/maven1.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven1.yml b/.github/workflows/maven1.yml index 955f0e8..a7c154f 100644 --- a/.github/workflows/maven1.yml +++ b/.github/workflows/maven1.yml @@ -18,6 +18,9 @@ jobs: my_job: name: deploy to staging runs-on: ubuntu-latest + strategy: + matrix: + test: [1,2,3,4,5,6,7,8,9,10] steps: - uses: actions/checkout@v1 - name: echoing From 949a405f312f714e96853fbddfd33be08af2536b Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:48:18 +0530 Subject: [PATCH 21/87] CircleCI Commit --- .circleci/config.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..4175da6 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,26 @@ +# Use the latest 2.1 version of CircleCI pipeline process engine. +# See: https://circleci.com/docs/configuration-reference +version: 2.1 + +# Define a job to be invoked later in a workflow. +# See: https://circleci.com/docs/configuration-reference/#jobs +jobs: + say-hello: + # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. + # See: https://circleci.com/docs/configuration-reference/#executor-job + docker: + - image: cimg/base:stable + # Add steps to the job + # See: https://circleci.com/docs/configuration-reference/#steps + steps: + - checkout + - run: + name: "Say hello" + command: "echo Hello, World!" + +# Orchestrate jobs using workflows +# See: https://circleci.com/docs/configuration-reference/#workflows +workflows: + say-hello-workflow: + jobs: + - say-hello From 8b798d92f8fa305c252ce556efd41225523f95b5 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:55:19 +0530 Subject: [PATCH 22/87] Update config.yml --- .circleci/config.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4175da6..14a6bde 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,30 @@ jobs: - run: name: "Say hello" command: "echo Hello, World!" + strategy: + matrix: + test1: + - test1 + - test2 + - test3 + say-hello1: + # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. + # See: https://circleci.com/docs/configuration-reference/#executor-job + docker: + - image: cimg/base:stable + # Add steps to the job + # See: https://circleci.com/docs/configuration-reference/#steps + steps: + - checkout + - run: + name: "Say hello" + command: "echo Hello, World!" + strategy: + matrix: + test2: + - test1 + - test2 + - test3 # Orchestrate jobs using workflows # See: https://circleci.com/docs/configuration-reference/#workflows @@ -24,3 +48,10 @@ workflows: say-hello-workflow: jobs: - say-hello + - say-hello1 + strategy: + matrix: + test3: + - test1 + - test2 + - test3 From 56f76cc4d5b1782fac70704c5ad84735a89d0c35 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:57:55 +0530 Subject: [PATCH 23/87] Update config.yml --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14a6bde..acc226e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,9 +49,3 @@ workflows: jobs: - say-hello - say-hello1 - strategy: - matrix: - test3: - - test1 - - test2 - - test3 From 809ce0f29e36405873e2327ce86df6fb6250c9c0 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:05:12 +0530 Subject: [PATCH 24/87] Update config.yml --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index acc226e..c8e1763 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,6 @@ jobs: - run: name: "Say hello" command: "echo Hello, World!" - strategy: matrix: test1: - test1 @@ -35,7 +34,6 @@ jobs: - run: name: "Say hello" command: "echo Hello, World!" - strategy: matrix: test2: - test1 From 298662720508bfd6f31fb8ff72ce19c9f5884911 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:12:20 +0530 Subject: [PATCH 25/87] Update config.yml From 68452925c80cb55fb601a9ccb7a2f89460056519 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:13:35 +0530 Subject: [PATCH 26/87] Update config.yml --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c8e1763..76eebc3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,6 @@ jobs: # Add steps to the job # See: https://circleci.com/docs/configuration-reference/#steps steps: - - checkout - run: name: "Say hello" command: "echo Hello, World!" @@ -30,7 +29,6 @@ jobs: # Add steps to the job # See: https://circleci.com/docs/configuration-reference/#steps steps: - - checkout - run: name: "Say hello" command: "echo Hello, World!" From 3b1b8b5126fe3523e3392a17a6f8537e3cd2c358 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:17:00 +0530 Subject: [PATCH 27/87] Update config.yml --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76eebc3..4960fa8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,11 +16,11 @@ jobs: - run: name: "Say hello" command: "echo Hello, World!" - matrix: - test1: - - test1 - - test2 - - test3 + matrix: + test1: + - test1 + - test2 + - test3 say-hello1: # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. # See: https://circleci.com/docs/configuration-reference/#executor-job @@ -32,11 +32,11 @@ jobs: - run: name: "Say hello" command: "echo Hello, World!" - matrix: - test2: - - test1 - - test2 - - test3 + matrix: + test2: + - test1 + - test2 + - test3 # Orchestrate jobs using workflows # See: https://circleci.com/docs/configuration-reference/#workflows From da2f4f2e877daa96102ed072cc83954abbad02a4 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:20:25 +0530 Subject: [PATCH 28/87] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4960fa8..01b7c38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,8 +14,8 @@ jobs: # See: https://circleci.com/docs/configuration-reference/#steps steps: - run: - name: "Say hello" - command: "echo Hello, World!" + name: "Say hello" + command: "echo Hello, World!" matrix: test1: - test1 @@ -30,8 +30,8 @@ jobs: # See: https://circleci.com/docs/configuration-reference/#steps steps: - run: - name: "Say hello" - command: "echo Hello, World!" + name: "Say hello" + command: "echo Hello, World!" matrix: test2: - test1 From 28c087a38cf00d1dcbe05e140bf0d4bc9f3bd330 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:23:53 +0530 Subject: [PATCH 29/87] Update config.yml --- .circleci/config.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01b7c38..66389e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,13 +14,13 @@ jobs: # See: https://circleci.com/docs/configuration-reference/#steps steps: - run: - name: "Say hello" - command: "echo Hello, World!" - matrix: - test1: - - test1 - - test2 - - test3 + name: "Say hello" + command: "echo Hello, World!" + matrix: + test1: + - test1 + - test2 + - test3 say-hello1: # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. # See: https://circleci.com/docs/configuration-reference/#executor-job @@ -30,13 +30,13 @@ jobs: # See: https://circleci.com/docs/configuration-reference/#steps steps: - run: - name: "Say hello" - command: "echo Hello, World!" - matrix: - test2: - - test1 - - test2 - - test3 + name: "Say hello" + command: "echo Hello, World!" + matrix: + test2: + - test1 + - test2 + - test3 # Orchestrate jobs using workflows # See: https://circleci.com/docs/configuration-reference/#workflows From 12d17589aa160301f656404aa16fdfa2e8a8fd79 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:30:48 +0530 Subject: [PATCH 30/87] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66389e6..e5b2169 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World!" + command: "echo Hello, World! << matrix.test1 >>" matrix: test1: - test1 @@ -31,7 +31,7 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World!" + command: "echo Hello, World! << matrix.test1 >>" matrix: test2: - test1 From 593fcabb90af3cc81542500b61e21bab20bf9118 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:31:29 +0530 Subject: [PATCH 31/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5b2169..7bd3b01 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World! << matrix.test1 >>" + command: "echo Hello, World! << matrix.test2 >>" matrix: test2: - test1 From 42171f58621910ab7f66261211bbb4169a480409 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:32:35 +0530 Subject: [PATCH 32/87] Update config.yml --- .circleci/config.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bd3b01..44a704a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,10 +17,11 @@ jobs: name: "Say hello" command: "echo Hello, World! << matrix.test1 >>" matrix: - test1: - - test1 - - test2 - - test3 + parameters: + test1: + - test1 + - test2 + - test3 say-hello1: # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. # See: https://circleci.com/docs/configuration-reference/#executor-job @@ -33,10 +34,11 @@ jobs: name: "Say hello" command: "echo Hello, World! << matrix.test2 >>" matrix: - test2: - - test1 - - test2 - - test3 + parameters: + test2: + - test1 + - test2 + - test3 # Orchestrate jobs using workflows # See: https://circleci.com/docs/configuration-reference/#workflows From 40a389214c5372e857584bf6abf246c46ae8569d Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:35:17 +0530 Subject: [PATCH 33/87] Update config.yml --- .circleci/config.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 44a704a..c99df46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,10 +18,7 @@ jobs: command: "echo Hello, World! << matrix.test1 >>" matrix: parameters: - test1: - - test1 - - test2 - - test3 + test1: ["test1", "test2", "test3"] say-hello1: # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. # See: https://circleci.com/docs/configuration-reference/#executor-job @@ -35,11 +32,7 @@ jobs: command: "echo Hello, World! << matrix.test2 >>" matrix: parameters: - test2: - - test1 - - test2 - - test3 - + test1: ["test1", "test2", "test3"] # Orchestrate jobs using workflows # See: https://circleci.com/docs/configuration-reference/#workflows workflows: From 8939e37cbddbd8f905eae620bca71fd75f589177 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:37:55 +0530 Subject: [PATCH 34/87] Update config.yml --- .circleci/config.yml | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c99df46..d92d757 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,40 +1,32 @@ -# Use the latest 2.1 version of CircleCI pipeline process engine. -# See: https://circleci.com/docs/configuration-reference version: 2.1 -# Define a job to be invoked later in a workflow. -# See: https://circleci.com/docs/configuration-reference/#jobs jobs: say-hello: - # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. - # See: https://circleci.com/docs/configuration-reference/#executor-job docker: - image: cimg/base:stable - # Add steps to the job - # See: https://circleci.com/docs/configuration-reference/#steps steps: - run: name: "Say hello" - command: "echo Hello, World! << matrix.test1 >>" - matrix: - parameters: - test1: ["test1", "test2", "test3"] + command: "echo Hello, World! $test1" + + # Define the matrix at the job level + matrix: + parameters: + test1: ["test1", "test2", "test3"] + say-hello1: - # Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub. - # See: https://circleci.com/docs/configuration-reference/#executor-job docker: - image: cimg/base:stable - # Add steps to the job - # See: https://circleci.com/docs/configuration-reference/#steps steps: - run: name: "Say hello" - command: "echo Hello, World! << matrix.test2 >>" - matrix: - parameters: - test1: ["test1", "test2", "test3"] -# Orchestrate jobs using workflows -# See: https://circleci.com/docs/configuration-reference/#workflows + command: "echo Hello, World! $test1" + + # Define the matrix at the job level + matrix: + parameters: + test1: ["test1", "test2", "test3"] + workflows: say-hello-workflow: jobs: From ba8e9b5e64f542f920423e7889c23adea974a139 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:39:48 +0530 Subject: [PATCH 35/87] Update config.yml --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d92d757..84f11e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,34 +1,34 @@ version: 2.1 jobs: - say-hello: + job1: docker: - image: cimg/base:stable steps: - run: name: "Say hello" - command: "echo Hello, World! $test1" + command: "echo Hello, World! << matrix.test1 >>" # Define the matrix at the job level matrix: parameters: test1: ["test1", "test2", "test3"] - say-hello1: + job2: docker: - image: cimg/base:stable steps: - run: name: "Say hello" - command: "echo Hello, World! $test1" + command: "echo Hello, World! << matrix.test2 >>" # Define the matrix at the job level matrix: parameters: - test1: ["test1", "test2", "test3"] + test2: ["test1", "test2", "test3"] workflows: say-hello-workflow: jobs: - - say-hello - - say-hello1 + - job1 + - job2 From 48366185f0dc7c6ede121282e293f87ed6579d3f Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:14:37 +0530 Subject: [PATCH 36/87] Update config.yml --- .circleci/config.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84f11e1..005ff13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,9 +10,9 @@ jobs: command: "echo Hello, World! << matrix.test1 >>" # Define the matrix at the job level - matrix: parameters: - test1: ["test1", "test2", "test3"] + test1: + type: String job2: docker: @@ -20,15 +20,21 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World! << matrix.test2 >>" + command: "echo Hello, World! << matrix.test1 >>" # Define the matrix at the job level - matrix: parameters: - test2: ["test1", "test2", "test3"] + test1: + type: String workflows: say-hello-workflow: jobs: - job1 + matrix: + parameters: + test1: ["test1", "test2", "test3"] - job2 + matrix: + parameters: + test1: ["test1", "test2", "test3"] From 5627a8a86054b3630523a2aa9ba0e56a9f4d649c Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:16:16 +0530 Subject: [PATCH 37/87] Update config.yml --- .circleci/config.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 005ff13..fab122c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,6 +2,9 @@ version: 2.1 jobs: job1: + parameters: + test1: + type: String docker: - image: cimg/base:stable steps: @@ -9,12 +12,10 @@ jobs: name: "Say hello" command: "echo Hello, World! << matrix.test1 >>" - # Define the matrix at the job level - parameters: + job2: + parameters: test1: type: String - - job2: docker: - image: cimg/base:stable steps: @@ -22,11 +23,6 @@ jobs: name: "Say hello" command: "echo Hello, World! << matrix.test1 >>" - # Define the matrix at the job level - parameters: - test1: - type: String - workflows: say-hello-workflow: jobs: From 51c6af08e7726109cd33c8a94a2420241208c7d0 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:17:56 +0530 Subject: [PATCH 38/87] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fab122c..db2dc4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,11 +26,11 @@ jobs: workflows: say-hello-workflow: jobs: - - job1 + - job1: matrix: parameters: test1: ["test1", "test2", "test3"] - - job2 + - job2: matrix: parameters: test1: ["test1", "test2", "test3"] From 04a83cd30c88ae661e66a5187b77aef566f6f79f Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:18:42 +0530 Subject: [PATCH 39/87] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db2dc4c..9c8131c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: parameters: test1: - type: String + type: string docker: - image: cimg/base:stable steps: @@ -15,7 +15,7 @@ jobs: job2: parameters: test1: - type: String + type: string docker: - image: cimg/base:stable steps: From 04ee09145018b99861baaddda24c3b13b3cbad73 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:21:40 +0530 Subject: [PATCH 40/87] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c8131c..5aff6a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World! << matrix.test1 >>" + command: "echo Hello, World! << parameters.test1 >>" job2: parameters: @@ -21,7 +21,7 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World! << matrix.test1 >>" + command: "echo Hello, World! << parameters.test1 >>" workflows: say-hello-workflow: From 87a3fc24c8286c9140c0becb78add374525a8c1b Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:39:57 +0530 Subject: [PATCH 41/87] Update config.yml --- .circleci/config.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5aff6a2..9ed1e61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,34 +3,34 @@ version: 2.1 jobs: job1: parameters: - test1: - type: string + test1: + type: string docker: - image: cimg/base:stable steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "echo Hello, World! $test1" + with: + matrix: + test1: ["test1", "test2", "test3"] job2: parameters: - test1: - type: string + test1: + type: string docker: - image: cimg/base:stable steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "echo Hello, World! $test1" + with: + matrix: + test1: ["test1", "test2", "test3"] workflows: say-hello-workflow: jobs: - - job1: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job2: - matrix: - parameters: - test1: ["test1", "test2", "test3"] + - job1 + - job2 From 95ce81a0960d16f59b9fa22cd8afb7d86f2e864a Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:44:13 +0530 Subject: [PATCH 42/87] Update config.yml --- .circleci/config.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ed1e61..c300e0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,9 +2,6 @@ version: 2.1 jobs: job1: - parameters: - test1: - type: string docker: - image: cimg/base:stable steps: @@ -12,13 +9,9 @@ jobs: name: "Say hello" command: "echo Hello, World! $test1" with: - matrix: - test1: ["test1", "test2", "test3"] + test1: ["test1", "test2", "test3"] job2: - parameters: - test1: - type: string docker: - image: cimg/base:stable steps: @@ -26,10 +19,10 @@ jobs: name: "Say hello" command: "echo Hello, World! $test1" with: - matrix: - test1: ["test1", "test2", "test3"] + test1: ["test1", "test2", "test3"] workflows: + version: 2 say-hello-workflow: jobs: - job1 From b3ee0509a61a8d135b28041476ba8d35ad32e146 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:45:22 +0530 Subject: [PATCH 43/87] Update config.yml --- .circleci/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c300e0c..9da13cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,9 +5,8 @@ jobs: docker: - image: cimg/base:stable steps: - - run: - name: "Say hello" - command: "echo Hello, World! $test1" + - name: "Say hello" + run: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] @@ -15,9 +14,8 @@ jobs: docker: - image: cimg/base:stable steps: - - run: - name: "Say hello" - command: "echo Hello, World! $test1" + - name: "Say hello" + run: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] From ee66d940fdec648b18eb07794f8727e73a5d29b2 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:46:08 +0530 Subject: [PATCH 44/87] Update config.yml --- .circleci/config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9da13cb..c300e0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,9 @@ jobs: docker: - image: cimg/base:stable steps: - - name: "Say hello" - run: "echo Hello, World! $test1" + - run: + name: "Say hello" + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] @@ -14,8 +15,9 @@ jobs: docker: - image: cimg/base:stable steps: - - name: "Say hello" - run: "echo Hello, World! $test1" + - run: + name: "Say hello" + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] From c039c2b084b9258733c25976600c32fa5a7042bf Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:48:20 +0530 Subject: [PATCH 45/87] Update config.yml --- .circleci/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c300e0c..e23a43d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,9 +5,8 @@ jobs: docker: - image: cimg/base:stable steps: - - run: - name: "Say hello" - command: "echo Hello, World! $test1" + - name: "Say hello" + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] @@ -15,9 +14,8 @@ jobs: docker: - image: cimg/base:stable steps: - - run: - name: "Say hello" - command: "echo Hello, World! $test1" + - name: "Say hello" + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] From c2331f2b5055e7763859698e67734ba15d63bf50 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:49:07 +0530 Subject: [PATCH 46/87] Update config.yml --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e23a43d..eb0d5cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,8 @@ jobs: - image: cimg/base:stable steps: - name: "Say hello" - command: "echo Hello, World! $test1" + run: | + echo Hello, World! $test1 with: test1: ["test1", "test2", "test3"] @@ -15,7 +16,8 @@ jobs: - image: cimg/base:stable steps: - name: "Say hello" - command: "echo Hello, World! $test1" + run: | + echo Hello, World! $test1 with: test1: ["test1", "test2", "test3"] From 5297d2c662e3bf4a3b09af1112735a3ec25ac221 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:49:55 +0530 Subject: [PATCH 47/87] Update config.yml --- .circleci/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb0d5cb..8383bec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,9 +5,8 @@ jobs: docker: - image: cimg/base:stable steps: - - name: "Say hello" - run: | - echo Hello, World! $test1 + - run: + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] @@ -15,9 +14,8 @@ jobs: docker: - image: cimg/base:stable steps: - - name: "Say hello" - run: | - echo Hello, World! $test1 + - run: + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] From 2beef41056b7518668826c19f6310a1240289b3c Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:50:35 +0530 Subject: [PATCH 48/87] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8383bec..e23a43d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,8 @@ jobs: docker: - image: cimg/base:stable steps: - - run: - command: "echo Hello, World! $test1" + - name: "Say hello" + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] @@ -14,8 +14,8 @@ jobs: docker: - image: cimg/base:stable steps: - - run: - command: "echo Hello, World! $test1" + - name: "Say hello" + command: "echo Hello, World! $test1" with: test1: ["test1", "test2", "test3"] From 804b94e2d8fbdc6678f8cfbaea5a71b1b34c8ac4 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:51:43 +0530 Subject: [PATCH 49/87] Update config.yml --- .circleci/config.yml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e23a43d..d92d757 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,27 +1,34 @@ version: 2.1 jobs: - job1: + say-hello: docker: - image: cimg/base:stable steps: - - name: "Say hello" - command: "echo Hello, World! $test1" - with: - test1: ["test1", "test2", "test3"] + - run: + name: "Say hello" + command: "echo Hello, World! $test1" - job2: + # Define the matrix at the job level + matrix: + parameters: + test1: ["test1", "test2", "test3"] + + say-hello1: docker: - image: cimg/base:stable steps: - - name: "Say hello" - command: "echo Hello, World! $test1" - with: - test1: ["test1", "test2", "test3"] + - run: + name: "Say hello" + command: "echo Hello, World! $test1" + + # Define the matrix at the job level + matrix: + parameters: + test1: ["test1", "test2", "test3"] workflows: - version: 2 say-hello-workflow: jobs: - - job1 - - job2 + - say-hello + - say-hello1 From 5cc2a0700a7aa105fd3274bd4d8755cfa4f1a99a Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:53:37 +0530 Subject: [PATCH 50/87] Update config.yml --- .circleci/config.yml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d92d757..5aff6a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,34 +1,36 @@ version: 2.1 jobs: - say-hello: + job1: + parameters: + test1: + type: string docker: - image: cimg/base:stable steps: - run: name: "Say hello" - command: "echo Hello, World! $test1" + command: "echo Hello, World! << parameters.test1 >>" - # Define the matrix at the job level - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - say-hello1: + job2: + parameters: + test1: + type: string docker: - image: cimg/base:stable steps: - run: name: "Say hello" - command: "echo Hello, World! $test1" - - # Define the matrix at the job level - matrix: - parameters: - test1: ["test1", "test2", "test3"] + command: "echo Hello, World! << parameters.test1 >>" workflows: say-hello-workflow: jobs: - - say-hello - - say-hello1 + - job1: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job2: + matrix: + parameters: + test1: ["test1", "test2", "test3"] From 39347c60eae7965d8b113c833bd665988e1bc8f3 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:09:09 +0530 Subject: [PATCH 51/87] Update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5aff6a2..642d79d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: type: string docker: - image: cimg/base:stable + parallelism: 4 steps: - run: name: "Say hello" @@ -18,6 +19,7 @@ jobs: type: string docker: - image: cimg/base:stable + parallelism: 4 steps: - run: name: "Say hello" From e654784233b79dd4728b2200a7b199f5c7e9f77b Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:12:05 +0530 Subject: [PATCH 52/87] Update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 642d79d..021dede 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,7 @@ jobs: docker: - image: cimg/base:stable parallelism: 4 + resource_class: large steps: - run: name: "Say hello" @@ -20,6 +21,7 @@ jobs: docker: - image: cimg/base:stable parallelism: 4 + resource_class: large steps: - run: name: "Say hello" From 8f5a07d33a7d7efa8262bde848bd19059aa6efd8 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:17:39 +0530 Subject: [PATCH 53/87] Create config1.yml --- .circleci/config1.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .circleci/config1.yml diff --git a/.circleci/config1.yml b/.circleci/config1.yml new file mode 100644 index 0000000..250e798 --- /dev/null +++ b/.circleci/config1.yml @@ -0,0 +1,28 @@ +version: 2.1 + +jobs: + job1: + docker: + - image: cimg/base:stable + parallelism: 4 + resource_class: large + steps: + - run: + name: "Say hello" + command: "echo Hello, World! << parameters.test1 >>" + + job2: + docker: + - image: cimg/base:stable + parallelism: 4 + resource_class: large + steps: + - run: + name: "Say hello" + command: "echo Hello, World! << parameters.test1 >>" + +workflows: + say-hello-workflow: + jobs: + - job1 + - job2 From 7298090b22798832e0840ac8fd4fb16f25f68001 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:18:29 +0530 Subject: [PATCH 54/87] Update config1.yml --- .circleci/config1.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config1.yml b/.circleci/config1.yml index 250e798..8f70f8d 100644 --- a/.circleci/config1.yml +++ b/.circleci/config1.yml @@ -4,8 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 4 - resource_class: large + parallelism: 30 steps: - run: name: "Say hello" @@ -14,8 +13,7 @@ jobs: job2: docker: - image: cimg/base:stable - parallelism: 4 - resource_class: large + parallelism: 30 steps: - run: name: "Say hello" From 2bc5a9fb0476da629189326ebccc842d81dfdac7 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:19:58 +0530 Subject: [PATCH 55/87] Update config1.yml --- .circleci/config1.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config1.yml b/.circleci/config1.yml index 8f70f8d..9a05222 100644 --- a/.circleci/config1.yml +++ b/.circleci/config1.yml @@ -5,6 +5,7 @@ jobs: docker: - image: cimg/base:stable parallelism: 30 + resource_class: large steps: - run: name: "Say hello" @@ -14,6 +15,7 @@ jobs: docker: - image: cimg/base:stable parallelism: 30 + resource_class: large steps: - run: name: "Say hello" From e6e3671788ad709548e742dbdbeb40335b66e0fc Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:21:44 +0530 Subject: [PATCH 56/87] Update config1.yml --- .circleci/config1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config1.yml b/.circleci/config1.yml index 9a05222..b11cfc1 100644 --- a/.circleci/config1.yml +++ b/.circleci/config1.yml @@ -9,7 +9,7 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "echo Hello, World! test1" job2: docker: @@ -19,7 +19,7 @@ jobs: steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "echo Hello, World! test2" workflows: say-hello-workflow: From 33e277adfd79ff4334036339e202e9c289764f53 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:24:41 +0530 Subject: [PATCH 57/87] Update config.yml --- .circleci/config.yml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 021dede..b11cfc1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,39 +2,27 @@ version: 2.1 jobs: job1: - parameters: - test1: - type: string docker: - image: cimg/base:stable - parallelism: 4 + parallelism: 30 resource_class: large steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "echo Hello, World! test1" job2: - parameters: - test1: - type: string docker: - image: cimg/base:stable - parallelism: 4 + parallelism: 30 resource_class: large steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "echo Hello, World! test2" workflows: say-hello-workflow: jobs: - - job1: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job2: - matrix: - parameters: - test1: ["test1", "test2", "test3"] + - job1 + - job2 From f120fb80b2a7550da5c658f9c0590b758b2b1f51 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:25:51 +0530 Subject: [PATCH 58/87] Update config.yml --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b11cfc1..a391f88 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,6 @@ jobs: docker: - image: cimg/base:stable parallelism: 30 - resource_class: large steps: - run: name: "Say hello" @@ -15,7 +14,6 @@ jobs: docker: - image: cimg/base:stable parallelism: 30 - resource_class: large steps: - run: name: "Say hello" From b5a7edaa20948fab2952110dcd6467459964df05 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:27:01 +0530 Subject: [PATCH 59/87] Update config.yml --- .circleci/config.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a391f88..c25aa9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,25 +2,37 @@ version: 2.1 jobs: job1: + parameters: + test1: + type: string docker: - image: cimg/base:stable - parallelism: 30 + parallelism: 10 steps: - run: name: "Say hello" - command: "echo Hello, World! test1" + command: "echo Hello, World! << parameters.test1 >>" job2: + parameters: + test1: + type: string docker: - image: cimg/base:stable - parallelism: 30 + parallelism: 10 steps: - run: name: "Say hello" - command: "echo Hello, World! test2" + command: "echo Hello, World! << parameters.test1 >>" workflows: say-hello-workflow: jobs: - - job1 - - job2 + - job1: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job2: + matrix: + parameters: + test1: ["test1", "test2", "test3"] From d72ce60185ed38c20b74e1892ae2a89711f0f5cf Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:28:48 +0530 Subject: [PATCH 60/87] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c25aa9c..6ed8a1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,11 +7,11 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 10 + parallelism: 30 steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "sleep 2m" job2: parameters: @@ -19,11 +19,11 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 10 + parallelism: 30 steps: - run: name: "Say hello" - command: "echo Hello, World! << parameters.test1 >>" + command: "sleep 2m" workflows: say-hello-workflow: From 0473fc9e43c3a61a9b13d1f79bb77f45b840a3ed Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:04:32 +0530 Subject: [PATCH 61/87] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ed8a1c..c97eda1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ jobs: - run: name: "Say hello" command: "sleep 2m" + parallelism: 30 job2: parameters: From 03c7e545de0992705136b6c33726bc78c2d4c098 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:07:28 +0530 Subject: [PATCH 62/87] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c97eda1..6063288 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: steps: - run: name: "Say hello" - command: "sleep 2m" + command: "sleep 30s" parallelism: 30 job2: @@ -24,7 +24,7 @@ jobs: steps: - run: name: "Say hello" - command: "sleep 2m" + command: "sleep 30s" workflows: say-hello-workflow: From e98184b73dd124f4ab6262854dd4a26ea6b7476e Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:24:04 +0530 Subject: [PATCH 63/87] Update config.yml --- .circleci/config.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6063288..9952f4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,12 +7,20 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 30 + parallelism: 5 steps: - run: name: "Say hello" command: "sleep 30s" parallelism: 30 + - run: + name: "Say hello1" + command: "sleep 30s" + parallelism: 30 + - run: + name: "Say hello2" + command: "sleep 30s" + parallelism: 30 job2: parameters: @@ -20,7 +28,7 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 30 + parallelism: 5 steps: - run: name: "Say hello" From 7b139e5056ecd7e1763e0e99167a304fbd8afe49 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:41:30 +0530 Subject: [PATCH 64/87] Update config.yml --- .circleci/config.yml | 124 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 120 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9952f4d..58831c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,15 +12,12 @@ jobs: - run: name: "Say hello" command: "sleep 30s" - parallelism: 30 - run: name: "Say hello1" command: "sleep 30s" - parallelism: 30 - run: name: "Say hello2" command: "sleep 30s" - parallelism: 30 job2: parameters: @@ -33,7 +30,94 @@ jobs: - run: name: "Say hello" command: "sleep 30s" - + job3: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job4: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job5: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job6: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job7: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job8: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job9: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job10: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" workflows: say-hello-workflow: jobs: @@ -45,3 +129,35 @@ workflows: matrix: parameters: test1: ["test1", "test2", "test3"] + - job3: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job4: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job5: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job6: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job7: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job8: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job9: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job10: + matrix: + parameters: + test1: ["test1", "test2", "test3"] From f5427eb7d0e5333a2ac4edcebf37efd52ad5889a Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:44:37 +0530 Subject: [PATCH 65/87] Update config.yml --- .circleci/config.yml | 64 ++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 58831c0..9fd6e4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,35 +129,35 @@ workflows: matrix: parameters: test1: ["test1", "test2", "test3"] - - job3: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job4: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job5: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job6: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job7: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job8: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job9: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job10: - matrix: - parameters: - test1: ["test1", "test2", "test3"] + - job3: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job4: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job5: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job6: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job7: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job8: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job9: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job10: + matrix: + parameters: + test1: ["test1", "test2", "test3"] From 3c09cc6d381438ccc6e4a394147d3bca33271d99 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:52:28 +0530 Subject: [PATCH 66/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9fd6e4c..96561ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 5 + parallelism: 1000 steps: - run: name: "Say hello" From b32470bbdd711f532cd7c32a2ccb0e840be2b11f Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:17:05 +0530 Subject: [PATCH 67/87] Create config2.yml --- .circleci/config2.yml | 163 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 .circleci/config2.yml diff --git a/.circleci/config2.yml b/.circleci/config2.yml new file mode 100644 index 0000000..96561ee --- /dev/null +++ b/.circleci/config2.yml @@ -0,0 +1,163 @@ +version: 2.1 + +jobs: + job1: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 1000 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + - run: + name: "Say hello1" + command: "sleep 30s" + - run: + name: "Say hello2" + command: "sleep 30s" + + job2: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job3: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job4: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job5: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job6: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job7: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job8: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job9: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" + job10: + parameters: + test1: + type: string + docker: + - image: cimg/base:stable + parallelism: 5 + steps: + - run: + name: "Say hello" + command: "sleep 30s" +workflows: + say-hello-workflow: + jobs: + - job1: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job2: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job3: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job4: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job5: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job6: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job7: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job8: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job9: + matrix: + parameters: + test1: ["test1", "test2", "test3"] + - job10: + matrix: + parameters: + test1: ["test1", "test2", "test3"] From 40fbecd82a90307b1f567bd67082d1e6c539bba9 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:18:12 +0530 Subject: [PATCH 68/87] Update config.yml --- .circleci/config.yml | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96561ee..265baf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 1000 + parallelism: 257 steps: - run: name: "Say hello" @@ -125,39 +125,3 @@ workflows: matrix: parameters: test1: ["test1", "test2", "test3"] - - job2: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job3: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job4: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job5: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job6: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job7: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job8: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job9: - matrix: - parameters: - test1: ["test1", "test2", "test3"] - - job10: - matrix: - parameters: - test1: ["test1", "test2", "test3"] From 3dbc3ed9ca45021107bb566eed781922413657ad Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:18:47 +0530 Subject: [PATCH 69/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 265baf0..f473110 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 257 + parallelism: 256 steps: - run: name: "Say hello" From 9040c086a431dbb237b551bbd61ac29a5148c840 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:19:22 +0530 Subject: [PATCH 70/87] Update config.yml --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f473110..9413113 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,4 @@ jobs: workflows: say-hello-workflow: jobs: - - job1: - matrix: - parameters: - test1: ["test1", "test2", "test3"] + - job1 From 87705ebe00eaec1e429c3a4b5157f7e056611b48 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:20:38 +0530 Subject: [PATCH 71/87] Update config.yml --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9413113..d5196da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,5 +120,8 @@ jobs: command: "sleep 30s" workflows: say-hello-workflow: - jobs: - - job1 + jobs: + - job1: + matrix: + parameters: + test1: ["test1"] From e7e9170bab495691a9d5bd61122b81eb923d5a1b Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:20:58 +0530 Subject: [PATCH 72/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5196da..ed5092f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 256 + parallelism: 250 steps: - run: name: "Say hello" From 55ce64df84a053cc67ea4b53df0699646906f629 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:21:21 +0530 Subject: [PATCH 73/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed5092f..482b3c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: type: string docker: - image: cimg/base:stable - parallelism: 250 + parallelism: 200 steps: - run: name: "Say hello" From ca6bf37f5cdb921e0176f0fb6c97abf64e41805d Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:21:52 +0530 Subject: [PATCH 74/87] Update config.yml --- .circleci/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 482b3c0..29774cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,9 +2,6 @@ version: 2.1 jobs: job1: - parameters: - test1: - type: string docker: - image: cimg/base:stable parallelism: 200 @@ -121,7 +118,4 @@ jobs: workflows: say-hello-workflow: jobs: - - job1: - matrix: - parameters: - test1: ["test1"] + - job1 From ec23195dfc0386fa646fdf9b169f21922b201cf9 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:22:13 +0530 Subject: [PATCH 75/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29774cf..452dead 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 200 + parallelism: 150 steps: - run: name: "Say hello" From a2951148fa639b9b052af0e33fe24f9b756436cb Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:22:41 +0530 Subject: [PATCH 76/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 452dead..6cf1c7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 150 + parallelism: 100 steps: - run: name: "Say hello" From f49f99dcacbf0fa6f4616b3050197c86ef203c4f Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:22:59 +0530 Subject: [PATCH 77/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6cf1c7c..ce3f9ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 100 + parallelism: 99 steps: - run: name: "Say hello" From 6e8500e17512131937b1fa4b5dfe648a4c2e86f4 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:23:21 +0530 Subject: [PATCH 78/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce3f9ca..4083f79 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 99 + parallelism: 50 steps: - run: name: "Say hello" From e22bad8bfeffb5006d9612286657aca0cd611922 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:23:41 +0530 Subject: [PATCH 79/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4083f79..7ea076d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 50 + parallelism: 10 steps: - run: name: "Say hello" From 620a1a76e2410db6fb0433c6710aa9290d48a087 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:24:02 +0530 Subject: [PATCH 80/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ea076d..f175965 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 10 + parallelism: 30 steps: - run: name: "Say hello" From 42dd0bcf791cee57aeea06b5758ad33bbae779e2 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:24:38 +0530 Subject: [PATCH 81/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f175965..a72b44d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 30 + parallelism: 31 steps: - run: name: "Say hello" From 3be96edf9a7b4f39e4ad0fd3476ac5992030e647 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:26:09 +0530 Subject: [PATCH 82/87] Update config.yml --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a72b44d..fbbd42e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: job1: docker: - image: cimg/base:stable - parallelism: 31 + parallelism: 30 steps: - run: name: "Say hello" @@ -117,5 +117,8 @@ jobs: command: "sleep 30s" workflows: say-hello-workflow: - jobs: - - job1 + jobs: + - job1: + matrix: + parameters: + test1: ["test1", "test2", "test3"] From 777ca2a2ae4fcd7633e526981dd6526fefa68615 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:26:56 +0530 Subject: [PATCH 83/87] Update config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fbbd42e..eda4a26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,6 +2,9 @@ version: 2.1 jobs: job1: + parameters: + test1: + type: string docker: - image: cimg/base:stable parallelism: 30 From 51af7ceb4edd5514cd7bf00a2978cad4d852ff0e Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:29:18 +0530 Subject: [PATCH 84/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eda4a26..b34e1b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,4 +124,4 @@ workflows: - job1: matrix: parameters: - test1: ["test1", "test2", "test3"] + test1: ['test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8', 'test9', 'test10', 'test11', 'test12', 'test13', 'test14', 'test15', 'test16', 'test17', 'test18', 'test19', 'test20', 'test21', 'test22', 'test23', 'test24', 'test25', 'test26', 'test27', 'test28', 'test29', 'test30'] From 93d4e9ed7c29d53cdaabb0e34ebaf5bfdd9d5687 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:30:41 +0530 Subject: [PATCH 85/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b34e1b6..52a70e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,4 +124,4 @@ workflows: - job1: matrix: parameters: - test1: ['test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8', 'test9', 'test10', 'test11', 'test12', 'test13', 'test14', 'test15', 'test16', 'test17', 'test18', 'test19', 'test20', 'test21', 'test22', 'test23', 'test24', 'test25', 'test26', 'test27', 'test28', 'test29', 'test30'] + test1: ['test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8', 'test9', 'test10', 'test11', 'test12', 'test13', 'test14', 'test15', 'test16', 'test17', 'test18', 'test19', 'test20', 'test21', 'test22', 'test23', 'test24', 'test25', 'test26', 'test27', 'test28', 'test29', 'test30', 'test31'] From 51baa0753a5e001e367d7cc7722b82cf0bf491d2 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:32:33 +0530 Subject: [PATCH 86/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52a70e0..9aff88e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,4 +124,4 @@ workflows: - job1: matrix: parameters: - test1: ['test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8', 'test9', 'test10', 'test11', 'test12', 'test13', 'test14', 'test15', 'test16', 'test17', 'test18', 'test19', 'test20', 'test21', 'test22', 'test23', 'test24', 'test25', 'test26', 'test27', 'test28', 'test29', 'test30', 'test31'] + test1: ['test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8', 'test9', 'test10', 'test11', 'test12', 'test13', 'test14', 'test15', 'test16', 'test17', 'test18', 'test19', 'test20', 'test21', 'test22', 'test23', 'test24', 'test25', 'test26', 'test27', 'test28', 'test29', 'test30', 'test31', 'test32', 'test33', 'test34', 'test35', 'test36', 'test37', 'test38', 'test39', 'test40', 'test41', 'test42', 'test43', 'test44', 'test45', 'test46', 'test47', 'test48', 'test49', 'test50', 'test51', 'test52', 'test53', 'test54', 'test55', 'test56', 'test57', 'test58', 'test59', 'test60', 'test61', 'test62', 'test63', 'test64', 'test65', 'test66', 'test67', 'test68', 'test69', 'test70', 'test71', 'test72', 'test73', 'test74', 'test75', 'test76', 'test77', 'test78', 'test79', 'test80', 'test81', 'test82', 'test83', 'test84', 'test85', 'test86', 'test87', 'test88', 'test89', 'test90', 'test91', 'test92', 'test93', 'test94', 'test95', 'test96', 'test97', 'test98', 'test99', 'test100'] From cd44f9a7a3fa9107660c36e693b10cd0aeff8c79 Mon Sep 17 00:00:00 2001 From: Manjunath-Itagi <38150920+Manjunath-Itagi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:35:48 +0530 Subject: [PATCH 87/87] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9aff88e..7355c86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,4 +124,4 @@ workflows: - job1: matrix: parameters: - test1: ['test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8', 'test9', 'test10', 'test11', 'test12', 'test13', 'test14', 'test15', 'test16', 'test17', 'test18', 'test19', 'test20', 'test21', 'test22', 'test23', 'test24', 'test25', 'test26', 'test27', 'test28', 'test29', 'test30', 'test31', 'test32', 'test33', 'test34', 'test35', 'test36', 'test37', 'test38', 'test39', 'test40', 'test41', 'test42', 'test43', 'test44', 'test45', 'test46', 'test47', 'test48', 'test49', 'test50', 'test51', 'test52', 'test53', 'test54', 'test55', 'test56', 'test57', 'test58', 'test59', 'test60', 'test61', 'test62', 'test63', 'test64', 'test65', 'test66', 'test67', 'test68', 'test69', 'test70', 'test71', 'test72', 'test73', 'test74', 'test75', 'test76', 'test77', 'test78', 'test79', 'test80', 'test81', 'test82', 'test83', 'test84', 'test85', 'test86', 'test87', 'test88', 'test89', 'test90', 'test91', 'test92', 'test93', 'test94', 'test95', 'test96', 'test97', 'test98', 'test99', 'test100'] + test1: ['test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8', 'test9', 'test10', 'test11', 'test12', 'test13', 'test14', 'test15', 'test16', 'test17', 'test18', 'test19', 'test20', 'test21', 'test22', 'test23', 'test24', 'test25', 'test26', 'test27', 'test28', 'test29', 'test30', 'test31', 'test32', 'test33', 'test34', 'test35', 'test36', 'test37', 'test38', 'test39', 'test40', 'test41', 'test42', 'test43', 'test44', 'test45', 'test46', 'test47', 'test48', 'test49', 'test50', 'test51', 'test52', 'test53', 'test54', 'test55', 'test56', 'test57', 'test58', 'test59', 'test60', 'test61', 'test62', 'test63', 'test64', 'test65', 'test66', 'test67', 'test68', 'test69', 'test70', 'test71', 'test72', 'test73', 'test74', 'test75', 'test76', 'test77', 'test78', 'test79', 'test80', 'test81', 'test82', 'test83', 'test84', 'test85', 'test86', 'test87', 'test88', 'test89', 'test90', 'test91', 'test92', 'test93', 'test94', 'test95', 'test96', 'test97', 'test98', 'test99', 'test100', 'test100', 'test101', 'test102', 'test103', 'test104', 'test105', 'test106', 'test107', 'test108', 'test109', 'test110', 'test111', 'test112', 'test113', 'test114', 'test115', 'test116', 'test117', 'test118', 'test119', 'test120', 'test121', 'test122', 'test123', 'test124', 'test125', 'test126', 'test127', 'test128', 'test129', 'test130', 'test131', 'test132', 'test133', 'test134', 'test135', 'test136', 'test137', 'test138', 'test139', 'test140', 'test141', 'test142', 'test143', 'test144', 'test145', 'test146', 'test147', 'test148', 'test149', 'test150', 'test151', 'test152', 'test153', 'test154', 'test155', 'test156', 'test157', 'test158', 'test159', 'test160', 'test161', 'test162', 'test163', 'test164', 'test165', 'test166', 'test167', 'test168', 'test169', 'test170', 'test171', 'test172', 'test173', 'test174', 'test175', 'test176', 'test177', 'test178', 'test179', 'test180', 'test181', 'test182', 'test183', 'test184', 'test185', 'test186', 'test187', 'test188', 'test189', 'test190', 'test191', 'test192', 'test193', 'test194', 'test195', 'test196', 'test197', 'test198', 'test199', 'test200']