Skip to content

Commit

Permalink
CI: GH Actions workflow fixes MGX-668 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm authored Oct 9, 2023
1 parent 8a69ccb commit 48bb422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-perfomance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 48bb422

Please sign in to comment.