From aad556d33471dfddee0e1b07f3350880025c0ab3 Mon Sep 17 00:00:00 2001 From: Karol Kokoszka Date: Tue, 20 Feb 2024 16:50:52 +0100 Subject: [PATCH] commit --- .github/workflows/integration-tests.yaml | 34 ++++++++++++------------ README.md | 4 +-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 4cacd26187..38b3d2ab82 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -22,23 +22,23 @@ concurrency: jobs: # Right now both restore-tables and restore-schema tests take way longer than any other pkg tests. # For this reason they are divided into two distinct jobs, so that the whole workflow can be executed faster. - restore-tables: - name: Test restore tables - runs-on: ubuntu-latest - steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - - - name: Setup testing dependencies - uses: ./.github/actions/test-setup - with: - scylla-version: ${{ inputs.scylla-version }} - ip-family: ${{ inputs.ip-family }} - raft-enabled: ${{ inputs.raft-enabled }} - - - name: Run tests - run: make pkg-integration-test IP_FAMILY=${{ inputs.ip-family }} PKG=./pkg/service/restore RUN='"TestRestoreTables.*Integration"' - +# restore-tables: +# name: Test restore tables +# runs-on: ubuntu-latest +# steps: +# - name: Check out code into the Go module directory +# uses: actions/checkout@v3 +# +# - name: Setup testing dependencies +# uses: ./.github/actions/test-setup +# with: +# scylla-version: ${{ inputs.scylla-version }} +# ip-family: ${{ inputs.ip-family }} +# raft-enabled: ${{ inputs.raft-enabled }} +# +# - name: Run tests +# run: make pkg-integration-test IP_FAMILY=${{ inputs.ip-family }} PKG=./pkg/service/restore RUN='"TestRestoreTables.*Integration"' +# # restore-schema: # name: Test restore schema # runs-on: ubuntu-latest diff --git a/README.md b/README.md index bfbbbbe101..fc82735e04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![GitHub release](https://img.shields.io/github/tag/scylladb/scylla-manager.svg?label=release) -![Sanity check](https://github.com/scylladb/scylla-manager/actions/workflows/go.yml/badge.svg?branch=master) -![Integration tests](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests.yaml/badge.svg?branch=master) +![Sanity check](https://github.com/scylladb/scylla-manager/actions/workflows/go.yml/badge.svg?branch=kk/embed-gh-workflow-status) +![Integration tests](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests.yaml/badge.svg?branch=kk/embed-gh-workflow-status) ![Language](https://img.shields.io/badge/Language-Go-blue.svg) # Scylla Manager