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

Change subject: tests: Add 18.04/20.04 min/all-dependency compiler tests
......................................................................

tests: Add 18.04/20.04 min/all-dependency compiler tests

The purpose of these additional tests is to ensure that:

1) gem5 compiles correctly on both ubuntu 18.04 and 20.04.
2) gem5 compiles for both minimum dependencies and all dependencies.

Change-Id: Id28fa59fbd899256ab0c6a964077e69462b461c4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47340
Tested-by: kokoro <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
---
M tests/compiler-tests.sh
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh
index a570e54..df51925 100755
--- a/tests/compiler-tests.sh
+++ b/tests/compiler-tests.sh
@@ -22,6 +22,11 @@
         "clang-version-8"
         "clang-version-7"
         "clang-version-6.0"
+ # The following checks our support for Ubuntu 18.04 and 20.04, for both our
+        # "minimum dependencies" and "all dependencies" docker images.
+        "ubuntu-18.04_all-dependencies"
+        "ubuntu-20.04_all-dependencies"
+        "ubuntu-20.04_min-dependencies"
        )

 # A subset of the above list: these images will build against every target,



3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/47340
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: Id28fa59fbd899256ab0c6a964077e69462b461c4
Gerrit-Change-Number: 47340
Gerrit-PatchSet: 5
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[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

Reply via email to