Skip to content

Commit 7cac69c

Browse files
authored
chore(gha): remove (disabled) lighthouse action (#6395)
* chore(gha): remove (disabled) lighthouse action * fix: numbering on dependency-updates.md
1 parent 28bd871 commit 7cac69c

File tree

6 files changed

+18
-486
lines changed

6 files changed

+18
-486
lines changed

.github/workflows/lighthouse_cron.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/dependency-updates.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ can load your data and change your settings, nothing broke.
224224
### `sharp`
225225

226226
This is an optional dependency that we don't use directly, but is used by Next.js's `<Image>` component if it is installed.
227-
See https://nextjs.org/docs/messages/install-sharp
227+
See <https://nextjs.org/docs/messages/install-sharp>
228228

229229
You can probably assume that it works correctly if `<Image>` components render correctly, e.g. the `i` shield icon in the top right-hand corner of `user/settings/edit-info`.
230230

@@ -283,12 +283,6 @@ Used for S3, by the `npm run cron:db-pull-breaches` cron job.
283283
This job runs periodically on stage and production to download Favicon files from DuckDuckGo and re-uploads them to Monitor's S3 bucket.
284284
Check in the server logs that this job completed without errors.
285285

286-
### `@google-cloud/bigquery`
287-
288-
The Node.js client for Google Cloud BigQuery is used for uploading data.
289-
290-
Currently, we use this dependency to upload the results of the [Lighthouse Report Cron](https://github.com/mozilla/blurts-server/actions/workflows/lighthouse_cron.yml) to BigQuery. To verify that the cron job is working as expected we can run the GitHub Action manually against `stage` after a dependency update.
291-
292286
### `@google-cloud/pubsub`
293287

294288
GCP PubSub is used for email breach notifications from HIBP:
@@ -318,7 +312,7 @@ being written as [structured
318312
logs](https://cloud.google.com/logging/docs/structured-logging).
319313

320314
For example, if you are logged in with a non-Plus user, then visit
321-
http://localhost:6060/user/dashboard/fix/data-broker-profiles/welcome-to-plus,
315+
<http://localhost:6060/user/dashboard/fix/data-broker-profiles/welcome-to-plus>,
322316
you should see the following in the server-side logs:
323317

324318
{"level":"error","message":"user_not_subscribed","page":"welcome-to-premium"}

lighthouserc.cjs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)