feat: updated the services selector to container the services with in infra

This commit is contained in:
Jacob Elias 2024-06-13 11:56:29 -04:00
parent ca86c23cd3
commit 05b982aa28

@ -4,21 +4,9 @@ import re
import semver
SERVICES = [
'ci-builder',
'ci-builder-rust',
'chain-mon',
'op-node',
'op-batcher',
'op-challenger',
'op-dispute-mon',
'op-proposer',
'da-server',
'proxyd',
'op-heartbeat',
'op-contracts',
'test',
'op-stack', # special case for tagging op-node, op-batcher, and op-proposer together
'op-conductor',
'op-ufm',
'op-conductor-mon',
]
VERSION_PATTERN = '^{service}/v\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$'
GIT_TAG_COMMAND = 'git tag -a {tag} -m "{message}"'