83
83
langchain-dse-tests :
84
84
name : " LangChain dev / DSE"
85
85
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' }}
87
89
uses : ./.github/workflows/_run_e2e_tests.yml
88
90
secrets : inherit
89
91
with :
98
100
langchain-astradev-tests :
99
101
name : " LangChain dev / AstraDB dev"
100
102
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' }}
102
106
uses : ./.github/workflows/_run_e2e_tests.yml
103
107
secrets : inherit
104
108
with :
@@ -117,7 +121,9 @@ jobs:
117
121
llamaindex-dse-tests :
118
122
name : " LLamaIndex dev / DSE"
119
123
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' }}
121
127
uses : ./.github/workflows/_run_e2e_tests.yml
122
128
secrets : inherit
123
129
with :
@@ -132,7 +138,9 @@ jobs:
132
138
llamaindex-astradev-tests :
133
139
name : " LLamaIndex dev / AstraDB dev"
134
140
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' }}
136
144
uses : ./.github/workflows/_run_e2e_tests.yml
137
145
secrets : inherit
138
146
with :
0 commit comments