Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion k8s/production/runners/protected/graviton/3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:arm-latest"
privileged = false
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/protected/graviton/4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:arm64-latest"
privileged = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ spec:

# Ensure windows paths are used
[runners.feature_flags]
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true
FF_USE_POWERSHELL_PATH_RESOLVER = true

[runners.kubernetes]
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/protected/x86_64/v2/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
privileged = false
helper_memory_request = "512M"
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/protected/x86_64/v3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
privileged = false
helper_memory_request = "512M"
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/protected/x86_64/v4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
privileged = false
helper_memory_request = "512M"
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/public/graviton/3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:arm-latest"
privileged = false
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/public/graviton/4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
helper_image = "registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:arm64-latest"
privileged = false
Expand Down
1 change: 1 addition & 0 deletions k8s/production/runners/public/x86_64/v2-win/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ spec:

# Ensure windows paths are used
[runners.feature_flags]
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true
FF_USE_POWERSHELL_PATH_RESOLVER = true

[runners.kubernetes]
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/public/x86_64/v2/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
privileged = false
helper_memory_request = "512M"
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/public/x86_64/v3/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
privileged = false
helper_memory_request = "512M"
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/public/x86_64/v4/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
privileged = false
helper_memory_request = "512M"
Expand Down
6 changes: 5 additions & 1 deletion k8s/production/runners/signing/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ spec:
"""

output_limit = 20480
environment = ["FF_GITLAB_REGISTRY_HELPER_IMAGE=1"]

[runners.feature_flags]
FF_GITLAB_REGISTRY_HELPER_IMAGE = true
FF_USE_ADAPTIVE_REQUEST_CONCURRENCY = true

[runners.kubernetes]
privileged = false
helper_memory_request = "512M"
Expand Down
Loading