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

Change subject: tests,misc: Removing cloudbuild_presubmit.yaml
......................................................................

tests,misc: Removing cloudbuild_presubmit.yaml

This is not used. It can be removed.

Change-Id: I2e25a5407ca70a18b4e619f4e65b69b98c873511
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38375
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Maintainer: Jason Lowe-Power <power...@gmail.com>
Tested-by: kokoro <noreply+kok...@google.com>
---
D cloudbuild_presubmit.yaml
1 file changed, 0 insertions(+), 31 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass



diff --git a/cloudbuild_presubmit.yaml b/cloudbuild_presubmit.yaml
deleted file mode 100644
index 5fd46ad..0000000
--- a/cloudbuild_presubmit.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-steps:
-
-    - name: 'gcr.io/cloud-builders/docker'
-      entrypoint: 'bash'
-      args:
-      - '-c'
-      - |
- docker pull gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest \
-        || exit 0
-
-    - name: 'gcr.io/cloud-builders/docker'
-      args: ['build',
-             '-t',
-             'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest',
-             '--cache-from',
-             'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest',
-             'util/dockerfiles/ubuntu-18.04_all-dependencies']
-
-    - name: 'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest'
-      entrypoint: 'scons'
-      args: ['build/NULL/unittests.opt', '-j', '4']
-
-    - name: 'gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest'
-      dir: 'tests'
-      entrypoint: 'python'
-      args: ['main.py', 'run', '-j', '4', '-t', '8', '--length', 'quick']
-
-images: ['gcr.io/$PROJECT_ID/ubuntu-18.04_all-dependencies:latest']
-options:
-      machineType: 'N1_HIGHCPU_8'
-timeout: 18000s # 5 Hours

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/38375
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: I2e25a5407ca70a18b4e619f4e65b69b98c873511
Gerrit-Change-Number: 38375
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.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
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to