Structure change and config

This commit is contained in:
Firq 2023-07-09 00:06:17 +02:00
parent e8bed584a5
commit b8dd3d41db
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 6 additions and 4 deletions

View file

@ -90,7 +90,7 @@ deploy-testing:
unlighthouse:
image: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest
stage: benchmark
when: on_success
when: manual
except:
- main
- tags
@ -106,9 +106,11 @@ unlighthouse:
- unlighthouse-reports
expire_in: 1 day
unlighthouse-output:
stage: post_deploy
unlighthouse-publish:
stage: benchmark
when: on_success
needs:
- unlighthouse
except:
- tags
- main

View file

@ -1,5 +1,5 @@
export default {
site: 'http://192.168.178.141:9100',
site: 'staging.firq.dev',
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},