Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dummy tests #47

Merged
merged 1 commit into from
Sep 17, 2024
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
20 changes: 0 additions & 20 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,6 @@ packit_instances: ["prod", "stg"]
upstream_project_url: https://github.com/skodjob/streams-e2e
issue_repository: https://github.com/skodjob/streams-e2e
jobs:
- job: tests
trigger: pull_request
# Suffix for job name
identifier: "verify"
targets:
# This target is not used at all by our tests, but it has to be one of the available - https://packit.dev/docs/configuration/#aliases
- centos-stream-9-x86_64
# ARM is commented since apicurio-operator upstream is not supported on ARM
# - centos-stream-9-aarch64
# We don't need to build any packages for Fedora/RHEL/CentOS, it is not related to streams-e2e tests
skip_build: true
manual_trigger: true
env: { IP_FAMILY: ipv4 }
labels:
- verify
- dummy
tf_extra_params:
test:
tmt:
name: verify
###############################################################################################
- job: tests
trigger: pull_request
Expand Down
1 change: 0 additions & 1 deletion src/main/java/io/streams/constants/TestTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ public interface TestTags {
String FLINK_SQL_EXAMPLE = "flink-sql-example";
String FLINK_SQL_RUNNER = "flink-sql-runner";
String FLINK = "flink";
String DUMMY = "dummy";
}
155 changes: 0 additions & 155 deletions src/test/java/io/streams/e2e/dummy/DummyST.java

This file was deleted.

6 changes: 0 additions & 6 deletions tmt/plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,6 @@ finish:
script: ./tmt/scripts/copy-logs.sh
#######################################################################

/verify:
summary: Run dummy streams-e2e test suite
discover+:
test:
- verify

/smoke:
summary: Run smoke tests
discover+:
Expand Down
7 changes: 0 additions & 7 deletions tmt/tests/streams-e2e/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ duration: 2h
environment:
TEST_ENV_VAR: value

/verify:
summary: Run dummy streams-e2e suite
duration: 40m
tier: 1
environment+:
TEST_GROUPS: dummy

/smoke:
summary: Run smoke tests
duration: 60m
Expand Down