@@ -22,20 +22,20 @@ LENSES="drupal magento wordpress top1k top10k top100k top1m"
2222# These dated report URLs are tested for 200 status
2323# We test the first and last report for each lens
2424REPORT_MONTHLY_URLS=$( cat << -END
25- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${REPORT_DATE} /bootupJs.json
26- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${REPORT_DATE} /tcp.json
27- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${CRUX_REPORT_DATE} /cruxCls.json
28- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${CRUX_REPORT_DATE} /cruxOl.json
25+ https://cdn.httparchive.org /v1/static/reports/${REPORT_DATE} /bootupJs.json
26+ https://cdn.httparchive.org /v1/static/reports/${REPORT_DATE} /tcp.json
27+ https://cdn.httparchive.org /v1/static/reports/${CRUX_REPORT_DATE} /cruxCls.json
28+ https://cdn.httparchive.org /v1/static/reports/${CRUX_REPORT_DATE} /cruxOl.json
2929END
3030)
3131
3232for LENS in ${LENSES}
3333do
3434REPORT_MONTHLY_URLS_LENS=$( cat << -END
35- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /${REPORT_DATE} /bootupJs.json
36- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /${REPORT_DATE} /tcp.json
37- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /${CRUX_REPORT_DATE} /cruxCls.json
38- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /${CRUX_REPORT_DATE} /cruxOl.json
35+ https://cdn.httparchive.org /v1/static/reports/${LENS} /${REPORT_DATE} /bootupJs.json
36+ https://cdn.httparchive.org /v1/static/reports/${LENS} /${REPORT_DATE} /tcp.json
37+ https://cdn.httparchive.org /v1/static/reports/${LENS} /${CRUX_REPORT_DATE} /cruxCls.json
38+ https://cdn.httparchive.org /v1/static/reports/${LENS} /${CRUX_REPORT_DATE} /cruxOl.json
3939END
4040)
4141REPORT_MONTHLY_URLS=" ${REPORT_MONTHLY_URLS} ${REPORT_MONTHLY_URLS_LENS} "
4545# These timeseries URLs are tested if the date exists in the returned body
4646# We test the first and last report for each lens
4747TIMESERIES_URLS=$( cat << -END
48- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/numUrls.json
49- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/a11yButtonName.json
48+ https://cdn.httparchive.org /v1/static/reports/numUrls.json
49+ https://cdn.httparchive.org /v1/static/reports/a11yButtonName.json
5050END
5151)
5252
5353for LENS in ${LENSES}
5454do
5555TIMESERIES_URLS_LENS=$( cat << -END
56- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /numUrls.json
57- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /a11yButtonName.json
56+ https://cdn.httparchive.org /v1/static/reports/${LENS} /numUrls.json
57+ https://cdn.httparchive.org /v1/static/reports/${LENS} /a11yButtonName.json
5858END
5959)
6060TIMESERIES_URLS=" ${TIMESERIES_URLS} ${TIMESERIES_URLS_LENS} "
6464# For CrUX we always test the month before (unless an explicit date was passed)
6565# We test the first and last report
6666CRUX_TIMESERIES_URLS=$( cat << -END
67- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/cruxFastDcl.json
68- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/cruxSmallCls.json
67+ https://cdn.httparchive.org /v1/static/reports/cruxFastDcl.json
68+ https://cdn.httparchive.org /v1/static/reports/cruxSmallCls.json
6969END
7070)
7171
7272for LENS in ${LENSES}
7373do
7474CRUX_TIMESERIES_URLS_LENS=$( cat << -END
75- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /cruxFastDcl.json
76- https://reports-prod-2vzgiib6.uc.gateway.dev /v1/static/reports/${LENS} /cruxSmallCls.json
75+ https://cdn.httparchive.org /v1/static/reports/${LENS} /cruxFastDcl.json
76+ https://cdn.httparchive.org /v1/static/reports/${LENS} /cruxSmallCls.json
7777END
7878)
7979CRUX_TIMESERIES_URLS=" ${CRUX_TIMESERIES_URLS} ${CRUX_TIMESERIES_URLS_LENS} "
0 commit comments