Skip to content

Commit

Permalink
revert changes to v0.1 and v0.2 schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeake committed Jan 19, 2021
1 parent 6a69577 commit 517049d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildstockbatch/schemas/v0.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ aws-job-environment:
memory: int(min=1024, required=False)

aws-emr-spec:
manager_instance_type: str(required=False)
worker_instance_type: str(required=False)
worker_instance_count: int(min=1, required=False)
master_instance_type: str(required=False)
slave_instance_type: str(required=False)
slave_instance_count: int(min=1, required=False)
dask_worker_vcores: int(min=1, required=False)

hpc-spec:
Expand Down
6 changes: 3 additions & 3 deletions buildstockbatch/schemas/v0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ aws-job-environment:
memory: int(min=1024, required=False)

aws-emr-spec:
manager_instance_type: str(required=False)
worker_instance_type: str(required=False)
worker_instance_count: int(min=1, required=False)
master_instance_type: str(required=False)
slave_instance_type: str(required=False)
slave_instance_count: int(min=1, required=False)
dask_worker_vcores: int(min=1, required=False)

hpc-spec:
Expand Down

0 comments on commit 517049d

Please sign in to comment.