Skip to content

Commit 6d44fab

Browse files
committed
Exempted - Vendored oci-go-sdk v65.95.0
1 parent b1dc4b0 commit 6d44fab

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

internal/integrationtest/datascience_job_test.go

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,17 @@ var (
112112
"block_storage_size_in_gbs": acctest.Representation{RepType: acctest.Required, Create: `50`},
113113
"job_shape_config_details": acctest.RepresentationGroup{RepType: acctest.Required, Group: DatascienceJobJobInfrastructureConfigurationDetailsJobShapeConfigDetailsRepresentation},
114114
"shape_name": acctest.Representation{RepType: acctest.Required, Create: `VM.Standard.E4.Flex`},
115-
"cmd": acctest.Representation{RepType: acctest.Optional, Create: []string{}},
116-
"entrypoint": acctest.Representation{RepType: acctest.Optional, Create: []string{}},
117-
"image_digest": acctest.Representation{RepType: acctest.Optional, Create: ``},
118-
"image_signature_id": acctest.Representation{RepType: acctest.Optional, Create: ``},
115+
"cmd": acctest.Representation{RepType: acctest.Optional, Create: []string{}},
116+
"entrypoint": acctest.Representation{RepType: acctest.Optional, Create: []string{}},
117+
"image_digest": acctest.Representation{RepType: acctest.Optional, Create: ``},
118+
"image_signature_id": acctest.Representation{RepType: acctest.Optional, Create: ``},
119119
}
120120
DatascienceJobJobLogConfigurationDetailsRepresentation = map[string]interface{}{
121121
"enable_auto_log_creation": acctest.Representation{RepType: acctest.Optional, Create: `false`},
122122
"enable_logging": acctest.Representation{RepType: acctest.Optional, Create: `false`},
123123
"log_group_id": acctest.Representation{RepType: acctest.Optional, Create: `${oci_logging_log_group.test_log_group.id}`},
124124
"log_id": acctest.Representation{RepType: acctest.Optional, Create: `${oci_logging_log.test_log.id}`},
125+
}
125126
DatascienceJobStorageMountConfigurationDetailsListRepresentation = map[string]interface{}{
126127
"destination_directory_name": acctest.Representation{RepType: acctest.Required, Create: `oss`, Update: `oss1`},
127128
"storage_type": acctest.Representation{RepType: acctest.Required, Create: `OBJECT_STORAGE`},
@@ -146,13 +147,6 @@ var (
146147
"maximum_runtime_in_minutes": acctest.Representation{RepType: acctest.Required, Create: `10`},
147148
"startup_order": acctest.Representation{RepType: acctest.Required, Create: `IN_ORDER`},
148149
}
149-
DatascienceJobStorageMountConfigurationDetailsListRepresentation = map[string]interface{}{
150-
"destination_directory_name": acctest.Representation{RepType: acctest.Required, Create: `fss`, Update: `fss1`},
151-
"storage_type": acctest.Representation{RepType: acctest.Required, Create: `FILE_STORAGE`},
152-
"destination_path": acctest.Representation{RepType: acctest.Optional, Create: `/mnt`, Update: `/mnt1`},
153-
"export_id": acctest.Representation{RepType: acctest.Optional, Create: `export_id`},
154-
"mount_target_id": acctest.Representation{RepType: acctest.Optional, Create: `mount_id`},
155-
}
156150
DatascienceJobJobConfigurationDetailsStartupProbeDetailsRepresentation = map[string]interface{}{
157151
"command": acctest.Representation{RepType: acctest.Required, Create: []string{`command`}},
158152
"job_probe_check_type": acctest.Representation{RepType: acctest.Required, Create: `EXEC`},

0 commit comments

Comments
 (0)