From 6de58855bc3ef8ddd885f2e283779ab5346f383d Mon Sep 17 00:00:00 2001 From: heinpa Date: Thu, 27 Jun 2024 06:43:21 +0200 Subject: [PATCH] temporarily disable build-component Remove this step for faster testing of autodeployment --- .github/workflows/autodeployment.yml | 11 ++++++----- .../{qb-kgqanwrapper => qb-kgqanwrapper-dbpedia} | 2 -- service_config/files/qb-kgqanwrapper-wikidata | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-) rename service_config/files/{qb-kgqanwrapper => qb-kgqanwrapper-dbpedia} (78%) create mode 100644 service_config/files/qb-kgqanwrapper-wikidata diff --git a/.github/workflows/autodeployment.yml b/.github/workflows/autodeployment.yml index 26c0b93..0119bc4 100644 --- a/.github/workflows/autodeployment.yml +++ b/.github/workflows/autodeployment.yml @@ -7,11 +7,12 @@ on: jobs: test-component: uses: ./.github/workflows/test-component.yml - build-component: - needs: test-component - uses: ./.github/workflows/build-component.yml - secrets: inherit + # build-component: + # needs: test-component + # uses: ./.github/workflows/build-component.yml + # secrets: inherit deploy-component: - needs: build-component + # needs: build-component + needs: test-component uses: ./.github/workflows/deploy-component.yml secrets: inherit diff --git a/service_config/files/qb-kgqanwrapper b/service_config/files/qb-kgqanwrapper-dbpedia similarity index 78% rename from service_config/files/qb-kgqanwrapper rename to service_config/files/qb-kgqanwrapper-dbpedia index 88769a7..2cfcc3c 100644 --- a/service_config/files/qb-kgqanwrapper +++ b/service_config/files/qb-kgqanwrapper-dbpedia @@ -1,7 +1,5 @@ SPRING_BOOT_ADMIN_URL=http://demos.swe.htwk-leipzig.de:40111/ SERVER_HOST=http://demos.swe.htwk-leipzig.de SERVER_PORT=40175 -SPRING_BOOT_ADMIN_USERNAME=admin -SPRING_BOOT_ADMIN_PASSWORD=admin SERVICE_NAME_COMPONENT=QB-KGQAn-DBpedia SERVICE_DESCRIPTION_COMPONENT="Answers questions using KGQAn over DBpedia" diff --git a/service_config/files/qb-kgqanwrapper-wikidata b/service_config/files/qb-kgqanwrapper-wikidata new file mode 100644 index 0000000..0632fad --- /dev/null +++ b/service_config/files/qb-kgqanwrapper-wikidata @@ -0,0 +1,5 @@ +SPRING_BOOT_ADMIN_URL=http://demos.swe.htwk-leipzig.de:40111/ +SERVER_HOST=http://demos.swe.htwk-leipzig.de +SERVER_PORT=40176 +SERVICE_NAME_COMPONENT=QB-KGQAn-Wikidata +SERVICE_DESCRIPTION_COMPONENT="Answers questions using KGQAn over Wikidata"