Skip to content

FEAT: Adding ability to add jitter for send data actions #700

FEAT: Adding ability to add jitter for send data actions

FEAT: Adding ability to add jitter for send data actions #700

name: Load testing controller
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
# Cancel in-progress runs only for PRs with 'no-load-testing' label
cancel-in-progress: ${{ !contains(github.event.pull_request.labels.*.name, 'needs-load-testing') }}
jobs:
load_testing_controller:
permissions:
contents: write
if: contains(github.event.pull_request.labels.*.name, 'needs-load-testing')
name: 'Load testing'
uses: ./.github/workflows/load_testing.yml

Check failure on line 23 in .github/workflows/load_testing_controller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/load_testing_controller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/load_testing_controller.yml" -> "./.github/workflows/load_testing.yml" : (Line: 11, Col: 20): Unrecognized named-value: 'env'. Located at position 1 within expression: env.BUILD_DIR, (Line: 14, Col: 23): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GENERATORS_DIR, (Line: 15, Col: 25): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GENERATORS_DIR, (Line: 17, Col: 25): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GENERATORS_DIR, (Line: 18, Col: 26): Unrecognized named-value: 'env'. Located at position 1 within expression: env.FAT_TREE_CONFIGS_DIR, (Line: 19, Col: 26): Unrecognized named-value: 'env'. Located at position 1 within expression: env.FAT_TREE_CONFIGS_DIR, (Line: 22, Col: 26): Unrecognized named-value: 'env'. Located at position 1 within expression: env.FLAMEGRAPH_ARTIFACT_DIR