Skip to content

.github: use common system tests template #673

.github: use common system tests template

.github: use common system tests template #673

Workflow file for this run

name: Run automated system tests
on:
push:
branches:
- master
pull_request:
branches:
- master
- support/**
types: [opened, synchronize]
paths-ignore:
- '**/*.md'
release:
types:
- published
workflow_dispatch:
inputs:
neofs_testcases_ref:
description: 'neofs-testcases ref. Default ref - latest master. Examples: v0.36.0, 8fdcc6d7e798e6511be8806b81894622e72d7fdc, branch_name'
required: false
default: ''
permissions: write-all
jobs:
run_system_tests:
uses: nspcc-dev/neofs-testcases/.github/workflows/system-tests.yml@ezayats/shared-test-workflow

Check failure on line 28 in .github/workflows/run-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/run-tests.yml" -> "nspcc-dev/neofs-testcases/.github/workflows/system-tests.yml@ezayats/shared-test-workflow" (source branch with sha:3089f5d0be16fb106c5eebdc0beb1c055f879f32) : You have an error in your yaml syntax on line 184
with:
neofs_network_domain: ${{ vars.TEST_RESULTS_NEOFS_NETWORK_DOMAIN }}
neofs_http_gate: ${{ vars.TEST_RESULTS_HTTP_GATE }}
neofs_store_objects_cid: ${{ vars.TEST_RESULTS_CID }}
neofs_pr_expiration_period: ${{ vars.PR_EXPIRATION_PERIOD }}
neofs_master_expiration_period: ${{ vars.MASTER_EXPIRATION_PERIOD }}
neofs_manual_expiration_period: ${{ vars.MANUAL_RUN_EXPIRATION_PERIOD }}
neofs_other_expiration_period: ${{ vars.OTHER_EXPIRATION_PERIOD }}
neofs_testcases_commit: ${{ inputs.neofs_testcases_ref }}
neofs_node_tag: 'v0.43.0'
neofs_s3_gw_tag: 'v0.32.0'
neofs_rest_gw_tag: 'v0.11.0'
neo_go_tag: 'v0.106.3'
tests_parallel_level: 3
os: '[{runner: "ubuntu-latest", binary: "linux-amd64"}, {runner: "macos-14", binary: "darwin-arm64"}]'
secrets: inherit