Skip to content

Commit

Permalink
remove 1.x
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Dec 3, 2024
1 parent cc24bcc commit ab334b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
bwc_version : [ "1.1.0", "1.2.4", "1.3.8", "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "2.15.0", "2.16.0", "2.17.0" ]
bwc_version : ["2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "2.15.0", "2.16.0", "2.17.0" ]
opensearch_version : [ "2.17.1-SNAPSHOT" ]

name: k-NN Restart-Upgrade BWC Tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ public class ScriptScoringIT extends AbstractRestartUpgradeTestCase {
private static final int K = 5;
private static final int NUM_DOCS = 10;
private static int QUERY_COUNT = 0;
private static final String TRAINING_INDEX_DEFAULT = KNN_BWC_PREFIX + "train-index-default";
private static final String TRAINING_INDEX_DEFAULT = KNN_BWC_PREFIX + "train-index-default-1";
private static final String TRAINING_FIELD = "train-field";
private static final String TEST_MODEL_ID = "test-model-id";
private static final String TEST_MODEL_ID_DEFAULT = "test-model-id-default";
private static final String TEST_MODEL_ID_DEFAULT = "test-model-id-default-1";
private static final String MODEL_DESCRIPTION = "Description for train model test";

// KNN script scoring for space_type "l2"
Expand Down

0 comments on commit ab334b1

Please sign in to comment.