Skip to content

Commit

Permalink
add test config comment (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored Oct 15, 2019
1 parent fb614f0 commit 09171d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/sample-test/configs/schema.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@

# This is the schema for sample test config yaml file.
test_name: str()
# Parameters for python samples.
# If 'output' is specified, values will be dynamically injected
arguments: map(required=False)
# Parameters for notebook samples.
# If 'output' is specified, values will be dynamically injected
notebook_params: map(required=False)
# Timeout
test_timeout: int(min=0, required=False)
# For python samples, run_pipeline means submiting the pipeline
# run; For notebook samples, run_pipeline means checking the
# run results assuming the notebook codes already submit the run.
run_pipeline: bool(required=False)

0 comments on commit 09171d7

Please sign in to comment.