GoogleCloudPlatform / llm-pipeline-examples

Apache License 2.0
107 stars 26 forks source link

Add parallelism to Google Cloud Build steps #14

Closed Chris113113 closed 1 year ago

Chris113113 commented 1 year ago

Converts the PR and Nightly builds to run with parallel steps.

Right now this will lead to minor speed gains (~70 minutes down from ~75 minutes), but sets a framework for more tests in the future with minimal increase in time.

Chris113113 commented 1 year ago

Closed due to pulling changes into #19