Skip to content
Snippets Groups Projects
Commit 45067c5f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.jobs] Fix machine names on CI

parent 81dc13ce
No related branches found
No related tags found
No related merge requests found
Pipeline #48345 failed
...@@ -46,12 +46,11 @@ def jobs(name, status): ...@@ -46,12 +46,11 @@ def jobs(name, status):
gl.auth() gl.auth()
names = name or [ names = name or [
"linux-desktop-shell", "linux-shell",
"linux-desktop-docker", "linux-docker",
"linux-server-shell",
"linux-server-docker",
"macpro", "macpro",
"macmini", "macmini",
"macm1",
] ]
# search for the runner(s) to affect # search for the runner(s) to affect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment