Skip to content

[DO NOT MERGE]remove cpu ram reference #9353

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion jekyll/_cci2/insights.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Select the *Jobs* tab next to *Overview* to view the following cumulative data o
* Duration (95th percentile)
* Total runs
* Success rate
* Compute usage (average and max for CPU and RAM)

[#see-also]
== See also
Expand Down
19 changes: 1 addition & 18 deletions jekyll/_cci2/resource-class-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ contentTags:
Use resource classes to:

* Specify compute resource size (CPU and RAM) for running a link:/docs/concepts/#jobs[job].
* Optimize executors based on historical trends with resource class Insights.
* Configure link:/docs/runner-concepts/#namespaces-and-resource-classes[self-hosted runners] for use in your `.circleci/config.yml` file.
* Specify an execution environment.

[#introduction]
== Introduction

The `resource_class` configuration option has multiple uses: specifying compute resource size, optimizing executors, configuring self-hosted runners, and specifying an execution evironment.
The `resource_class` configuration option has multiple uses: specifying compute resource size, optimizing executors, configuring self-hosted runners, and specifying an execution environment.

The most common usage is to specify CPU and RAM requirements for a job by configuring the `resource_class` key for an executor.

Expand Down Expand Up @@ -104,22 +103,6 @@ Alternatively, use the "Get job details" endpoint to return information about a

include::../_includes/partials/execution-resources/resource-class-view.adoc[]

=== Resource class Insights

Resource class Insights let you track resource utilization for your jobs. You can inspect and use this information to update your executors based on historical trends and job requirements.

To find resource class Insights:

. Select **Insights** from the web app sidebar.
. The dashboard shows Insights at the project level. To find resource class Insights you need to drill down to the job level:
.. Select a project from the drop down.
.. Select a workflow from the list.
.. Select the **Jobs** tab.
.. Expand a job to view the resource class Insights.
+
.Resource class Insights
image::resource-class-insights.png[Screenshot showing resource class Insights]

[#see-also]
== See also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ To view the compute resource usage for the duration of a job in the CircleCI web
. Select a job by clicking on the job name
. Select the btn:[Resources] tab to view CPU and RAM usage for the duration of the job

You can use these insights to decide whether to make changes to the job's configured resource class. You can also access xref:resource-class-overview#resource-class-insights[resource class Insights].
You can use these insights to decide whether to make changes to the job's configured resource class.

image::view-resource-usage.png[Resources tab]