add tags to pytest xdist worker

This commit is contained in:
nadeemshahzad
2020-03-11 18:11:18 +05:00
parent e4a2ba2872
commit 4b7ed730fc

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