-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: performance test CI work (#8761)
- Loading branch information
1 parent
36a2e29
commit 40a70cf
Showing
8 changed files
with
571 additions
and
211 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
stages: | ||
- master: | ||
pre: | ||
- sh: make -C tools prep-root | ||
config_file: | ||
db: | ||
host: localhost # Host is localhost since we connect through ssh forwarding. | ||
port: 5432 | ||
user: $PERF_DB_USER | ||
password: $PERF_DB_PASS | ||
name: postgres | ||
ssl_mode: require | ||
checkpoint_storage: | ||
type: shared_fs | ||
host_path: /tmp | ||
storage_path: determined-cp | ||
log: | ||
level: debug | ||
root: tools/build | ||
cache: | ||
cache_dir: /tmp/determined-cache | ||
launch_error: false | ||
security: | ||
authz: | ||
rbac_ui_enabled: true | ||
resource_manager: | ||
type: agent | ||
default_aux_resource_pool: default | ||
default_compute_resource_pool: default | ||
resource_pools: | ||
- pool_name: default |
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
Oops, something went wrong.