Skip to content

Commit

Permalink
Missed these
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 28, 2024
1 parent f64b525 commit 0e19b42
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion slides/2024-11-21/160_gitlab_ci/020_variables/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See chapter [Variables](/hands-on/2024-11-21/020_variables/exercise/)

---

## Pro tip: Masked variables for all values
## Pro tip 1: Masked variables for all values

Many values are rejected by GitLab

Expand Down
4 changes: 2 additions & 2 deletions slides/2024-11-21/160_gitlab_ci/100_environments/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See chapter [Environments](/hands-on/2024-11-21/100_environments/exercise/)

---

## Pro tip
## Pro tip 1

Branches can be used to represent target environments:

Expand All @@ -39,7 +39,7 @@ Branches can be used to represent target environments:

---

## Pro tip: Disposable environments
## Pro tip 2: Disposable environments

Additonal use of environments: disposable review apps

Expand Down
2 changes: 1 addition & 1 deletion slides/2024-11-21/160_gitlab_ci/120_templates/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ See chapter [Templates](/hands-on/2024-11-21/120_templates/exercise/)

---

## Pro tip: Multiple inheritence
## Pro tip 1: Multiple inheritence

Jobs can inherit from multiple templates

Expand Down
8 changes: 4 additions & 4 deletions slides/2024-11-21/160_gitlab_ci/130_rules/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ workflow:
---
## Pro tip: Mind the order
## Pro tip 1: Mind the order
Rules are evaluated in-order
Expand All @@ -82,7 +82,7 @@ See chapter [Rules](/hands-on/2024-11-21/130_rules/exercise/)
---
## Pro tip: Use CI_DEPLOY_FREEZE with rules
## Pro tip 2: Use CI_DEPLOY_FREEZE with rules
Disable pipeline:
Expand All @@ -107,7 +107,7 @@ Template to disable job:
---
## Pro tip: Fields for rules
## Pro tip 3: Fields for rules
Rules not only control execution of jobs but can also configure jobs through the use of the following fields:
Expand All @@ -120,7 +120,7 @@ Rules become especially powerful when combining the fields supported by rules -

--

## Pro tip: Avoid pipeline on push
## Pro tip 4: Avoid pipeline on push

Pipelines can be skipped by adding `[skip ci]` to the commit message

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ The order from lowest to highest precedence is:
- Scan execution policy variables [](https://docs.gitlab.com/ee/user/application_security/policies/scan_execution_policies.html)
- Pipeline execution policy variables [](https://docs.gitlab.com/ee/user/application_security/policies/pipeline_execution_policies.html#cicd-variables)

<!-- .element: style="font-size: smaller" -->

---

## More about pipeline variables

XXX pipeline variables [](https://docs.gitlab.com/ee/ci/variables/#use-pipeline-variables)
Variables that are passed when starting a pipeline [](https://docs.gitlab.com/ee/ci/variables/#use-pipeline-variables)

They have the same precedence:

Expand Down
4 changes: 2 additions & 2 deletions slides/2024-11-21/160_gitlab_ci/250_releases/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See chapter [Releases](/hands-on/2024-11-21/250_releases/exercise/)

---

## Pro tip: Publish asset in package registry 1/
## Pro tip 1: Publish asset in package registry 1/

Release binaries can be published to generic package registry [](https://docs.gitlab.com/ee/user/packages/generic_packages/)

Expand All @@ -44,7 +44,7 @@ Use `$CI_JOB_TOKEN` to authenticate

---

## Pro tip: Publish asset in package registry 2/2
## Pro tip 2: Publish asset in package registry 2/2

### Upload a file

Expand Down
2 changes: 1 addition & 1 deletion slides/2024-11-21/160_gitlab_ci/260_runners/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ All features work across different runners
---
## Pro tip: Finding existing runners
## Pro tip 1: Finding existing runners
No single place to discover runners
Expand Down
2 changes: 1 addition & 1 deletion slides/2024-11-21/160_gitlab_ci/265_caches/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See chapter [caches](/hands-on/2024-11-21/265_caches/exercise/)

---

## Pro tip: Clear the cache
## Pro tip 1: Clear the cache

Clear the cache [](https://docs.gitlab.com/ee/ci/caching/#clearing-the-cache) in two ways:

Expand Down
4 changes: 2 additions & 2 deletions slides/2024-11-21/160_gitlab_ci/270_renovate/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See chapter [Renovate](/hands-on/2024-11-21/270_renovate/exercise/)

---

## Pro tip: Automerge
## Pro tip 1: Automerge

Renovate can automatically merge updates

Expand All @@ -70,7 +70,7 @@ Start with specific dependencies...

---

## Pro tip: Use slim image
## Pro tip 2: Use slim image

Image is smaller and loads faster

Expand Down

0 comments on commit 0e19b42

Please sign in to comment.