Reduce the resources requests for CI runs

* GitHub Workflows run in a resource constrained environment, we were
    asking too much of it, so pods never got scheduled.
This commit is contained in:
Christian M. Adams
2022-04-21 15:04:22 -04:00
committed by Seth Foster
parent dfa0f6d45e
commit daf15a93bf
2 changed files with 7 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ spec:
type: array
items:
type: string
image_pull_secret: # deprecated
image_pull_secret: # deprecated
description: (Deprecated) Image pull secret for app and database containers
type: string
task_resource_requirements: