Skip to content

feat(disk-manager): add ResizeDisk with DVP impl and e2e coverage #134

feat(disk-manager): add ResizeDisk with DVP impl and e2e coverage

feat(disk-manager): add ResizeDisk with DVP impl and e2e coverage #134

Workflow file for this run

# Copyright 2026 Flant JSC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: E2E self-test
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
jobs:
e2e:
if: ${{ contains(github.event.pull_request.labels.*.name, 'e2e/run') }}
uses: ./.github/workflows/e2e.yml
with:
module_slug: storage-e2e
module_path: e2e
test_package: ./
cluster_config: e2e/cluster_config.yml
storage_e2e_ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit