forked from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 0
44 lines (41 loc) · 1.17 KB
/
e2etest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: E2E tests for K8s components
on:
push:
branches:
- "*"
tags:
- "v*"
paths-ignore:
- 'docs/**/*'
- 'ui/**/*'
- 'provider-ui/**/*'
- '.github/**/*'
- '*.md'
pull_request:
branches:
- "*"
jobs:
SetPatternfileForEmojivotoInstall:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Uploading file
uses: actions/upload-artifact@v3
with:
name: patternfile
path: ./.github/samples/emojivoto.yaml
TestAdapterForEmojivotoInstall:
needs: SetPatternfileForEmojivotoInstall
uses: meshery/meshery/.github/workflows/test_adaptersv2.yaml@master
with:
expected_resources: vote-bot, emoji,voting,web,emoji-svc,voting-svc,web-svc
expected_resources_types: pod,pod,pod,pod,service,service,service
expected_resources_namespaces: emojivoto, emojivoto,emojivoto,emojivoto,emojivoto,emojivoto,emojivoto
patternfile_name: emojivoto.yaml
provider: Local
sm_version: 'none'
adapter_version: 'none'
output_filename: data.json
secrets:
token: ${{ secrets.PROVIDER_TOKEN }}