-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip][ZKB-SYNC]: update contents
- Loading branch information
Showing
20 changed files
with
87 additions
and
34 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...574-Build-has-hit-timeout-limit_en-us.yml → ...574-Build-has-Hit-Timeout-Limit_en-us.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
id: 360007188574 | ||
title: Build has hit timeout limit | ||
title: Build has Hit Timeout Limit | ||
author_id: 361269018513 | ||
created_at: '2018-07-19T16:41:05Z' | ||
locale: en-us | ||
permission_group_id: 237867 | ||
section_id: 7513289222427 | ||
user_segment_id: null | ||
html_url: >- | ||
https://support.circleci.com/hc/en-us/articles/360007188574-Build-has-hit-timeout-limit | ||
https://support.circleci.com/hc/en-us/articles/360007188574-Build-has-Hit-Timeout-Limit | ||
draft: false |
4 changes: 2 additions & 2 deletions
4
...ly-change-was-to-configyml-file_en-us.yml → ...ly-Change-Was-to-configyml-File_en-us.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
id: 360052092532 | ||
title: Conditionally stop job when only change was to config.yml file | ||
title: Conditionally Stop Job When Only Change Was to config.yml File | ||
author_id: 405652843914 | ||
created_at: '2020-11-13T19:01:41Z' | ||
locale: en-us | ||
permission_group_id: 237867 | ||
section_id: 7513289222427 | ||
user_segment_id: null | ||
html_url: >- | ||
https://support.circleci.com/hc/en-us/articles/360052092532-Conditionally-stop-job-when-only-change-was-to-config-yml-file | ||
https://support.circleci.com/hc/en-us/articles/360052092532-Conditionally-Stop-Job-When-Only-Change-Was-to-config-yml-File | ||
draft: false |
4 changes: 2 additions & 2 deletions
4
...el-rerun-if-newer-commit-exists_en-us.yml → ...el-ReRun-if-Newer-Commit-Exists_en-us.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
id: 360055901372 | ||
title: Auto-cancel re-run if newer commit exists | ||
title: Auto-Cancel Re-Run if Newer Commit Exists | ||
author_id: 405652843914 | ||
created_at: '2021-02-01T15:17:51Z' | ||
locale: en-us | ||
permission_group_id: 237867 | ||
section_id: 7513289222427 | ||
user_segment_id: null | ||
html_url: >- | ||
https://support.circleci.com/hc/en-us/articles/360055901372-Auto-cancel-re-run-if-newer-commit-exists | ||
https://support.circleci.com/hc/en-us/articles/360055901372-Auto-Cancel-Re-Run-if-Newer-Commit-Exists | ||
draft: false |
28 changes: 28 additions & 0 deletions
28
data/articles/html/360007188574-Build-has-Hit-Timeout-Limit_en-us.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<h1>Timeout Limit</h1> | ||
<p>CircleCI has a built-in <strong>10 minute</strong> no-output timeout. This means that if it has been 10 minutes since the last output, the build will be canceled and stopped.</p> | ||
<p>This can cause users to encounter issues where they intend for a part of their build to continue beyond 10 minutes without giving output, but the system kills the process/job.</p> | ||
<h2> </h2> | ||
<h2>Adjusting the timeout</h2> | ||
<p>The <code style="background-color: #f3f3f3;">no_output_timeout</code> parameter for <a href="https://circleci.com/docs/2.0/configuration-reference/#run">run</a> gives users the option to change the no-output timeout from the default 10 minutes to a user-specified timeout.</p> | ||
<p> </p> | ||
<p>For example, if we have a run step as follows:</p> | ||
<pre style="background-color: #f3f3f3;">- run: <br> command: . ./ourlongscript.sh </pre> | ||
<p> </p> | ||
<p>If we expect our script will take a while to complete execution, we can extend the no-output timeout as follows:</p> | ||
<pre style="background-color: #f3f3f3;">- run: <br> command: . ./ourlongscript.sh<br> no_output_timeout: 30m</pre> | ||
<p> </p> | ||
<p>The value set for no_output_timeout can be in hours, minutes or seconds - a digit followed by h, m or s respectively. Partial times can also be used, like 1.5h. Please see the examples below:</p> | ||
<pre style="background-color: #f3f3f3;">no_output_timeout: 30s<br>no_output_timeout: 30m<br>no_output_timeout: 3h<br>no_output_timeout: 1.5h<strong><br></strong></pre> | ||
<p> </p> | ||
<h2>Additional Notes:</h2> | ||
<ul> | ||
<li>There are cases when a job may run for longer than the timeout limit (a common case being test runners not exiting).</li> | ||
<li>This will not override your build time limits enforced by your organization's plan.</li> | ||
</ul> | ||
<p> </p> | ||
<h2>Additional Resources:</h2> | ||
<ul> | ||
<li><a href="https://support.circleci.com/hc/en-us/articles/4410707277083-Context-deadline-exceeded-after-1-hour-Build-timed-out-Free-tier-only-" target="_blank" rel="noopener">Context deadline exceeded after 1 hour - Build timed out (Free tier only)</a></li> | ||
<li><a href="https://support.circleci.com/hc/en-us/articles/4411204604059-Automatically-cancel-build-after-set-amount-of-time" target="_blank" rel="noopener">Automatically cancel build after set amount of time</a></li> | ||
</ul> | ||
<p> </p> |
10 changes: 0 additions & 10 deletions
10
data/articles/html/360007188574-Build-has-hit-timeout-limit_en-us.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
.../articles/html/360056607031-How-do-I-limit-specific-users-from-starting-builds_en-us.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 9 additions & 2 deletions
11
data/articles/html/360057588931-Build-Isolation-and-Container-Lifecycles_en-us.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
<h1>Runtime Isolation</h1> | ||
<p>All containers and VMs on CircleCI Cloud are isolated, or sandboxed, from each other. This means you cannot communicate directly with containers running in other jobs, even they are within the same project or org.</p> | ||
<p>The exception to this rule are containers that run <em>within</em> the same job, known as secondary service containers, or the Remote Docker environment.</p> | ||
<p>All jobs run in a freshly created container/VM, so there are no leftover, or cached, items at the beginning of a job. At the end of each job the container is destroyed for security purposes, so you can be assured any leftover files are not stored unless your config explicitly uploads these as artifacts.</p> | ||
<p>For more information on our Data Security Policy, please see: <a href="https://circleci.com/security/">Data Security Policy - CircleCI</a></p> | ||
<p>All jobs run in a freshly created container/VM, so by default there are no leftover, or cached, items at the beginning of a job. At the end of each job the container is destroyed for security purposes, so you can be assured any leftover files are not stored unless your config explicitly uploads these as artifacts.</p> | ||
<p>For more information on our Data Security Policy, please see: <a href="https://circleci.com/security/">Data Security Policy - CircleCI</a></p> | ||
<p> </p> | ||
<h2>Additional Resources</h2> | ||
<ul> | ||
<li><a href="https://circleci.com/docs/persist-data" target="_blank" rel="noopener">Persisting Data Overview</a></li> | ||
<li><a href="https://circleci.com/docs/caching" target="_blank" rel="noopener">Caching Dependencies</a></li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters