Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Feb 20, 2024
1 parent b76a818 commit aad556d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit aad556d

Please sign in to comment.