Merge pull request #23374 from edx/nadeem/DOS-678
add tags to pytest xdist worker (DOS-678)
This commit is contained in:
@@ -59,7 +59,10 @@ class PytestWorkerManager():
|
||||
'ResourceType': 'instance',
|
||||
'Tags': [
|
||||
{"Key": "master", "Value": "build.testeng.edx.org"},
|
||||
{"Key": "worker", "Value": "pytest_xdist_worker"}
|
||||
{"Key": "worker", "Value": "pytest_xdist_worker"},
|
||||
{"Key": "environment", "Value": "testeng"},
|
||||
{"Key": "deployment", "Value": "edx"},
|
||||
{"Key": "cluster", "Value": "xdist-worker"}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user