Skip to content

Commit

Permalink
tests: remove netwait integration-tests (separate submodule)
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Sep 3, 2024
1 parent 61acf93 commit 89f4cc5
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 25 deletions.
5 changes: 1 addition & 4 deletions .github/cfg/integration-test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,4 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store

- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate

- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
run: make pkg-integration-test PKG=./pkg/schema/migrate
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-2023.1.9-IPV4-raftschema
"on":
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests-2023.1.9-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-2023.1.9-IPV4
"on":
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-2023.1.9-IPV6-raftschema
"on":
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests-2024.1.5-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-2024.1.5-IPV4
"on":
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests-2024.1.5-IPV6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-2024.1.5-IPV6
"on":
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests-6.0.1-IPV4-tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-6.0.1-IPV4-tablets
"on":
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests-6.0.1-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-6.0.1-IPV4
"on":
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests-6.0.1-IPV6-tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-6.0.1-IPV6-tablets
"on":
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-latest-enterprise-IPV4-tablets
"on":
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: make pkg-integration-test PKG=./pkg/store
- name: Run migrate tests
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./v3/pkg/util/netwait
name: integration-tests-latest-enterprise-IPV4
"on":
pull_request:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ integration-test:
@$(MAKE) pkg-integration-test PKG=./pkg/service/scheduler
@$(MAKE) pkg-integration-test PKG=./pkg/store
@$(MAKE) pkg-integration-test PKG=./pkg/schema/migrate
@$(MAKE) pkg-integration-test PKG=./v3/pkg/util/netwait

# Load Minio config for INTEGRATION_TEST_ARGS
include testing/.env
Expand Down

0 comments on commit 89f4cc5

Please sign in to comment.