ci: move most pipelines to GitLab OSS large runner

This commit is contained in:
Rainer Killinger
2023-08-07 19:05:35 +02:00
parent e1cc33bba2
commit 314e6a6e86
2 changed files with 6 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ variables:
default:
image: registry.gitlab.com/openstapps/openstapps/node-builder
tags:
- performance
- saas-linux-xlarge-amd64
interruptible: true
before_script:
- corepack enable

View File

@@ -2,8 +2,13 @@ e2e:
image: cypress/browsers:latest # https://hub.docker.com/r/cypress/browsers/tags/
stage: test
script:
- apt-get update && apt-get install -y musl-dev
- ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
- pnpm --filter=@openstapps/app install
- pnpm --filter=@openstapps/app exec cypress install
- cd node_modules/.pnpm/re2*/node_modules/re2
- npm run install
- cd $CI_PROJECT_DIR
- pnpm test:integration:app
artifacts:
when: on_failure