Commit ba6ad2a9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 6b7e7487
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/lighthouse/compare/1.1.0...1.2.0) (2024-1-27)


### Features

* migrate to CI/CD component ([539d32a](https://gitlab.com/to-be-continuous/lighthouse/commit/539d32a05c24b35aacef25033d19fa05d9733b6b))

# [1.1.0](https://gitlab.com/to-be-continuous/lighthouse/compare/1.0.2...1.1.0) (2023-12-8)


+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.1.0
  - component: gitlab.com/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.2.0
    # 2: set/override component inputs
    inputs:
      review-enabled: true # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/lighthouse'
    ref: '1.1.0'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-lighthouse.yml'

variables:
@@ -88,7 +88,7 @@ The easiest solution is to declare all the analysed urls in the `$LHCI_RUN_OPTS`

```yaml
include:
  - component: gitlab.com/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.1.0
  - component: gitlab.com/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.2.0
    inputs:
      run-opts: >- 
    --upload.target=filesystem 
@@ -106,7 +106,7 @@ Another option could be to handle it in your JavaScript-based [configuration fil

```yaml
include:
  - component: gitlab.com/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.1.0
  - component: gitlab.com/to-be-continuous/lighthouse/gitlab-ci-lighthouse@1.2.0
    inputs:
      run-opts: --upload.target=filesystem --collect.settings.chromeFlags=--no-sandbox
```
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ lighthouse:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "lhci", "1.1.0"]
      command: ["--service", "lhci", "1.2.0"]
  stage: acceptance
  variables:
    # force no start server cmd