Skip to content
Snippets Groups Projects
Commit 24127117 authored by Grant Young's avatar Grant Young :speech_balloon:
Browse files

Update to ascii code in URL

parent 53e84403
No related branches found
No related tags found
1 merge request!65Update Wiki Script URL
Pipeline #563622911 passed
...@@ -24,7 +24,7 @@ sitespeed_dir = Pathname.new(File.expand_path('../sitespeed', __dir__)).relative ...@@ -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 :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 :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 :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 :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 opt :dry_run, "Only generate Wiki page locally and don't post for testing purposes.", type: :flag
banner "\nEnvironment Variable(s):" banner "\nEnvironment Variable(s):"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment