From 0b93cfdc8912f1fbd9edad571096146b4e104925 Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Wed, 7 Sep 2022 08:58:07 -0700 Subject: [PATCH] Update gitlab/6-forecast.md Co-authored-by: j-dunham --- gitlab/6-forecast.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitlab/6-forecast.md b/gitlab/6-forecast.md index 6d78f38..bb5294b 100644 --- a/gitlab/6-forecast.md +++ b/gitlab/6-forecast.md @@ -2,8 +2,6 @@ In this lab you will use the `forecast` command to forecast potential GitHub Actions usage by computing metrics from completed pipeline runs in your GitLab server. -In this lab we will use the `forecast` command to forecast potential GitHub Actions usage by computing metrics from the historical pipeline data in our GitLab instance. The metrics will be stored on disk in a markdown file and include job metrics for execution time, queue time, and concurrency. We will look at each of these metrics in more depth later in this lab. - ## Prerequisites 1. Followed the steps [here](./readme.md#configure-your-codespace) to set up your Codespace environment and start a GitLab server.