From: Bobby R. Bruce Date: Mon, 23 Mar 2020 16:44:57 +0000 (-0700) Subject: tests,misc: Updated presubmit YAML to use main.py '-t' flag X-Git-Tag: v20.0.0.0~252 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aeb4b538011e0626abcd8276ee94769d7dc9119a;p=gem5.git tests,misc: Updated presubmit YAML to use main.py '-t' flag This minor change reduces the presubmit build time by about 10 to 15 minutes. Change-Id: I3a87d1a720b17fd22a9dbdbeebfb32e4be178c56 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27064 Tested-by: Gem5 Cloud Project GCB service account <345032938727@cloudbuild.gserviceaccount.com> Tested-by: kokoro Reviewed-by: Gabe Black Maintainer: Jason Lowe-Power --- diff --git a/cloudbuild_presubmit.yaml b/cloudbuild_presubmit.yaml index e20f27331..5fd46adf6 100644 --- a/cloudbuild_presubmit.yaml +++ b/cloudbuild_presubmit.yaml @@ -23,7 +23,7 @@ steps: - name: 'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest' dir: 'tests' entrypoint: 'python' - args: ['main.py', 'run', '-j', '4', '--length', 'quick'] + args: ['main.py', 'run', '-j', '4', '-t', '8', '--length', 'quick'] images: ['gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest'] options: