File size: 1,702 Bytes
f50dbbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | version = "1.0"
[task]
name = "default/aws__aws-cli-10342"
description = "[v2] Update standard retry mode via opt-in env var"
[metadata]
difficulty = "large"
category = "bugfix"
keywords = [
"aws-cli",
"pr_diff",
]
[metadata.repo2env]
pipeline = "pr_diff"
pipeline_version = "0.3.0"
repo = "aws/aws-cli"
ref = "bdf748564bd696d846915ed5260c020eacaca7d0"
reference = "https://github.com/aws/aws-cli/pull/10342"
source_access = "auto"
built_at = "2026-06-02T13:06:27.512183+00:00"
reward_kinds = [
"diff_similarity",
]
synthesis_llm = "bedrock/converse/arn:aws:bedrock:ap-south-1:426628337772:application-inference-profile/qyjc73g1i2ox"
spec_version = "0.2.0"
content_hash = "sha256:155f866868f0918cef62a2b7609a61cd312ecae3db2de6c9ee798ca93154402e"
[metadata.repo2env.pr_diff]
pr_merged_at = "2026-05-28T20:57:43Z"
diff_format = "unified"
context_files = [
".changes/next-release/enhancement-Retries-30198.json",
"awscli/botocore/configprovider.py",
"awscli/botocore/endpoint.py",
"awscli/botocore/retries/standard.py",
"tests/unit/botocore/retries/test_standard_retry_v2_1.py",
]
bootstrap_image = "python:3.12-slim"
[metadata.repo2env.reward_calibration]
baseline_reward = 0.0
loc_changed = 676
difficulty = "large"
[metadata.repo2env.reproducibility]
mode = "inline_dockerfile"
image_ref = "python:3.12-slim"
image_tag = "python:3.12-slim"
image_visibility = "public"
pushed_at = "2026-06-02T13:12:11.514216+00:00"
pushed_by = "Ktanmay21"
inline_recipe_sha256 = "sha256:50ba23e24efa92d2cf85519f700ddd736075934a0ba4e1210437aa4ce1fd3002"
inline_recipe_lines = 27
inline_recipe_source = "user_dockerfile"
[agent]
timeout_sec = 1800.0
[verifier]
timeout_sec = 300.0
|