From 5d7e877d0c7801bb2e55e600c1ee0e550327e178 Mon Sep 17 00:00:00 2001 From: Florian Lemaitre Date: Wed, 13 Mar 2024 11:23:17 +0100 Subject: [PATCH 1/2] Adjust script to work with all-in-one --- Tests/endToEndTests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/endToEndTests.sh b/Tests/endToEndTests.sh index 39df75d4..25a08008 100755 --- a/Tests/endToEndTests.sh +++ b/Tests/endToEndTests.sh @@ -57,9 +57,9 @@ function SSLConnection() export Grpc__mTLS="true" export Grpc__Endpoint=https://$CPIP:$CPPort export Grpc__SSLValidation="disable" - export Grpc__CaCert=${BASEDIR}/../../../infrastructure/quick-deploy/localhost/armonik/generated/certificates/ingress/ca.crt - export Grpc__ClientCert=${BASEDIR}/../../../infrastructure/quick-deploy/localhost/armonik/generated/certificates/ingress/client.crt - export Grpc__ClientKey=${BASEDIR}/../../../infrastructure/quick-deploy/localhost/armonik/generated/certificates/ingress/client.key + export Grpc__CaCert=${BASEDIR}/../../../infrastructure/quick-deploy/localhost/generated/certificates/ingress/ca.crt + export Grpc__ClientCert=${BASEDIR}/../../../infrastructure/quick-deploy/localhost/generated/certificates/ingress/client.crt + export Grpc__ClientKey=${BASEDIR}/../../../infrastructure/quick-deploy/localhost/generated/certificates/ingress/client.key } function GetGrpcEndPointFromFile() From ecfd8a0959c5cce31d5dd85e49b3bb6edf398414 Mon Sep 17 00:00:00 2001 From: lemaitre-aneo <91961298+lemaitre-aneo@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:18:42 +0100 Subject: [PATCH 2/2] Update core to 0.23.2 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55417dfc..43de3571 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,7 +181,7 @@ jobs: tls: ${{ matrix.tls }} mtls: ${{ matrix.mtls }} ext-csharp-version: ${{ needs.versionning.outputs.version }} - core-version: 0.23.0 + core-version: 0.23.2 - name: Setup hosts file run : echo -e "$(kubectl get svc ingress -n armonik -o jsonpath={.status.loadBalancer.ingress[0].ip})\tarmonik.local" | sudo tee -a /etc/hosts @@ -304,7 +304,7 @@ jobs: working-directory: ${{ github.workspace }}/infra type: localhost ext-csharp-version: ${{ needs.versionning.outputs.version }} - core-version: 0.23.0 + core-version: 0.23.2 - name: Run Test timeout-minutes: 20