File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
"AdminEmail" :
" [email protected] " ,
61
61
"AdminUsername" : " sysadmin" ,
62
62
"AdminPassword" : " Sys@dmin-sample1" ,
63
- "LoadTestDownloadURL" : " https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc1 /mattermost-load-test-ng-v1.15.0-rc1 -linux-amd64.tar.gz" ,
63
+ "LoadTestDownloadURL" : " https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc2 /mattermost-load-test-ng-v1.15.0-rc2 -linux-amd64.tar.gz" ,
64
64
"LogSettings" : {
65
65
"EnableConsole" : true ,
66
66
"ConsoleLevel" : " INFO" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ type Config struct {
71
71
// URL from where to download load-test-ng binaries and configuration files.
72
72
// The configuration files provided in the package will be overridden in
73
73
// the deployment process.
74
- LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc1 /mattermost-load-test-ng-v1.15.0-rc1 -linux-amd64.tar.gz" validate:"url"`
74
+ LoadTestDownloadURL string `default:"https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc2 /mattermost-load-test-ng-v1.15.0-rc2 -linux-amd64.tar.gz" validate:"url"`
75
75
ElasticSearchSettings ElasticSearchSettings
76
76
JobServerSettings JobServerSettings
77
77
LogSettings logger.Settings
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ func TestConfigIsValid(t *testing.T) {
10
10
baseConfig := func () Config {
11
11
return Config {
12
12
MattermostDownloadURL : "https://latest.mattermost.com/mattermost-enterprise-linux" ,
13
- LoadTestDownloadURL : "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc1 /mattermost-load-test-ng-v1.15.0-rc1 -linux-amd64.tar.gz" ,
13
+ LoadTestDownloadURL : "https://github.com/mattermost/mattermost-load-test-ng/releases/download/v1.15.0-rc2 /mattermost-load-test-ng-v1.15.0-rc2 -linux-amd64.tar.gz" ,
14
14
}
15
15
}
16
16
You can’t perform that action at this time.
0 commit comments