Move some tap job groups to new 'tap2' worker class

This is intended to allow us to split the workload across
multiple tap workers, as right now, sometimes we wind up in a
situation where all non-tap jobs are done and the non-tap
workers are sitting idle, but the poor tap worker has a backlog.
This way the tap jobs for updates can be split across two
worker hosts, which should help out.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-11-25 17:33:31 -08:00
parent 8ce76de09f
commit c1f0c65a3e
1 changed files with 7 additions and 7 deletions

View File

@ -2258,7 +2258,7 @@
"ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
"USER_LOGIN": "false",
"WORKER_CLASS": "tap"
"WORKER_CLASS": "tap2"
}
},
"podman_client": {
@ -2277,7 +2277,7 @@
"ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
"USER_LOGIN": "false",
"WORKER_CLASS": "tap"
"WORKER_CLASS": "tap2"
}
},
"realmd_join_cockpit": {
@ -2455,7 +2455,7 @@
"ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
"USER_LOGIN": "false",
"WORKER_CLASS": "tap"
"WORKER_CLASS": "tap2"
}
},
"server_freeipa_replication_master": {
@ -2475,7 +2475,7 @@
"ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
"USER_LOGIN": "false",
"WORKER_CLASS": "tap"
"WORKER_CLASS": "tap2"
}
},
"server_freeipa_replication_replica": {
@ -2496,7 +2496,7 @@
"ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
"USER_LOGIN": "false",
"WORKER_CLASS": "tap"
"WORKER_CLASS": "tap2"
}
},
"server_realmd_join_kickstart": {
@ -2862,7 +2862,7 @@
"TEST_TARGET": "COMPOSE",
"UPGRADE": "1",
"USER_LOGIN": "false",
"WORKER_CLASS": "tap"
"WORKER_CLASS": "tap2"
}
},
"upgrade_server_64bit": {
@ -2900,7 +2900,7 @@
"TEST_TARGET": "COMPOSE",
"UPGRADE": "1",
"USER_LOGIN": "false",
"WORKER_CLASS": "tap"
"WORKER_CLASS": "tap2"
}
}
}