Skip to content

Commit

Permalink
Merge pull request #429 from gr455/ci/new-e2e
Browse files Browse the repository at this point in the history
[CI] Fix E2E Docs Generation
  • Loading branch information
Revolyssup authored May 24, 2022
2 parents fe80e94 + d8fd55c commit 6570f14
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
tags:
- "v*"
paths-ignore:
- 'docs/**'
- '.github/**'
- 'docs/**'
pull_request:
branches:
- "*"
Expand Down Expand Up @@ -111,9 +110,9 @@ jobs:
service-mesh: istio
service-mesh-version: $(jq '.metadata.service_mesh_version' data.json)
tests:
istiod: $(jq '.pods_status."istiod"' data.json)
istio-egressgateway: $(jq '.pods_status."istio-egressgateway"' data.json)
istio-ingressgateway: $(jq '.pods_status."istio-ingressgateway"' data.json)
pod/istiod: $(jq '.resources_status."pod/istiod"' data.json)
pod/istio-egressgateway: $(jq '.resources_status."pod/istio-egressgateway"' data.json)
pod/istio-ingressgateway: $(jq '.resources_status."pod/istio-ingressgateway"' data.json)
overall-status: $(jq '."overall-status"' data.json)
---" > test.md
mv test.md $filename.md
Expand Down Expand Up @@ -224,11 +223,11 @@ jobs:
service-mesh: istio
service-mesh-version: $(jq '.metadata.service_mesh_version' data.json)
tests:
istiod: $(jq '.pods_status."istiod"' data.json)
istio-egressgateway: $(jq '.pods_status."istio-egressgateway"' data.json)
istio-ingressgateway: $(jq '.pods_status."istio-ingressgateway"' data.json)
grafana-addon: $(jq '.pods_status."grafana"' data.json)
prometheus-addon: $(jq '.pods_status."prometheus"' data.json)
pod/istiod: $(jq '.resources_status."pod/istiod"' data.json)
pod/istio-egressgateway: $(jq '.resources_status."pod/istio-egressgateway"' data.json)
pod/istio-ingressgateway: $(jq '.resources_status."pod/istio-ingressgateway"' data.json)
pod/grafana-addon: $(jq '.resources_status."pod/grafana"' data.json)
pod/prometheus-addon: $(jq '.resources_status."pod/prometheus"' data.json)
overall-status: $(jq '."overall-status"' data.json)
---" > test.md
mv test.md $filename.md
Expand Down

0 comments on commit 6570f14

Please sign in to comment.