-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to add output_limit as a input to be able to ser log size? #22
Comments
If possible please add also request_concurrency |
@Ferparishuertas can you make a proposal in a pull request? |
npalm
added a commit
that referenced
this issue
Dec 30, 2018
…uest_concurrency and output_limit. #22
I have added most of the options in the runner section, will close the issue for now. Please feel free to raise a new issue in case you missing some options. |
kayman-mk
pushed a commit
that referenced
this issue
Oct 21, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://togithub.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `5.23.1` -> `5.24.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v5.24.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5240-November-2-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.23.1...v5.24.0) NOTES: - resource/aws_detective_organization_admin_account: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing ([#​25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237)) - resource/aws_detective_organization_configuration: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing ([#​25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237)) FEATURES: - **New Data Source:** `aws_opensearchserverless_lifecycle_policy` ([#​34144](https://togithub.com/hashicorp/terraform-provider-aws/issues/34144)) - **New Resource:** `aws_detective_organization_admin_account` ([#​25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237)) - **New Resource:** `aws_detective_organization_configuration` ([#​25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237)) - **New Resource:** `aws_opensearchserverless_lifecycle_policy` ([#​34144](https://togithub.com/hashicorp/terraform-provider-aws/issues/34144)) - **New Resource:** `aws_redshift_resource_policy` ([#​34149](https://togithub.com/hashicorp/terraform-provider-aws/issues/34149)) - **New Resource:** `aws_verifiedaccess_endpoint` ([#​30763](https://togithub.com/hashicorp/terraform-provider-aws/issues/30763)) ENHANCEMENTS: - resource/aws_amplify_app: Add `custom_headers` argument ([#​31561](https://togithub.com/hashicorp/terraform-provider-aws/issues/31561)) - resource/aws_batch_job_definition: Add `node_properties` argument ([#​34153](https://togithub.com/hashicorp/terraform-provider-aws/issues/34153)) - resource/aws_finspace_kx_cluster: In-place updates are now supported for the `code`, `database`, and `initialization_script` arguments. The update timeout has been increased to 30 minutes. ([#​34220](https://togithub.com/hashicorp/terraform-provider-aws/issues/34220)) - resource/aws_iot_topic_rule: Add `kafka.header` and `error_action.kafka.header` arguments ([#​34191](https://togithub.com/hashicorp/terraform-provider-aws/issues/34191)) - resource/aws_networkmanager_connect_attachment: Add `NO_ENCAP` as a valid `options.protocol` value ([#​34109](https://togithub.com/hashicorp/terraform-provider-aws/issues/34109)) - resource/aws_networkmanager_connect_peer: Add `subnet_arn` argument to support [Tunnel-less Connect attachments](https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-connect-attachment.html#cloudwan-connect-tlc) ([#​34109](https://togithub.com/hashicorp/terraform-provider-aws/issues/34109)) - resource/aws_networkmanager_connect_peer: `inside_cidr_blocks` is Optional ([#​34109](https://togithub.com/hashicorp/terraform-provider-aws/issues/34109)) - resource/aws_rds_cluster: Remove the provider default (previously, "1") and use the AWS default for `backup_retention_period` (also, "1") to allow integration with AWS Backup ([#​34187](https://togithub.com/hashicorp/terraform-provider-aws/issues/34187)) - resource/aws_redshift_cluster: Add `snapshot_arn` argument ([#​34181](https://togithub.com/hashicorp/terraform-provider-aws/issues/34181)) - resource/aws_redshift_cluster: Add the `manage_master_password` and `master_password_secret_kms_key_id` arguments to support managed admin credentials ([#​34182](https://togithub.com/hashicorp/terraform-provider-aws/issues/34182)) - resource/aws_s3\_object: Add `override_provider` configuration block, allowing tags inherited from the provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) to be ignored ([#​33262](https://togithub.com/hashicorp/terraform-provider-aws/issues/33262)) - resource/aws_secretsmanager_secret_rotation: The `rotation_lambda_arn` argument is now optional to support modifying the rotation schedule of AWS-managed secrets. ([#​34180](https://togithub.com/hashicorp/terraform-provider-aws/issues/34180)) BUG FIXES: - data-source/aws_vpc_ipam_pools: Add `id` attribute for individual IPAM pools ([#​32133](https://togithub.com/hashicorp/terraform-provider-aws/issues/32133)) - resource/aws_alb_listener_rule: Fixed the `action.forward.target_group` argument minimum item requirement. Previously this was set to 2, but the AWS API allows specifying a single target group. ([#​33727](https://togithub.com/hashicorp/terraform-provider-aws/issues/33727)) - resource/aws_amplify_branch: Remove [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) from `enable_performance_mode` ([#​34141](https://togithub.com/hashicorp/terraform-provider-aws/issues/34141)) - resource/aws_lb_listener_rule: Fixed the `action.forward.target_group` argument minimum item requirement. Previously this was set to 2, but the AWS API allows specifying a single target group. ([#​33727](https://togithub.com/hashicorp/terraform-provider-aws/issues/33727)) - resource/aws_quicksight_analysis: Fix "expected type to be integer" errors in `window_options.bounds.*` argument validatation functions ([#​34230](https://togithub.com/hashicorp/terraform-provider-aws/issues/34230)) - resource/aws_quicksight_dashboard: Fix "expected type to be integer" errors in `window_options.bounds.*` argument validatation functions ([#​34230](https://togithub.com/hashicorp/terraform-provider-aws/issues/34230)) - resource/aws_quicksight_template: Fix "expected type to be integer" errors in `window_options.bounds.*` argument validatation functions ([#​34230](https://togithub.com/hashicorp/terraform-provider-aws/issues/34230)) - resource/aws_rds_cluster: Avoid an error on delete related to `unexpected state 'scaling-compute'` ([#​34187](https://togithub.com/hashicorp/terraform-provider-aws/issues/34187)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cattle-ops/setup-organization). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want in some cases to debug l pipelines and log is key. Can you add this variable to the runners config input?
https://gitlab.com/gitlab-org/gitlab-runner/blob/master/docs/configuration/advanced-configuration.md#the-runners-section
The text was updated successfully, but these errors were encountered: