This commit is contained in:
Freddy Kristiansen 2021-12-05 07:05:05 +01:00
Родитель d7f12c9aee
Коммит 1e36f8d47b
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -14,7 +14,7 @@ Usage scenarios:
1. [Setup CI/CD for an existing per tenant extension (BingMaps)](Scenarios/10.md)
1. [Setup CI/CD for an existing AppSource App](Scenarios/11.md)
1. [Enable KeyVault access for your AppSource App during development and/or tests](Scenarios/12.md)
1. [Setup your own GitHub runner to increase workflow performance](Scenarios/13.md)
1. [Setup your own GitHub runner to increase build performance](Scenarios/13.md)
**Note:** Please refer to [this description](Scenarios/settings.md) to learn about the settings file and how you can modify default behaviors.
# This project

Просмотреть файл

@ -1,4 +1,4 @@
# #13 Setup your own GitHub runner to increase workflow performance
# #13 Setup your own GitHub runner to increase build performance
*Prerequisites: An AL-Go repository setup using one of the scenarios*
When running the CI/CD workflow, the build job is by far the most time consuming job. By adding your own GitHub Runner, which can cache the generic image, the build image and also the artifacts, the time for running the build job can become much faster.
@ -22,7 +22,7 @@ GitHub runners can be registered for an organization (accessible for all reposit
1. Save and inspect your workflows performance increase on the second run.
1. Inspect that one of the runners pick up the workflow
![Active](/images/13d.png)
1. Clicking the runner reveals the job it is running
1. Clicking the runner reveals that the job it is running
![Job](/images/13e.png)
## Additional info on build performance