mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
ci: drop google-freedreno remnants
Drop remnants of the google-freedreno lab entries.
Fixes: 6541b911bd ("freedreno/ci: Remove baremetal job templates")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38386>
This commit is contained in:
parent
74a66d102f
commit
9a33edca35
2 changed files with 0 additions and 11 deletions
|
|
@ -34,7 +34,6 @@
|
||||||
# anholt | (decommissioned) | @anholt
|
# anholt | (decommissioned) | @anholt
|
||||||
# austriancoder | ci-tron | @austriancoder
|
# austriancoder | ci-tron | @austriancoder
|
||||||
# collabora | lava | @daniels, @sergi
|
# collabora | lava | @daniels, @sergi
|
||||||
# google-freedreno | none (moving to LAVA) | @daniels, @sergi
|
|
||||||
# igalia | baremetal/poe-powered, ci-tron | @jasuarez, @chema
|
# igalia | baremetal/poe-powered, ci-tron | @jasuarez, @chema
|
||||||
# lima | lava | @enunes
|
# lima | lava | @enunes
|
||||||
# microsoft | custom | @jenatali, @alatiera
|
# microsoft | custom | @jenatali, @alatiera
|
||||||
|
|
@ -293,15 +292,6 @@
|
||||||
- !reference [.pengutronix-farm-rules, rules]
|
- !reference [.pengutronix-farm-rules, rules]
|
||||||
|
|
||||||
|
|
||||||
# Temporary placeholder as the devices move across to LAVA.
|
|
||||||
.google-freedreno-farm-rules:
|
|
||||||
rules:
|
|
||||||
- when: never
|
|
||||||
|
|
||||||
.google-freedreno-farm-manual-rules:
|
|
||||||
rules:
|
|
||||||
- when: never
|
|
||||||
|
|
||||||
# Skip container & build jobs when disabling any farm, and run them if any
|
# Skip container & build jobs when disabling any farm, and run them if any
|
||||||
# farm gets re-enabled.
|
# farm gets re-enabled.
|
||||||
# Only apply these rules in MR context, because otherwise we get a false
|
# Only apply these rules in MR context, because otherwise we get a false
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,6 @@ def main():
|
||||||
# before we make it to 9-digit jobs (we're at 7 so far).
|
# before we make it to 9-digit jobs (we're at 7 so far).
|
||||||
nick = args.runner
|
nick = args.runner
|
||||||
nick = nick.replace('mesa-', '')
|
nick = nick.replace('mesa-', '')
|
||||||
nick = nick.replace('google-freedreno-', '')
|
|
||||||
nick += f'-{args.job}'
|
nick += f'-{args.job}'
|
||||||
irc.send_line(f"NICK {nick}")
|
irc.send_line(f"NICK {nick}")
|
||||||
irc.send_line(f"USER {nick} unused unused: Gitlab CI Notifier")
|
irc.send_line(f"USER {nick} unused unused: Gitlab CI Notifier")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue