Skip to content
Snippets Groups Projects
Commit 58d9a0db authored by Nailia Iskhakova's avatar Nailia Iskhakova :two:
Browse files

Merge branch 'rename-report-slack-channel-name' into 'main'

Rename report channel Slack name

See merge request !106



Merged-by: default avatarNailia Iskhakova <niskhakova@gitlab.com>
Approved-by: default avatarGrant Young <gyoung@gitlab.com>
parents e2ae547a 14ef6b27
No related branches found
No related tags found
1 merge request!106Rename report channel Slack name
Pipeline #1623853078 failed
......@@ -19,7 +19,7 @@ sitespeed_dir = Pathname.new(File.expand_path('../sitespeed', __dir__)).relative
opt :help, 'Show help message'
opt :urls_config, "Name of URLs Config file in urls directory that contains the list of URLs to test with.", type: :string, default: "gpt.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 :channel, "Slack channel to post results to.", type: :string, default: "qa-performance"
opt :channel, "Slack channel to post results to.", type: :string, default: "gpt-performance-run"
opt :dry_run, "Only generate Slack message locally and don't post for testing purposes.", type: :flag
banner "\nEnvironment Variable(s):"
banner " ENVIRONMENT_NAME Name of environment. (Default: nil)"
......
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