From 7abeea49c237417d8878247c13f07143243f9d89 Mon Sep 17 00:00:00 2001 From: Alexander Chernov Date: Tue, 18 Aug 2026 22:49:09 +0100 Subject: [PATCH] docs(e2e): tidy a sentence in the terraform README Deliberately touches no Go files, to exercise the e2e-gate skip path now that it is a required status check. The suite should skip and the gate should still report a pass; nothing has ever taken that path on GitHub before. Refs: alekc/gitlab-runner-operator#67 Signed-off-by: Alexander Chernov --- test/e2e/terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/terraform/README.md b/test/e2e/terraform/README.md index d479352..51f8bd8 100644 --- a/test/e2e/terraform/README.md +++ b/test/e2e/terraform/README.md @@ -125,7 +125,7 @@ project, CI file) is unaffected. triggers a pipeline, using `GITLAB_E2E_RUNNER_TAG` if set and otherwise the `defaultJobTag` constant in `test/e2e/e2e_suite_test.go`. -Locally you can ignore all of it: leave `GITLAB_E2E_RUNNER_TAG` unset and the +Locally you can ignore all of this: leave `GITLAB_E2E_RUNNER_TAG` unset and the default applies, in which case `var.job_tag` and `defaultJobTag` must agree or the managed runner never picks up `build-job` and the suite times out.