Files
osmedeus/test/testdata/workflows/test-extends-aggressive.yaml
T
j3ssie 777fb7c2bf chore: update ui build artifacts and refactor event trigger input syntax
- Update Next.js build IDs and chunk hashes in workflow upload static files
- Replace deprecated 'input' field syntax with new exports-style variables in event triggers (e.g., 'Target: event_data.value' instead of type/field/name)
- Simplify parameter override syntax in test workflows (remove nested 'default' structure)
2026-01-24 16:24:50 +08:00

12 lines
255 B
YAML

name: test-extends-aggressive
kind: module
description: Aggressive variant - extends base with higher resource usage
tags: test,extends,aggressive
extends: test-extends-base
override:
params:
threads: "50"
rate_limit: "500"
verbose: "true"