-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update charts for v0.16 Signed-off-by: Alan Cha <[email protected]> * Bump version Signed-off-by: Alan Cha <[email protected]> * Remove traffic-templates Signed-off-by: Alan Cha <[email protected]> * Bump version Signed-off-by: Alan Cha <[email protected]> * Remove extaneous file Signed-off-by: Alan Cha <[email protected]> * Revert testdata Signed-off-by: Alan Cha <[email protected]> * Remove community meetings Signed-off-by: Alan Cha <[email protected]> * Update workflows Signed-off-by: Alan Cha <[email protected]> * Remove extra module Signed-off-by: Alan Cha <[email protected]> * Fix syntax error Signed-off-by: Alan Cha <[email protected]> * Add space Signed-off-by: Alan Cha <[email protected]> * Remove space Signed-off-by: Alan Cha <[email protected]> --------- Signed-off-by: Alan Cha <[email protected]>
- Loading branch information
Showing
60 changed files
with
182 additions
and
910 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Iter8 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16 | ||
- name: Start kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
|
@@ -115,8 +115,14 @@ jobs: | |
run: | | ||
iter8 k launch \ | ||
--set tasks={http} \ | ||
--set http.url="http://httpbin.default/get" | ||
sleep 60 | ||
--set http.url="http://httpbin.default/get" \ | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
iter8 k log | ||
|
@@ -131,7 +137,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Iter8 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16 | ||
- name: Start kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
|
@@ -160,7 +166,13 @@ jobs: | |
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \ | ||
--set grpc.call=routeguide.RouteGuide.GetFeature \ | ||
--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \ | ||
sleep 60 | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
iter8 k log | ||
|
@@ -175,7 +187,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Iter8 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16 | ||
- name: Start kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
|
@@ -195,8 +207,14 @@ jobs: | |
--set tasks={grpc} \ | ||
--set grpc.host="hello.default:50051" \ | ||
--set grpc.call="helloworld.Greeter.SayHello" \ | ||
--set grpc.protoURL="https://raw.githubusercontent.com/grpc/grpc-go/master/examples/helloworld/helloworld/helloworld.proto" | ||
sleep 60 | ||
--set grpc.protoURL="https://raw.githubusercontent.com/grpc/grpc-go/master/examples/helloworld/helloworld/helloworld.proto" \ | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
iter8 k log | ||
|
@@ -211,7 +229,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Iter8 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16 | ||
- name: Start kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
|
@@ -231,8 +249,14 @@ jobs: | |
--set ready.deploy="httpbin" \ | ||
--set ready.service="httpbin" \ | ||
--set ready.timeout=60s \ | ||
--set http.url=http://httpbin.default/get | ||
sleep 60 | ||
--set http.url=http://httpbin.default/get \ | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Check GET /httpDashboard | ||
run: | | ||
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=default" -f | ||
|
@@ -243,7 +267,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Iter8 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16 | ||
- name: Start kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
|
@@ -265,8 +289,14 @@ jobs: | |
--set ready.service="httpbin" \ | ||
--set ready.timeout=60s \ | ||
--set ready.namespace=default \ | ||
--set http.url=http://httpbin.default/get | ||
sleep 60 | ||
--set http.url=http://httpbin.default/get \ | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Check GET /httpDashboard | ||
run: | | ||
curl "http://localhost:8080/httpDashboard?namespace=default&experiment=default" -f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
files: charts/iter8 | ||
|
||
- name: Install Iter8 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16 | ||
|
||
- name: Start kind cluster | ||
uses: helm/[email protected] | ||
|
@@ -78,7 +78,12 @@ jobs: | |
iter8 k launch \ | ||
--set "tasks={http}" \ | ||
--set http.url="http://httpbin.default/get" \ | ||
sleep 60 | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
|
@@ -133,7 +138,12 @@ jobs: | |
--set "tasks={http}" \ | ||
--set http.url="http://httpbin.default/post" \ | ||
--set http.payloadStr=hello \ | ||
sleep 60 | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
|
@@ -190,7 +200,12 @@ jobs: | |
--set http.endpoints.getAnything.url=http://httpbin.default/anything \ | ||
--set http.endpoints.post.url=http://httpbin.default/post \ | ||
--set http.endpoints.post.payloadStr=hello \ | ||
sleep 60 | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
|
@@ -221,7 +236,7 @@ jobs: | |
files: charts/iter8 | ||
|
||
- name: Install Iter8 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.15 | ||
run: GOBIN=/usr/local/bin go install github.com/iter8-tools/iter8@v0.16 | ||
|
||
- name: Start kind cluster | ||
uses: helm/[email protected] | ||
|
@@ -258,7 +273,12 @@ jobs: | |
--set grpc.protoURL=https://raw.githubusercontent.com/grpc/grpc-go/v1.52.0/examples/route_guide/routeguide/route_guide.proto \ | ||
--set grpc.call=routeguide.RouteGuide.GetFeature \ | ||
--set grpc.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \ | ||
sleep 60 | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
|
@@ -328,7 +348,12 @@ jobs: | |
--set grpc.endpoints.getFeature.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/unary.json \ | ||
--set grpc.endpoints.listFeatures.call=routeguide.RouteGuide.ListFeatures \ | ||
--set grpc.endpoints.listFeatures.dataURL=https://raw.githubusercontent.com/iter8-tools/docs/v0.13.13/samples/grpc-payload/server.json \ | ||
sleep 60 | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
|
@@ -384,7 +409,12 @@ jobs: | |
--set grpc.host="hello.default:50051" \ | ||
--set grpc.call="helloworld.Greeter.SayHello" \ | ||
--set grpc.protoURL="https://raw.githubusercontent.com/grpc/grpc-go/master/examples/helloworld/helloworld/helloworld.proto" \ | ||
sleep 60 | ||
--set logLevel=trace | ||
kubectl wait --for=condition=complete --timeout=60s job/default-1-job | ||
- name: Get Kubernetes status | ||
run: | | ||
kubectl get all | ||
- name: Try other iter8 k commands | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.