Skip to content

Commit 7149e39

Browse files
authored
ci: Gha 9950 (#126)
* ci: fix * ci: fix * ci: fix * ci: fix * ci: fix * ci: fix * ci: fix * ci: fix
1 parent 13d88e1 commit 7149e39

38 files changed

+2
-2999
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
name: Run Integration Tests
77

8-
# Every Sunday at 8PM
8+
# Every Sunday at 8ish PM
99
on:
1010
schedule:
1111
- cron: "0 20 * * 0"
@@ -32,28 +32,20 @@ jobs:
3232
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3333

3434
- name: Execute Ruby integration tests
35-
continue-on-error: true
35+
# continue-on-error: true
3636
env:
3737
NATURAL_LANGUAGE_CLASSIFIER_APIKEY: ${{ secrets.NLC_APIKEY }}
3838
NATURAL_LANGUAGE_CLASSIFIER_URL: "https://api.us-south.natural-language-classifier.watson.cloud.ibm.com"
3939
LANGUAGE_TRANSLATOR_APIKEY: ${{ secrets.LT_APIKEY }}
4040
LANGUAGE_TRANSLATOR_URL: "https://api.us-south.language-translator.watson.cloud.ibm.com"
4141
NATURAL_LANGUAGE_UNDERSTANDING_APIKEY: ${{ secrets.NLU_APIKEY }}
4242
NATURAL_LANGUAGE_UNDERSTANDING_URL: "https://api.us-south.natural-language-understanding.watson.cloud.ibm.com"
43-
PERSONALITY_INSIGHTS_APIKEY: ${{ secrets.PI_APIKEY }}
44-
PERSONALITY_INSIGHTS_URL: "https://api.us-south.personality-insights.watson.cloud.ibm.com"
4543
TONE_ANALYZER_APIKEY: ${{ secrets.TA_APIKEY }}
4644
TONE_ANALYZER_URL: "https://api.us-south.tone-analyzer.watson.cloud.ibm.com"
4745
SPEECH_TO_TEXT_APIKEY: ${{ secrets.STT_APIKEY }}
4846
SPEECH_TO_TEXT_URL: "https://api.us-south.speech-to-text.watson.cloud.ibm.com"
4947
TEXT_TO_SPEECH_APIKEY: ${{ secrets.TTS_APIKEY }}
5048
TEXT_TO_SPEECH_URL: "https://api.us-south.text-to-speech.watson.cloud.ibm.com"
51-
VISUAL_RECOGNITION_APIKEY: ${{ secrets.VR_APIKEY }}
52-
VISUAL_RECOGNITION_COLLECTION_ID: ${{ secrets.VR_COLLECTION_ID }}
53-
VISUAL_RECOGNITION_URL: "https://api.us-south.visual-recognition.watson.cloud.ibm.com"
54-
COMPARE_COMPLY_APIKEY: ${{ secrets.CC_APIKEY }}
55-
COMPARE_COMPLY_FEEDBACK_ID: ${{ secrets.CC_FEEDBACK_ID }}
56-
COMPARE_COMPLY_URL: "https://api.us-south.compare-comply.watson.cloud.ibm.com"
5749
ASSISTANT_APIKEY: ${{ secrets.WA_APIKEY }}
5850
ASSISTANT_WORKSPACE_ID: ${{ secrets.WA_WORKSPACE_ID }}
5951
ASSISTANT_ASSISTANT_ID: ${{ secrets.WA_ASSISTANT_ID }}

.travis.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

resources/cars.zip

-1.39 MB
Binary file not shown.

resources/cnc_test.pdf

-12.4 KB
Binary file not shown.

resources/dialog.xml

Lines changed: 0 additions & 96 deletions
This file was deleted.

resources/dog.jpg

-354 KB
Binary file not shown.

0 commit comments

Comments
 (0)