Skip to content

Commit

Permalink
chore: Adjust script to work with all-in-one (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Apr 10, 2024
2 parents 3caf776 + ecfd8a0 commit 93b7835
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Tests/endToEndTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 93b7835

Please sign in to comment.