Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Resurrecting Azure Execution provider (#1121)

This pull request re-adds the Azure execution provider.
  • Loading branch information
benhg authored and benclifford committed Jul 17, 2019
1 parent b0d1532 commit 1aebf268dc9519338f7eedbc5824355bc8932687
@@ -58,6 +58,13 @@
"givenName": "Ian",
"familyName": "Foster",
"email": "foster@anl.gov"
},
{
"@id":"http://orcid.org/0000-0002-0762-2684",
"@type": "Person",
"givenName": "Ben",
"familyName": "Glick",
"email": "glick@lclark.edu"
}
],
"softwareRequirements": [
@@ -64,6 +64,9 @@ ignore_missing_imports = True
[mypy-azure.*]
ignore_missing_imports = True

[mypy-msrestazure.*]
ignore_missing_imports = True

# !
[mypy-libsubmit.azure.azure_deployer.*]
ignore_missing_imports = True
@@ -14,6 +14,7 @@
from parsl.providers.aws.aws import AWSProvider
from parsl.providers.googlecloud.googlecloud import GoogleCloudProvider
from parsl.providers.jetstream.jetstream import JetstreamProvider
from parsl.providers.azure.azure import AzureProvider

# Kubernetes
from parsl.providers.kubernetes.kube import KubernetesProvider
@@ -28,4 +29,5 @@
'AWSProvider',
'GoogleCloudProvider',
'JetstreamProvider',
'KubernetesProvider']
'KubernetesProvider',
'AzureProvider']
No changes.

0 comments on commit 1aebf26

Please sign in to comment.
You can’t perform that action at this time.