Merge pull request #23374 from edx/nadeem/DOS-678

add tags to pytest xdist worker (DOS-678)
This commit is contained in:
Nadeem Shahzad
2020-03-12 15:37:47 +05:00
committed by GitHub

View File

@@ -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"}
]
}
]