Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27064 )

Change subject: tests,misc: Updated presubmit YAML to use main.py '-t' flag
......................................................................

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 <345032938...@cloudbuild.gserviceaccount.com>
Tested-by: kokoro <noreply+kok...@google.com>
Reviewed-by: Gabe Black <gabebl...@google.com>
Maintainer: Jason Lowe-Power <power...@gmail.com>
---
M cloudbuild_presubmit.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Gabe Black: Looks good to me, approved
  Jason Lowe-Power: Looks good to me, approved
  kokoro: Regressions pass
  Gem5 Cloud Project GCB service account: Regressions pass



diff --git a/cloudbuild_presubmit.yaml b/cloudbuild_presubmit.yaml
index e20f273..5fd46ad 100644
--- a/cloudbuild_presubmit.yaml
+++ b/cloudbuild_presubmit.yaml
@@ -23,7 +23,7 @@
     - 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:

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/27064
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I3a87d1a720b17fd22a9dbdbeebfb32e4be178c56
Gerrit-Change-Number: 27064
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Earl Ou <shunhsin...@google.com>
Gerrit-Reviewer: Gabe Black <gabebl...@google.com>
Gerrit-Reviewer: Gem5 Cloud Project GCB service account <345032938...@cloudbuild.gserviceaccount.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to