Skip to content

Commit

Permalink
feat(makefile): add TABLETS to make start-dev-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski committed Mar 20, 2024
1 parent d1be94c commit 7ed1e3d
Show file tree
Hide file tree
Showing 22 changed files with 297 additions and 1,385 deletions.
10 changes: 8 additions & 2 deletions .github/actions/test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ inputs:
ip-family:
description: "Specifies IP family for test environment (IPV4/IPV6)"
required: false
raft-enabled:
raft-schema:
description: "Specifies if cluster should use consistent_cluster_management option"
required: false
raft-topology:
description: "Specifies if cluster should use consistent-topology-changes option"
required: false
tablets:
description: "Specifies if cluster should use tablets replication"
required: false
start-dev-env:
description: "Should this action run 'make start-dev-env'"
required: false
Expand Down Expand Up @@ -39,5 +45,5 @@ runs:

- name: Start dev env
if: inputs.start-dev-env == 'true'
run: make start-dev-env SCYLLA_VERSION=${{ inputs.scylla-version }} IP_FAMILY=${{ inputs.ip-family }} RAFT_ENABLED=${{ inputs.raft-enabled }}
run: make start-dev-env SCYLLA_VERSION=${{ inputs.scylla-version }} IP_FAMILY=${{ inputs.ip-family }} RAFT_SCHEMA=${{ inputs.raft-schema }} RAFT_TOPOLOGY=${{ inputs.raft-topology }} TABLETS=${{ inputs.tablets }}
shell: bash
133 changes: 0 additions & 133 deletions .github/workflows/integration-tests-2023.1.3-ipv4-raft.yaml

This file was deleted.

133 changes: 0 additions & 133 deletions .github/workflows/integration-tests-2023.1.3-ipv4.yaml

This file was deleted.

Loading

0 comments on commit 7ed1e3d

Please sign in to comment.