Skip to content

Commit

Permalink
Final content after 20241121
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 21, 2024
1 parent f5f5382 commit c77cbd8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion hands-on/2024-11-21/065_job_dependencies/exercise/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#bonus-task-start-a-job-late" class="md-nav__link">
<span class="md-ellipsis">
Bonus task: Start a job late
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1266,6 +1275,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#bonus-task-start-a-job-late" class="md-nav__link">
<span class="md-ellipsis">
Bonus task: Start a job late
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1377,7 +1395,7 @@ <h2 id="task-start-a-job-early">Task: Start a job early<a class="headerlink" hre
</span></code></pre></div></td></tr></table></div>
</details>
<p>This was just a demonstration. The changes will not be preserved in the following chapters.</p>
<p>Bonus task: Start a job late</p>
<h2 id="bonus-task-start-a-job-late">Bonus task: Start a job late<a class="headerlink" href="#bonus-task-start-a-job-late" title="Permanent link">&para;</a></h2>
<p>If two jobs in the same stage should not be executed at the same time, the <a href="https://docs.gitlab.com/ee/ci/yaml/#needs"><code>needs</code></a> keyword can also delay a job until the dependencies are met. Modify the job <code>lint</code> so that it waits for the job <code>audit</code> to finish.</p>
<p>Afterwards check the pipeline in the GitLab UI. You should see a successful pipeline run.</p>
<details class="example">
Expand Down
2 changes: 1 addition & 1 deletion hands-on/2024-11-21/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/2024-11-21/160_gitlab_ci/070_schedules/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ The internal pipeline schedule worker is configured with...

Scheduled pipelines cannot run more often

Adjust the masximum frequency for schedules pipelines [](https://docs.gitlab.com/ee/administration/cicd.html#change-maximum-scheduled-pipeline-frequency)
Adjust the maximum frequency for schedules pipelines [](https://docs.gitlab.com/ee/administration/cicd.html#change-maximum-scheduled-pipeline-frequency)

0 comments on commit c77cbd8

Please sign in to comment.