diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-08-02 21:48:24 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2019-08-02 21:48:24 -0500 |
commit | 73939e758ab94ea007c2c1647ead46e7366a6200 (patch) | |
tree | fcb6615d739ce1d835b06c39deaf9aee53e2ca89 /scripts/Component.py | |
parent | Bug fix (diff) | |
download | ice-73939e758ab94ea007c2c1647ead46e7366a6200.tar.bz2 ice-73939e758ab94ea007c2c1647ead46e7366a6200.tar.xz ice-73939e758ab94ea007c2c1647ead46e7366a6200.zip |
Exclude icebridge from bindist ppc testing
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index d5961615092..c5d867fecc6 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -131,10 +131,10 @@ class Ice(Component): elif isinstance(platform, AIX): if current.config.buildPlatform == "ppc" and self.useBinDist(mapping, current): # - # Don't test Glacier2/IceGrid services on ppc with bindist. We only ship - # ppc64 binaries for Glacier2 and IceGrid + # Don't test Glacier2, IceBridge and IceGrid services on ppc with bindist. We only ship + # ppc64 binaries for these services # - if parent in ["Glacier2", "IceGrid"]: + if parent in ["Glacier2", "IceBridge", "IceGrid"]: return False if testId == "IceStorm/repgrid": return False |