From aeb4b538011e0626abcd8276ee94769d7dc9119a Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 23 Mar 2020 09:44:57 -0700 Subject: [PATCH] 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 --- cloudbuild_presubmit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2