... | ... | @@ -73,10 +73,18 @@ Something like `bscxxxxx`. No default. |
|
|
|
|
|
Your bsc email. No default.
|
|
|
|
|
|
#### Tests git repository url
|
|
|
#### Tests git repository url (ssh)
|
|
|
|
|
|
This is the url of the git repository that contains the tests to run. The default url is [git@gitlab-internal.bsc.es:alya/alya-tests.git] but you can define another repository if it follows the testsuite format.
|
|
|
For the moment, the repository must be accessible through ssh from your machine.
|
|
|
This url is used for ssh connections only. See the next section for html connections.
|
|
|
|
|
|
#### Tests git repository url (https)
|
|
|
|
|
|
Alternate git repository with https. Will be used if the ssh is not possible. The default url is [https://gitlab.bsc.es/alya/alya-tests.git].
|
|
|
|
|
|
#### Tests git repository user (https)
|
|
|
|
|
|
The user to connect to the git repository through the html connection.
|
|
|
|
|
|
#### Tests git repository branch
|
|
|
|
... | ... | @@ -125,15 +133,17 @@ Here, you can define the test subsets you want to run. Type the names of the sub |
|
|
|
|
|
If you want to change a particular setting, you can run ./configure using one of these options. Note that you can specify an option argument directly in the command line, or let it empty to enable the interactive mode.
|
|
|
|
|
|
* `-a | --all ` Configure all the options
|
|
|
* `-e | --email [email] ` Change the email
|
|
|
* `-tg | --tests-git [git-adress]` Set up the tests git repository
|
|
|
* `-tb | --tests-branch [git-branch]` Select the tests git branch
|
|
|
* `-q | --queue [queue] ` Change the queue
|
|
|
* `-b | --alya-branch [svn-branch]` Change Alya branch
|
|
|
* `-p | --path [path] ` Change server path
|
|
|
* `-t | --tests [tests] ` Change the set of tests
|
|
|
* `-h | --help ` Show configuration information
|
|
|
* `-a | --all ` Configure all the options
|
|
|
* `-e | --email [email] ` Change the email
|
|
|
* `-s | --tests-git-ssh [git-adress] ` Set up the tests git repository (ssh url)
|
|
|
* `-h | --tests-git-https [git-adress] ` Set up the tests git repository (https url)
|
|
|
* `-u | --tests-git-user [git-adress] ` Set up the tests git repository (https user)
|
|
|
* `-tb | --tests-branch [git-branch] ` Select the tests git branch
|
|
|
* `-q | --queue [queue] ` Change the queue
|
|
|
* `-b | --alya-branch [svn-branch] ` Change Alya branch
|
|
|
* `-p | --path [path] ` Change server path
|
|
|
* `-t | --tests [tests] ` Change the set of tests
|
|
|
* `-h | --help ` Show configuration information
|
|
|
|
|
|
We do not recommend editing the `client-config.json` manually since it can produce an inconsistent file.
|
|
|
|
... | ... | |