-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from hagertnl/nick-sitecustom-machineini
Updating config file to allow SiteCustom section
- Loading branch information
Showing
5 changed files
with
30 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,6 @@ scheduler_type = slurm | |
joblauncher_type = srun | ||
cpus_per_node = 16 | ||
gpus_per_node = 1 | ||
batch_queue = batch | ||
project_id = abc123 | ||
submit_args = | ||
nccs_test_harness_module = olcf_harness | ||
|
||
[RepoDetails] | ||
type_of_repository = git | ||
|
@@ -20,6 +16,10 @@ git_ssh_server_url = [email protected] | |
git_https_server_url = https://github.com | ||
|
||
[TestshotDefaults] | ||
batch_queue = batch | ||
project_id = abc123 | ||
submit_args = | ||
path_to_sspace = /home/a_user/other_dir | ||
system_log_tag = a_label | ||
|
||
[SiteCustom] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ scheduler_type = slurm | |
joblauncher_type = srun | ||
cpus_per_node = 56 | ||
gpus_per_node = 8 | ||
batch_queue = batch | ||
submit_args = | ||
|
||
# This section is optional, if you don't have a git repo to connect with. | ||
# Without connecting to a repo, you will need to manually place your tests as needed. | ||
|
@@ -20,3 +18,12 @@ git_ssh_server_url = [email protected] | |
git_https_server_url = https://github.com | ||
|
||
[TestshotDefaults] | ||
project_id = <myproject> | ||
batch_queue = batch | ||
submit_args = | ||
path_to_sspace = /path/to/sspace | ||
system_log_tag = frontier_test | ||
|
||
[SiteCustom] | ||
# Use this for custom environment variables that you may want to use in tests. | ||
# This is a good place for database environment variables (ie, influxdb_uri, influxdb_token) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ scheduler_type = lsf | |
joblauncher_type = jsrun | ||
cpus_per_node = 42 | ||
gpus_per_node = 6 | ||
batch_queue = batch | ||
submit_args = | ||
|
||
# This section is optional, if you don't have a git repo to connect with. | ||
# Without connecting to a repo, you will need to manually place your tests as needed. | ||
|
@@ -20,3 +18,12 @@ git_ssh_server_url = [email protected] | |
git_https_server_url = https://github.com | ||
|
||
[TestshotDefaults] | ||
project_id = <myprojectid> | ||
batch_queue = batch | ||
submit_args = | ||
path_to_sspace = /path/to/sspace | ||
system_log_tag = frontier_test | ||
|
||
[SiteCustom] | ||
# Use this for custom environment variables that you may want to use in tests. | ||
# This is a good place for database environment variables (ie, influxdb_uri, influxdb_token) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters