diff --git a/.github/workflows/e2etest.yaml b/.github/workflows/e2etest.yaml deleted file mode 100644 index bf04351fdf..0000000000 --- a/.github/workflows/e2etest.yaml +++ /dev/null @@ -1,44 +0,0 @@ -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/checkout@v2.5.0 - - 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-svcw - 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 }}