[hotfix] Use 1.1 branch during weekly instead of 1.0
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index ba6746d..80c0ae6 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,9 +30,6 @@
strategy:
matrix:
flink_branches: [ {
- flink: 1.17-SNAPSHOT,
- branch: main
- }, {
flink: 1.18-SNAPSHOT,
jdk: '8, 11',
branch: main
@@ -46,10 +43,10 @@
branch: main
}, {
flink: 1.17.2,
- branch: v1.0
+ branch: v1.1
}, {
flink: 1.18.1,
- branch: v1.0
+ branch: v1.1
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
diff --git a/flink-connector-opensearch2/src/test/resources/archunit.properties b/flink-connector-opensearch2/src/test/resources/archunit.properties
index 519cc60..48011f9 100644
--- a/flink-connector-opensearch2/src/test/resources/archunit.properties
+++ b/flink-connector-opensearch2/src/test/resources/archunit.properties
@@ -17,7 +17,7 @@
#
# By default we allow removing existing violations, but fail when new violations are added.
-@freeze.store.default.allowStoreUpdate=true
+freeze.store.default.allowStoreUpdate=true
# Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.
#freeze.store.default.allowStoreCreation=true