File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - ' ci_build_images/pip.Dockerfile'
1010 - ' ci_build_images/qpress.Dockerfile'
1111 - ' ci_build_images/rhel.Dockerfile'
12- - ' ci_build_images/rhel7.Dockerfile'
1312 pull_request :
1413 paths :
1514 - ' ci_build_images/buildbot-worker.Dockerfile'
1615 - .github/workflows/bbw_build_container_rhel.yml
1716 - ' ci_build_images/pip.Dockerfile'
1817 - ' ci_build_images/qpress.Dockerfile'
1918 - ' ci_build_images/rhel.Dockerfile'
20- - ' ci_build_images/rhel7.Dockerfile'
2119 workflow_dispatch :
2220
2321jobs :
3331 fail-fast : false
3432 matrix :
3533 include :
36- - dockerfile : rhel7.Dockerfile pip.Dockerfile
37- image : rhel7
38- platforms : linux/amd64
39- nogalera : false
4034 - dockerfile : rhel.Dockerfile
4135 image : ubi8
4236 tag : rhel8
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 104104 "amd64-fedora-40-valgrind" ,
105105 "amd64-freebsd-14" ,
106106 "amd64-openeuler-2403" ,
107- "amd64-rhel-7" ,
108107 "amd64-rhel-8" ,
109108 "amd64-rhel-9" ,
110109 "amd64-last-N-failed" ,
Original file line number Diff line number Diff line change 1919amd_bbw2_lock = util .MasterLock ("amd_bbw2_lock" , maxCount = 6 )
2020intel_bbw1_lock = util .MasterLock ("intel_bbw1_lock" , maxCount = 5 )
2121p9_rhel8_bbw1_lock = util .MasterLock ("p9_rhel8_bbw1_lock" , maxCount = 6 )
22- p9_rhel7_bbw1_lock = util .MasterLock ("p9_rhel7_bbw1_lock" , maxCount = 6 )
2322p9_db_bbw1_lock = util .MasterLock ("p9_db_bbw1_lock" , maxCount = 8 )
2423p9_raptor_bbw1_lock = util .MasterLock ("p9_raptor_bbw1_lock" , maxCount = 6 )
2524aarch_bbw1_lock = util .MasterLock ("aarch64_bbw1_lock" , maxCount = 2 )
@@ -74,8 +73,6 @@ def getLocks(props):
7473 locks = locks + [intel_bbw1_lock .access ("counting" )]
7574 if "ppc64le-rhel8-bbw1-docker" in worker_name :
7675 locks = locks + [p9_rhel8_bbw1_lock .access ("counting" )]
77- if "ppc64le-rhel7-bbw1-docker" in worker_name :
78- locks = locks + [p9_rhel7_bbw1_lock .access ("counting" )]
7976 if "ppc64le-db-bbw1-docker" in worker_name :
8077 locks = locks + [p9_db_bbw1_lock .access ("counting" )]
8178 if "ppc64le-raptor-bbw1-docker" in worker_name :
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ private["master-variables"] = {
2626 ],
2727 "ppc64le": [
2828 'ppc64le-rhel8-bbw1',
29- 'ppc64le-rhel7-bbw1',
3029 'ppc64le-db-bbw1',
3130 'ppc64le-raptor-bbw1',
3231 ],
@@ -69,7 +68,6 @@ private["docker_workers"]= {
6968 "gsk-bbw1-docker":"tcp://IP_address:port",
7069 "bm-bbw1-docker":"tcp://IP_address:port",
7170 "ppc64le-rhel8-bbw1-docker":"tcp://IP_address:port",
72- "ppc64le-rhel7-bbw1-docker":"tcp://IP_address:port",
7371 "ppc64le-db-bbw1-docker":"tcp://IP_address:port",
7472 "ppc64le-raptor-bbw1-docker":"tcp://IP_address:port",
7573 "aarch64-bbw1-docker":"tcp://IP_address:port",
Original file line number Diff line number Diff line change @@ -81,11 +81,6 @@ opensuse-1506:
8181 arch :
8282 - amd64
8383 type : rpm
84- rhel-7 :
85- version_name : 7
86- arch :
87- - amd64
88- type : rpm
8984rhel-8 :
9085 version_name : 8
9186 arch :
You can’t perform that action at this time.
0 commit comments