Skip to content

Commit 936edc1

Browse files
feat(discov1): remove discoV1
BREAKING CHANGE: DiscoveryV1 functionality has been removed
1 parent dbd7cb6 commit 936edc1

File tree

8 files changed

+1
-14303
lines changed

8 files changed

+1
-14303
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ jobs:
6060
VISUAL_RECOGNITION_URL: "https://api.us-south.visual-recognition.watson.cloud.ibm.com"
6161
VISUAL_RECOGNITION_APIKEY: ${{ secrets.VR_APIKEY }}
6262
VISUAL_RECOGNITION_COLLECTION_ID: ${{ secrets.VR_COLLECTION_ID }}
63-
DISCOVERY_URL: "https://api.us-south.discovery.watson.cloud.ibm.com"
64-
DISCOVERY_APIKEY: ${{ secrets.D1_APIKEY }}
65-
DISCOVERY_ENVIRONMENT_ID: ${{ secrets.D1_ENVIRONMENT_ID }}
66-
DISCOVERY_CONFIGURATION_ID: ${{ secrets.D1_CONFIGURATION_ID }}
67-
DISCOVERY_COLLECTION_ID1: ${{ secrets.D1_COLLECTION_ID1 }}
68-
DISCOVERY_COLLECTION_ID2: ${{ secrets.D1_COLLECTION_ID2 }}
69-
DISCOVERY_COLLECTION_ID3: ${{ secrets.D1_COLLECTION_ID3 }} # japanese
7063
DISCOVERY_V2_URL: "https://api.us-south.discovery.watson.cloud.ibm.com"
7164
DISCOVERY_V2_APIKEY: ${{ secrets.D2_APIKEY }}
7265
DISCOVERY_V2_PROJECT_ID: ${{ secrets.D2_PROJECT_ID }}
@@ -76,18 +69,10 @@ jobs:
7669
mv test/resources/auth.gha.js test/resources/auth.js
7770
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/assistant.v1.test.js
7871
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/assistant.v2.test.js
79-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/compare-comply.test.js
80-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/discovery.v1.test.js
8172
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/discovery.v2.test.js
8273
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/language-translator.v3.test.js
83-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/natural-language-classifier.test.js
84-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/personality-insights.v3.test.js
8574
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/speech-to-text.test.js
8675
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/text-to-speech.test.js
87-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/tone-analyzer.test.js
88-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/visual-recognition.custom-classifiers.test.js
89-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/visual-recognition.v3.test.js
90-
jest --silent --coverage=false --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' test/integration/visual-recognition.v4.test.js
9176
9277
# Do not notify on success. We will leave the code here just in case we decide to switch gears
9378
- name: Notify slack on success

0 commit comments

Comments
 (0)