Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gradle/libs.versions.toml @kafbat/backend
/frontend/ @kafbat/frontend

# TESTS
/e2e-tests/ @kafbat/qa
/e2e-playwright/ @kafbat/qa

# INFRA
/.github/workflows/ @kafbat/devops
26 changes: 0 additions & 26 deletions .github/workflows/e2e-manual.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/e2e-playwright-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ jobs:
- name: Build with Gradle
id: build_app
run: |
./gradlew build \
-x :e2e-tests:check \
-x :e2e-tests:build \
-x test \
./gradlew build -x test \
-Pbuild-docker-images=true \
-Pinclude-frontend=true \
-Pversion=latest
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/e2e-pr.yml

This file was deleted.

176 changes: 0 additions & 176 deletions .github/workflows/e2e-run.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/e2e-weekly.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void getConsumerGroupsForTopicConsumerGroups() {

Mockito.when(client.listConsumerGroupOffsets(Mockito.any(), Mockito.any())).thenAnswer(
a -> {
List<String> groupIds = (List<String>) a.getArgument(0);
List<String> groupIds = a.getArgument(0);
var table = ImmutableTable.<String, TopicPartition, Long>builder();
for (String groupId : groupIds) {
ScrapedClusterState.ConsumerGroupState state = consumerGroupStates.get(groupId);
Expand Down
3 changes: 0 additions & 3 deletions e2e-tests/.gitignore

This file was deleted.

75 changes: 0 additions & 75 deletions e2e-tests/README.md

This file was deleted.

Loading
Loading