From 7de9c4bd673181833f6adef3d6cdd8a3dd0d32a9 Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Tue, 3 Dec 2024 10:27:13 +0200 Subject: [PATCH] adding langchain to test suite --- test/run-upstream | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run-upstream b/test/run-upstream index 5ff06591..854a9da1 100755 --- a/test/run-upstream +++ b/test/run-upstream @@ -26,6 +26,7 @@ test_client_faas test_client_cloudevents test_client_fastify test_client_pino +test_client_langchain " readonly EXPRESS_REVISION="${EXPRESS_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show express version)}" @@ -44,6 +45,8 @@ readonly CLOUDEVENTS_REVISION="v${CLOUDEVENTS_REVISION:-$(docker run --rm "${IMA readonly CLOUDEVENTS_REPO="https://github.com/cloudevents/sdk-javascript.git" readonly FASTIFY_REVISION="v${FASTIFY_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show fastify version)}" readonly FASTIFY_REPO="https://github.com/fastify/fastify.git" +readonly LANGCHAIN_REVISION=v"${LANGCHAIN_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show langchain version)}" +readonly LANGCHAIN_REPO="https://github.com/langchain-ai/langchainjs" # Since we built the candidate image locally, we don't want S2I attempt to pull # it from a registry