From 53e84403d388636fd7f35cb033caed51645ea3fa Mon Sep 17 00:00:00 2001 From: Grant Young <gyoung@gitlab.com> Date: Tue, 14 Jun 2022 16:25:53 +0100 Subject: [PATCH 1/2] Update Wiki Script URL --- bin/ci-report-results-wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci-report-results-wiki b/bin/ci-report-results-wiki index d011b3c..4aac789 100755 --- a/bin/ci-report-results-wiki +++ b/bin/ci-report-results-wiki @@ -24,7 +24,7 @@ sitespeed_dir = Pathname.new(File.expand_path('../sitespeed', __dir__)).relative opt :environment, "Name of Environment Config file in environments directory that the test(s) will be run with. Alternative filepath can also be given.", type: :string, default: "10k.json" opt :results_path, "Path of SiteSpeed test results directory.", type: :string, default: results_dir.to_s opt :page_title, "Title to use for wiki page", type: :string - opt :api_url, "GitLab wiki API URL", type: :string, default: "https://gitlab.com/api/v4/projects/gitlab-org%2Fquality%2Fperformance/wikis" + opt :api_url, "GitLab wiki API URL", type: :string, default: "https://gitlab.com/api/v4/projects/gitlab-org%2Fquality%2Fperformance-sitespeed/wikis" opt :influxdb_url, "URL of an Influx DB server where GitLab Performance SiteSpeed can optionally upload test run statistics.", type: :string, default: ENV['SITESPEED_INFLUXDB_URL'] || nil opt :dry_run, "Only generate Wiki page locally and don't post for testing purposes.", type: :flag banner "\nEnvironment Variable(s):" -- GitLab From 24127117c9d6e27d4ef2a7f1c231db423bbeba84 Mon Sep 17 00:00:00 2001 From: Grant Young <gyoung@gitlab.com> Date: Tue, 14 Jun 2022 16:40:12 +0100 Subject: [PATCH 2/2] Update to ascii code in URL --- bin/ci-report-results-wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci-report-results-wiki b/bin/ci-report-results-wiki index 4aac789..89ff86f 100755 --- a/bin/ci-report-results-wiki +++ b/bin/ci-report-results-wiki @@ -24,7 +24,7 @@ sitespeed_dir = Pathname.new(File.expand_path('../sitespeed', __dir__)).relative opt :environment, "Name of Environment Config file in environments directory that the test(s) will be run with. Alternative filepath can also be given.", type: :string, default: "10k.json" opt :results_path, "Path of SiteSpeed test results directory.", type: :string, default: results_dir.to_s opt :page_title, "Title to use for wiki page", type: :string - opt :api_url, "GitLab wiki API URL", type: :string, default: "https://gitlab.com/api/v4/projects/gitlab-org%2Fquality%2Fperformance-sitespeed/wikis" + opt :api_url, "GitLab wiki API URL", type: :string, default: "https://gitlab.com/api/v4/projects/gitlab-org%2Fquality%2Fperformance%2Dsitespeed/wikis" opt :influxdb_url, "URL of an Influx DB server where GitLab Performance SiteSpeed can optionally upload test run statistics.", type: :string, default: ENV['SITESPEED_INFLUXDB_URL'] || nil opt :dry_run, "Only generate Wiki page locally and don't post for testing purposes.", type: :flag banner "\nEnvironment Variable(s):" -- GitLab