Skip to content

Commit

Permalink
Enable packit smoke test job by default for PR
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Oct 29, 2024
1 parent e467f46 commit 1a241e5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ packit_instances: [ "prod", "stg" ]
upstream_project_url: https://github.com/streamshub/flink-sql
issue_repository: https://github.com/streamshub/flink-sql
jobs:
###############################################################################################
# Manual comment driven test jobs
###############################################################################################
- job: tests
trigger: pull_request
Expand Down Expand Up @@ -69,6 +71,28 @@ jobs:
tmt:
name: smoke
###############################################################################################
# Push to PR auto test jobs
###############################################################################################
- job: tests
trigger: pull_request
# Suffix for job name
identifier: "smoke"
targets:
- centos-stream-9-x86_64
skip_build: true
manual_trigger: false
env: {
IP_FAMILY: ipv4,
TEST_REPO_URL: https://github.com/streamshub/streams-e2e.git,
TEST_REPO_BRANCH: main
}
tf_extra_params:
test:
tmt:
name: smoke
###############################################################################################
# Push to main auto test jobs
###############################################################################################
- job: tests
trigger: commit
branch: main
Expand Down

0 comments on commit 1a241e5

Please sign in to comment.