From 39e9f1f13a35213c1d870069e41d497a7ea40333 Mon Sep 17 00:00:00 2001 From: fitzergerald <182300328+fitzergerald@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:58:56 -0500 Subject: [PATCH] Delete .github/workflows/e2etest.yaml Signed-off-by: fitzergerald <182300328+fitzergerald@users.noreply.github.com> --- .github/workflows/e2etest.yaml | 44 ---------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .github/workflows/e2etest.yaml diff --git a/.github/workflows/e2etest.yaml b/.github/workflows/e2etest.yaml deleted file mode 100644 index 0b6a3da7fd4..00000000000 --- 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@v4 - - name: Uploading file - uses: actions/upload-artifact@v4 - 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 }}