You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/executors/linux_android.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ parameters:
12
12
type: string
13
13
default: '5.1'
14
14
resource_class:
15
-
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
15
+
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
Copy file name to clipboardExpand all lines: src/executors/linux_js.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ parameters:
4
4
type: string
5
5
default: '16.15'
6
6
resource_class:
7
-
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
7
+
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
Copy file name to clipboardExpand all lines: src/executors/macos.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ parameters:
4
4
type: string
5
5
default: "12.5.1"
6
6
resource_class:
7
-
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
7
+
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
Copy file name to clipboardExpand all lines: src/jobs/android_build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ parameters:
60
60
type: string
61
61
default: '5.1'
62
62
resource_class:
63
-
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
63
+
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
Copy file name to clipboardExpand all lines: src/jobs/android_test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ parameters:
79
79
type: string
80
80
default: "12.5.1"
81
81
resource_class:
82
-
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
82
+
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
Copy file name to clipboardExpand all lines: src/jobs/ios_build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ parameters:
84
84
type: string
85
85
default: "12.5.1"
86
86
resource_class:
87
-
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
87
+
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
Copy file name to clipboardExpand all lines: src/jobs/ios_build_and_test.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ parameters:
98
98
type: string
99
99
default: "12.5.1"
100
100
resource_class:
101
-
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
101
+
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
0 commit comments