Skip to content

Commit a8c7eb6

Browse files
committed
Add azcloud-platform to the list of execution backends, from v25.3
1 parent 367f49f commit a8c7eb6

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

platform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $ helm install my-release example/platform
9494
| platform.cryptoSeedString | string | `""` | Crypto seed, defined as string. It is used to encrypt sensitive data in the database. Either define the value as a String or a Secret, not both at the same time. If neither is defined, a random 35 characters long string will be generated by Helm. |
9595
| platform.cryptoSeedSecretName | string | `""` | Name of the Secret containing the crypto seed. |
9696
| platform.cryptoSeedSecretKey | string | `"TOWER_CRYPTO_SECRETKEY"` | Key in the existing secret containing the crypto seed. |
97-
| platform.executionBackends | list | `["altair-platform","awsbatch-platform","awscloud-platform","azbatch-platform","eks-platform","gke-platform","googlebatch-platform","googlecloud-platform","k8s-platform","local-platform","lsf-platform","moab-platform","slurm-platform"]` | List of execution backends to enable. At least one is required. See https://docs.seqera.io/platform-enterprise/enterprise/configuration/overview#configuration-values-not-supported-in-toweryml-or-aws-parameter-store |
97+
| platform.executionBackends | list | `["altair-platform","awsbatch-platform","awscloud-platform","azbatch-platform","azcloud-platform","eks-platform","gke-platform","googlebatch-platform","googlecloud-platform","k8s-platform","local-platform","lsf-platform","moab-platform","slurm-platform"]` | List of execution backends to enable. At least one is required. See https://docs.seqera.io/platform-enterprise/enterprise/configuration/overview#configuration-values-not-supported-in-toweryml-or-aws-parameter-store |
9898
| platform.flywayLocations | string | `"classpath:db-schema/mysql"` | |
9999
| platform.licenseString | string | `""` | Platform license key. A license key is a long alphanumeric string provided by your Seqera Labs account manager. Either define the value as a String or a Secret, not both at the same time. |
100100
| platform.licenseSecretName | string | `""` | Name of the Secret containing the Platform license key. |

platform/tests/configmap_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ tests:
145145
TOWER_DB_MIN_POOL_SIZE: "0"
146146
TOWER_DB_URL: jdbc:mysql://:3306/?&usePipelineAuth=false&useBatchMultiSend=false&permitMysqlScheme=true
147147
TOWER_DB_USER: ""
148-
TOWER_ENABLE_PLATFORMS: altair-platform,awsbatch-platform,awscloud-platform,azbatch-platform,eks-platform,gke-platform,googlebatch-platform,googlecloud-platform,k8s-platform,local-platform,lsf-platform,moab-platform,slurm-platform
148+
TOWER_ENABLE_PLATFORMS: altair-platform,awsbatch-platform,awscloud-platform,azbatch-platform,azcloud-platform,eks-platform,gke-platform,googlebatch-platform,googlecloud-platform,k8s-platform,local-platform,lsf-platform,moab-platform,slurm-platform
149149
TOWER_REDIS_URL: redis://:6379
150150
TOWER_SERVER_URL: https://example.com
151151
WAVE_SERVER_URL: https://wave.seqera.io

platform/tests/deployment-backend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ tests:
290290
# you may want to double check that the related test files were updated/integrated with
291291
# new unittests as well, then update the values below. Check with 'helm unittest -d .'
292292
# that the secret file produced for this test matches your expectations too.
293-
checksum/configmap: 7f40f33f40126e2d8e15700867c35f1c017883e013044489e9778e33cacab200
293+
checksum/configmap: 9cd68e2bc8fec41398bd3c810ca899e8004848b68aa1f6c572cbcbd33a90209d
294294
checksum/secret: cafb8de952eaf65cd0267d83b2273af42e7c0cb906df95abf490deb0dbb96a70
295295
- equal:
296296
path: spec.template.metadata.labels

platform/tests/deployment-cron_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ tests:
287287
# you may want to double check that the related test files were updated/integrated with
288288
# new unittests as well, then update the values below. Check with 'helm unittest -d .'
289289
# that the secret file produced for this test matches your expectations too.
290-
checksum/configmap: 7f40f33f40126e2d8e15700867c35f1c017883e013044489e9778e33cacab200
290+
checksum/configmap: 9cd68e2bc8fec41398bd3c810ca899e8004848b68aa1f6c572cbcbd33a90209d
291291
checksum/secret: cafb8de952eaf65cd0267d83b2273af42e7c0cb906df95abf490deb0dbb96a70
292292
- equal:
293293
path: spec.template.metadata.labels

platform/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ platform:
111111
- awsbatch-platform
112112
- awscloud-platform
113113
- azbatch-platform
114+
- azcloud-platform
114115
- eks-platform
115116
- gke-platform
116117
- googlebatch-platform

0 commit comments

Comments
 (0)