fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/29017 )
Change subject: jobs/master-builds: fix libosmo-pfcp related trigger mess
......................................................................
jobs/master-builds: fix libosmo-pfcp related trigger mess
* master-libosmo-pfcp is triggered directly by libosmocore, not
by master-libosmo-netif, nor master-libosmo-abis, so
** fix comment explaining the hierarchy.
* master-osmo-upf is triggered by master-libosmo-pfcp, so
** it should not be triggered directly by libosmocore.
Change-Id: Ie4a5cb47464e9abfc9d04e63e9e71619f33ffd42
Fixes: Icb75adec886cf1053b80c968fea59e597ed289a7
---
M jobs/master-builds.yml
1 file changed, 4 insertions(+), 6 deletions(-)
Approvals:
Jenkins Builder: Verified
daniel: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index acb8216..f48bae5 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -151,19 +151,18 @@
# -> master-osmo-hlr
# -> master-osmo-mgw
# -> master-osmo-sgsn
- # -> master-libosmo-pfcp
- # -> master-osmo-upf
- # -> master-osmo-hnbgw
# -> master-osmo-bts
+ # -> master-libosmo-pfcp
+ # -> master-osmo-upf
+ # -> master-osmo-hnbgw
# -> master-osmo-ggsn
# -> master-osmo-sgsn
- # -> master-osmo-upf
# [...]
trigger: >
master-libosmo-abis,
+ master-libosmo-pfcp,
master-osmo-gbproxy,
master-osmo-ggsn,
- master-osmo-upf,
master-osmo-gmr,
master-osmo-pcap,
master-osmo-pcu,
@@ -171,7 +170,6 @@
master-osmo-tetra,
master-osmo-trx,
master-osmocom-bb,
- master-libosmo-pfcp,
SIMtrace,
xgoldmon
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/29017
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ie4a5cb47464e9abfc9d04e63e9e71619f33ffd42
Gerrit-Change-Number: 29017
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged