Bobby R. Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/45682 )
Change subject: tests,util: Add Clang version 10 and 11 to Cloudbuild
......................................................................
tests,util: Add Clang version 10 and 11 to Cloudbuild
This change will build the clang compilation images for version 10 and
11 in gem5's Google Cloud Build. These can then be used in the gem5
compilation tests.
Change-Id: I9fc902bbaf3262c018231873abfe7fdedd13172c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45682
Reviewed-by: Gabe Black <[email protected]>
Maintainer: Gabe Black <[email protected]>
Tested-by: kokoro <[email protected]>
---
M util/cloudbuild/cloudbuild_create_images.yaml
1 file changed, 16 insertions(+), 0 deletions(-)
Approvals:
Gabe Black: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/util/cloudbuild/cloudbuild_create_images.yaml
b/util/cloudbuild/cloudbuild_create_images.yaml
index ba8ec9a..b81de98 100644
--- a/util/cloudbuild/cloudbuild_create_images.yaml
+++ b/util/cloudbuild/cloudbuild_create_images.yaml
@@ -90,6 +90,20 @@
- name: 'gcr.io/cloud-builders/docker'
args: ['build',
'-t',
+ 'gcr.io/$PROJECT_ID/clang-version-10:latest',
+ '--build-arg', 'version=10',
+ 'util/dockerfiles/ubuntu-20.04_clang-version']
+
+ - name: 'gcr.io/cloud-builders/docker'
+ args: ['build',
+ '-t',
+ 'gcr.io/$PROJECT_ID/clang-version-11:latest',
+ '--build-arg', 'version=11',
+ 'util/dockerfiles/ubuntu-20.04_clang-version']
+
+ - name: 'gcr.io/cloud-builders/docker'
+ args: ['build',
+ '-t',
'gcr.io/$PROJECT_ID/gcn-gpu:latest',
'util/dockerfiles/gcn-gpu']
@@ -106,5 +120,7 @@
'gcr.io/$PROJECT_ID/clang-version-7:latest',
'gcr.io/$PROJECT_ID/clang-version-8:latest',
'gcr.io/$PROJECT_ID/clang-version-9:latest',
+ 'gcr.io/$PROJECT_ID/clang-version-10:latest',
+ 'gcr.io/$PROJECT_ID/clang-version-11:latest',
'gcr.io/$PROJECT_ID/gcn-gpu:latest']
timeout: 18000s # 5 Hours
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45682
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: I9fc902bbaf3262c018231873abfe7fdedd13172c
Gerrit-Change-Number: 45682
Gerrit-PatchSet: 3
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s