Merge pull request #1621 from splunk/detection_testing_names

adding names in batch
This commit is contained in:
pyth0n1c
2021-09-01 13:46:59 -07:00
committed by GitHub
@@ -28,7 +28,7 @@ def main(args):
if pr_number:
response = client.submit_job(
jobName='detection_testing',
jobName='detection_testing_' + branch,
jobQueue='detection_testing_execution_queue',
jobDefinition='detection_testing_execution:2',
containerOverrides={
@@ -37,7 +37,7 @@ def main(args):
)
else:
response = client.submit_job(
jobName='detection_testing',
jobName='detection_testing_' + branch,
jobQueue='detection_testing_execution_queue',
jobDefinition='detection_testing_execution:2',
containerOverrides={