File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.39.0.post0 (2021-05-04)
4
+
5
+ ### Testing and Release Infrastructure
6
+
7
+ * disable smdataparallel tests
8
+
3
9
## v2.39.0 (2021-04-28)
4
10
5
11
### Features
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def __init__(
75
75
framework_version (str): PyTorch version you want to use for
76
76
executing your model training code. Defaults to ``None``. Required unless
77
77
``image_uri`` is provided. List of supported versions:
78
- https://github.com/aws/sagemaker-python-sdk#pytorch-sagemaker-estimators .
78
+ https://github.com/aws/deep-learning-containers/blob/master/available_images.md .
79
79
py_version (str): Python version you want to use for executing your
80
80
model training code. One of 'py2' or 'py3'. Defaults to ``None``. Required
81
81
unless ``image_uri`` is provided.
Original file line number Diff line number Diff line change 28
28
)
29
29
30
30
31
+ @pytest .mark .skip (
32
+ reason = "This test is skipped for now due ML capacity error."
33
+ "This test should be re-enabled later."
34
+ )
31
35
@pytest .mark .skipif (
32
36
integ .test_region () not in integ .DATA_PARALLEL_TESTING_REGIONS ,
33
37
reason = "Only allow this test to run in IAD and CMH to limit usage of p3.16xlarge" ,
Original file line number Diff line number Diff line change 27
27
)
28
28
29
29
30
+ @pytest .mark .skip (
31
+ reason = "This test is skipped for now due ML capacity error."
32
+ "This test should be re-enabled later."
33
+ )
30
34
@pytest .mark .skipif (
31
35
integ .test_region () not in integ .DATA_PARALLEL_TESTING_REGIONS ,
32
36
reason = "Only allow this test to run in IAD and CMH to limit usage of p3.16xlarge" ,
You can’t perform that action at this time.
0 commit comments