Skip to content

perf test

perf test #1

Workflow file for this run

name: Test
on:
push:
branches:
- yandex_task_perf
env:
YC_LT_FOLDER_ID: b1gacohsvc2kc4d76tu5
YC_LT_AUTHORIZED_KEY_JSON: ${{ secrets.YC_LOADTESTING_CI_AUTHORIZED_KEY_JSON }}
YC_LT_TEST_AGENT_FILTER: "name = 'agent-pandora-perf-medium'"
YC_LT_TEST_EXTRA_DESCRIPTION: "GitHub Actions workflow - ${{github.run_id}}"
YC_LT_SKIP_TEST_CHECK: "1"
YC_LT_DATA_BUCKET: ${{ secrets.YC_LT_DATA_BUCKET }}
YC_LT_OUTPUT_DIR: ${{github.workspace}}/performance-test/output
jobs:
test-pandora-perf:

Check failure on line 19 in .github/workflows/perf.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/perf.yml (Line: 19, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [ build-and-upload ]
runs-on: ubuntu-latest
concurrency: { group: loadtesting }
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-yc
- name: Run Test HTTP-300inst-sleep0ms-overflow-false
run: |
stripped_tag="${{ github.event.release.tag_name }}"
YC_LT_TEST_EXTRA_LABELS="version=${STRIPPED_TAG}" ./performance-test/automation/test.sh ./performance-test/test-config/pandora-perf-http-uri-300inst-sleep0ms-overflow-false