-
Notifications
You must be signed in to change notification settings - Fork 2
WX-921 TES support #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WX-921 TES support #191
Conversation
df9bd28 to
b584b21
Compare
coa-helm/templates/tes.yaml
Outdated
| value: {{ .Values.tes.batchImagePublisher }} | ||
| - name: BatchImageOffer | ||
| value: {{ .Values.tes.batchImageOffer }} | ||
| - name: BatchImageSku |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be removed
coa-helm/templates/tes.yaml
Outdated
| value: {{ .Values.tes.batchImageOffer }} | ||
| - name: BatchImageSku | ||
| value: {{ .Values.tes.batchImageSku | quote }} | ||
| - name: BatchImageVersion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be removed
|
Going forward, you will want to track changes to https://github.com/microsoft/ga4gh-tes/tree/develop/src/deploy-tes-on-azure/scripts/helm as well as https://github.com/microsoft/ga4gh-tes/blob/develop/src/TesApi.Web/appsettings.json |
coa-helm/values.yaml
Outdated
| logLevel: Warning | ||
| # Currently this represents the max task processing time | ||
| sasTokenExpirationInSeconds: 86400 | ||
| retryPolicyOptions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd recommend renaming this to simply retryPolicy
|
@aednichols This should be ready for another look. |
| system { | ||
| max-concurrent-workflows = 10000 | ||
| max-concurrent-workflows = 100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good move
|
Looks good to me |
This PR enables workflow execution in the Azure app. Highlights:
This relies on in-progress Leo changes in IA-4017