Skip to content

Commit

Permalink
test weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
echauchot committed Mar 5, 2024
1 parent d00e61a commit 131d8b0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,29 @@
################################################################################

name: Weekly
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
on: [push, pull_request]
jobs:
# tests that current connector iteration does not break compatibility with last 2 minor released versions of Flink
non-main-version:
if: github.repository_owner == 'apache'
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: 1.17.2
connector_branch: main
skip_archunit_tests: true
main-version:
if: github.repository_owner == 'apache'
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: 1.18.0
connector_branch: main
# tests that current Flink iterations do not break compatibility with released version of the connector
current-snapshot:
if: github.repository_owner == 'apache'
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: 1.19-SNAPSHOT
connector_branch: v3.1
skip_archunit_tests: true
run_dependency_convergence: false
previous-snapshot:
if: github.repository_owner == 'apache'
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: 1.18-SNAPSHOT
Expand Down

0 comments on commit 131d8b0

Please sign in to comment.