mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #1621 from splunk/detection_testing_names
adding names in batch
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user