Closed
Bug 1752809
Opened 4 years ago
Closed 4 years ago
please deploy new maven lambda zip
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Cloud Services
Operations: Miscellaneous
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcristau, Assigned: jbuck)
References
(Blocks 1 open bug)
Details
We'd like to add a cache-control header to the files generated by the metadata lambda on (nightly.)maven.mozilla.org, as per https://github.com/mozilla-releng/maven-lambda/pull/29
Please deploy the updated code:
https://community.taskcluster-artifacts.net/E1k4tJ-ZRg-l0VhZTX_Tlw/0/public/build/function.zip
| Assignee | ||
Comment 1•4 years ago
|
||
I deployed this to the staging environment:
cd cloudops-infra/projects/maven
CLOUDOPS_INFRA_ROOT=../.. ./tasks deploy-maven-lambda --realm nonprod --env stage bug-1752809 https://community.taskcluster-artifacts.net/E1k4tJ-ZRg-l0VhZTX_Tlw/0/public/build/function.zip
Lets test this on Monday and see whether it's working as expected
| Reporter | ||
Comment 2•4 years ago
|
||
$ curl -I https://maven-default.stage.mozaws.net/maven2/org/mozilla/geckoview/geckoview-nightly-try-omni-arm64-v8a/maven-metadata.xml
HTTP/2 200
content-type: text/xml
content-length: 740
date: Mon, 07 Feb 2022 14:28:18 GMT
cache-control: max-age=600
last-modified: Mon, 07 Feb 2022 14:27:02 GMT
x-amz-version-id: EQEt9mNxVEdRrqDQkzkgj9MAYJIhMbaj
etag: "3c05aea5ce0594b486397c357c70f253"
server: AmazonS3
strict-transport-security: max-age=63072000; includeSubdomains; preload
x-cache: Miss from cloudfront
via: 1.1 c9eda0567a1d169784ebe65d259cdee8.cloudfront.net (CloudFront)
x-amz-cf-pop: CDG50-P2
x-amz-cf-id: 6WILS_4jecxhHFKPP87sQwJr_PGqveEHfOITjbRZXK2uSWnks6KuwA==
| Assignee | ||
Comment 3•4 years ago
|
||
:jcristau - working correctly for me too. Shall I deploy to prod?
Flags: needinfo?(jcristau)
| Assignee | ||
Comment 5•4 years ago
|
||
Deployed to prod
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•4 years ago
|
||
Confirmed that e.g. https://nightly.maven.mozilla.org/maven2/org/mozilla/components/browser-domains/maven-metadata.xml now has a cache-control header.
You need to log in
before you can comment on or make changes to this bug.
Description
•