Skip to content

Commit 3e96340

Browse files
Merge branch 'main' into wasteful-macaw
2 parents 56e844d + 625eb81 commit 3e96340

11 files changed

Lines changed: 26 additions & 374 deletions

File tree

definitions/output/reports/cwv_tech_adoption.js

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

definitions/output/reports/cwv_tech_core_web_vitals.js

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

definitions/output/reports/cwv_tech_lighthouse.js

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

definitions/output/reports/cwv_tech_page_weight.js

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

includes/reservations.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const reservations = require('@masthead-data/dataform-package')
22

33
const RESERVATION_CONFIG = [
44
{
5-
tag: 'high_slots',
5+
tag: 'reservation',
66
reservation: 'projects/httparchive/locations/US/reservations/pipeline',
77
actions: [
88
'httparchive.crawl.pages',
@@ -11,17 +11,6 @@ const RESERVATION_CONFIG = [
1111
'httparchive.f1.pages_latest',
1212
'httparchive.f1.requests_latest'
1313
]
14-
},
15-
{
16-
tag: 'low_slots',
17-
reservation: null,
18-
actions: []
19-
},
20-
{
21-
tag: 'on_demand',
22-
reservation: 'none',
23-
actions: [
24-
]
2514
}
2615
]
2716

infra/bigquery-export/docker.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ resource "docker_image" "function_image" {
2525
name = "${var.region}-docker.pkg.dev/${var.project}/dataform/${var.function_name}:${data.external.source_hash.result.hash}"
2626

2727
build {
28-
context = "./${var.function_name}/src/"
29-
platform = "linux/amd64"
28+
context = "./${var.function_name}/src/"
29+
platform = "linux/amd64"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)