Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit cbabcac

Browse files
authored
Merge pull request #60 from tetratelabs/istio-version
e2e on istio 1.7.0, 1.7.1, 1.7.2
2 parents 0f41666 + 332c65e commit cbabcac

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ jobs:
4646
path: examples
4747

4848
e2e-tests:
49+
strategy:
50+
matrix:
51+
istio-version: [ 1.7.0, 1.7.1, 1.7.2 ]
4952
name: e2e tests on examples
5053
needs: build-examples
5154
runs-on: ubuntu-latest
5255
container:
53-
image: mathetake/proxy-wasm-go-ci:istio-1.7.2
56+
image: mathetake/proxy-wasm-go-ci:istio-${{ matrix.istio-version }}
5457
steps:
5558
- name: checkout
5659
uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,11 @@ func (ctx *context) OnHttpRequestHeaders(int, bool) types.Action {
4444

4545
| proxy-wasm-go-sdk| proxy-wasm ABI version | envoyproxy/envoy-wasm| istio/proxyv2|
4646
|:-------------:|:-------------:|:-------------:|:-------------:|
47-
| master | 0.2.0| N/A | v1.17.2 |
48-
| v0.0.3 | 0.2.0| N/A | v1.17.2 |
47+
| master | 0.2.0| N/A | v1.17.x |
48+
| v0.0.3 | 0.2.0| N/A | v1.17.x |
4949
| v0.0.2 | 0.1.0|release/v1.15 | N/A |
5050

5151

52-
## setup
53-
54-
- __git clone__ this repository to `${GOPATH}/github.com/tetratelabs/proxy-wasm-go-sdk`
55-
- `go get` may fail because some functions do not have the function body.
56-
- For IDE and editors, please set `-tags=proxytest` build tag for correct completion and task runners.
57-
58-
5952
## run examples
6053

6154
build:

0 commit comments

Comments
 (0)