diff --git a/.github/workflows/reusable-e2e-tests.yml b/.github/workflows/reusable-e2e-tests.yml index 7dbf6e7e70..3b23b3efc5 100644 --- a/.github/workflows/reusable-e2e-tests.yml +++ b/.github/workflows/reusable-e2e-tests.yml @@ -175,14 +175,6 @@ jobs: ref: "${{ env.E2EBRANCHNAME }}" path: e2eTests - # Fixing issue with not having yarn installed on self-hosted runners in Kubernetes - - name: Install yarn and docker-compose to fix self-hosted runner issue when running setup-node - #Ref: https://github.com/actions/setup-node/issues/182 - run: |- - curl -fsSL --create-dirs -o $HOME/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-1.22.19.js && chmod +x $HOME/bin/yarn - curl -SL https://github.com/docker/compose/releases/download/v2.20.3/docker-compose-linux-x86_64 -o $HOME/bin/docker-compose && chmod +x $HOME/bin/docker-compose - echo "$HOME/bin" >> $GITHUB_PATH - - uses: actions/setup-node@v3 with: node-version: '18.16.1' diff --git a/.github/workflows/reusable-perfomance-tests.yml b/.github/workflows/reusable-perfomance-tests.yml index 65bb105fd3..e0116ab65f 100644 --- a/.github/workflows/reusable-perfomance-tests.yml +++ b/.github/workflows/reusable-perfomance-tests.yml @@ -20,6 +20,8 @@ permissions: jobs: performance-tests: + # Allows to keep e2e tests jobs running even if performance-tests fail + continue-on-error: true runs-on: [compile-gke] timeout-minutes: 180 env: