Structure change and config
This commit is contained in:
parent
e8bed584a5
commit
b8dd3d41db
2 changed files with 6 additions and 4 deletions
|
@ -90,7 +90,7 @@ deploy-testing:
|
||||||
unlighthouse:
|
unlighthouse:
|
||||||
image: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest
|
image: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest
|
||||||
stage: benchmark
|
stage: benchmark
|
||||||
when: on_success
|
when: manual
|
||||||
except:
|
except:
|
||||||
- main
|
- main
|
||||||
- tags
|
- tags
|
||||||
|
@ -106,9 +106,11 @@ unlighthouse:
|
||||||
- unlighthouse-reports
|
- unlighthouse-reports
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
unlighthouse-output:
|
unlighthouse-publish:
|
||||||
stage: post_deploy
|
stage: benchmark
|
||||||
when: on_success
|
when: on_success
|
||||||
|
needs:
|
||||||
|
- unlighthouse
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
- main
|
- main
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
export default {
|
export default {
|
||||||
site: 'http://192.168.178.141:9100',
|
site: 'staging.firq.dev',
|
||||||
puppeteerOptions: {
|
puppeteerOptions: {
|
||||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue