Skip to content

Commit

Permalink
Merge pull request #176 from seqeralabs/update-cicd
Browse files Browse the repository at this point in the history
ci: update CI to include AWS batch CE from source
  • Loading branch information
ejseqera authored Dec 10, 2024
2 parents b1b95a5 + 1c3ac44 commit b4b6acb
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions examples/yaml/seqerakit-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,21 @@ secrets:
value: '$SENTIEON_LICENSE_BASE64'
overwrite: True
compute-envs:
- name: 'seqera_aws_virginia_fusionv2_nvme'
workspace: 'seqerakit-e2e/showcase'
credentials: 'aws_credentials'
wait: 'AVAILABLE'
file-path: './examples/yaml/compute-envs/seqera_aws_virginia_fusionv2_nvme.json'
- type: aws-batch
config-mode: forge
name: "aws_ireland_fusionv2_nvme"
workspace: "seqerakit-e2e/showcase"
credentials: "aws_credentials"
region: "eu-west-1"
work-dir: "s3://seqeralabs-showcase"
provisioning-model: SPOT
fusion-v2: True
wave: True
fast-storage: True
instance-types: "r6id,c6id,m6id"
no-ebs-auto-scale: True
max-cpus: 500
wait: AVAILABLE
overwrite: True
- name: 'seqera_azure_virginia'
workspace: 'seqerakit-e2e/showcase'
Expand Down

0 comments on commit b4b6acb

Please sign in to comment.