istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Allow customizing the Istio version to use in the e2e tests #243

Closed nacx closed 6 months ago

nacx commented 6 months ago

Currently, the e2e test suite runs against the latest Istio version. This change allows setting the E2E_ISTIO_VERSION to the version of Istio to be used. If left empty (default) the latest Istio version will still be installed.

It can be used as:

E2E_ISTIO_VERSION=1.21.0 E2E_TEST_OPTS=-v make e2e/istio
codecov-commenter commented 6 months ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

istio-testing commented 6 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nacx, sergicastro

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/istio-ecosystem/authservice/blob/main/OWNERS)~~ [nacx] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment