Skip to content

Commit f92cda8

Browse files
authored
disabled langchain and llamaindex dev tests (#591)
1 parent 0c23334 commit f92cda8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/ci-e2e-tests.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
langchain-dse-tests:
8484
name: "LangChain dev / DSE"
8585
needs: ["preconditions"]
86-
if: ${{ needs.preconditions.outputs.is-langchain-dev-cron == 'true' || needs.preconditions.outputs.e2e_tests == 'true' }}
86+
if: ${{ false }}
87+
# disabled langchain & llamaindex dev tests 19-Jul-24
88+
# if: ${{ needs.preconditions.outputs.is-langchain-dev-cron == 'true' || needs.preconditions.outputs.e2e_tests == 'true' }}
8789
uses: ./.github/workflows/_run_e2e_tests.yml
8890
secrets: inherit
8991
with:
@@ -98,7 +100,9 @@ jobs:
98100
langchain-astradev-tests:
99101
name: "LangChain dev / AstraDB dev"
100102
needs: ["preconditions"]
101-
if: ${{ needs.preconditions.outputs.is-langchain-dev-cron == 'true' }}
103+
if: ${{ false }}
104+
# disabled langchain & llamaindex dev tests 19-Jul-24
105+
# if: ${{ needs.preconditions.outputs.is-langchain-dev-cron == 'true' }}
102106
uses: ./.github/workflows/_run_e2e_tests.yml
103107
secrets: inherit
104108
with:
@@ -117,7 +121,9 @@ jobs:
117121
llamaindex-dse-tests:
118122
name: "LLamaIndex dev / DSE"
119123
needs: ["preconditions"]
120-
if: ${{ needs.preconditions.outputs.is-llamaindex-dev-cron == 'true' || needs.preconditions.outputs.e2e_tests == 'true' }}
124+
if: ${{ false }}
125+
# disabled langchain & llamaindex dev tests 19-Jul-24
126+
# if: ${{ needs.preconditions.outputs.is-llamaindex-dev-cron == 'true' || needs.preconditions.outputs.e2e_tests == 'true' }}
121127
uses: ./.github/workflows/_run_e2e_tests.yml
122128
secrets: inherit
123129
with:
@@ -132,7 +138,9 @@ jobs:
132138
llamaindex-astradev-tests:
133139
name: "LLamaIndex dev / AstraDB dev"
134140
needs: ["preconditions"]
135-
if: ${{ needs.preconditions.outputs.is-llamaindex-dev-cron == 'true' }}
141+
if: ${{ false }}
142+
# disabled langchain & llamaindex dev tests 19-Jul-24
143+
# if: ${{ needs.preconditions.outputs.is-llamaindex-dev-cron == 'true' }}
136144
uses: ./.github/workflows/_run_e2e_tests.yml
137145
secrets: inherit
138146
with:

0 commit comments

Comments
 (0)