Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: add support for label/tags
Browse files Browse the repository at this point in the history
changes merged from master

Signed-off-by: Jorge Aguilera <[email protected]>
jorgeaguileraseqera committed Aug 31, 2022

Verified

This commit was signed with the committer’s verified signature.
wasdennnoch Adrian Paschkowski
1 parent 91f3850 commit 2004783
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -897,12 +897,10 @@ class AwsBatchTaskHandlerTest extends Specification {
then:
1 * handler.getSubmitCommand() >> ['sh','-c','hello']
1 * handler.maxSpotAttempts() >> 5
2 * handler.getAwsOptions() >> { new AwsOptions(cliPath: '/bin/aws') }
1 * handler.getAwsOptions() >> { new AwsOptions(cliPath: '/bin/aws') }
1 * handler.getJobQueue(task) >> 'queue1'
1 * handler.getJobDefinition(task) >> 'job-def:1'
1 * handler.getEnvironmentVars() >> [VAR_FOO, VAR_BAR]
1 * handler.wrapperFile >> Paths.get('/bucket/test/.command.run')
1 * handler.getLogFile() >> Paths.get('/bucket/test/.command.log')

req.getJobName() == 'batchtask'
req.getJobQueue() == 'queue1'

0 comments on commit 2004783

Please sign in to comment.