From 20101beb209a280f79927cae4e68470ec5d08c33 Mon Sep 17 00:00:00 2001 From: ABW <andrzejl@syncad.com> Date: Mon, 14 Sep 2020 21:14:52 +0200 Subject: [PATCH] [ABW]: tests rebound to version that has no more condenser_api tests in old scheme (with common .yaml) --- .gitlab-ci.yaml | 10 ---------- tests/tests_api | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index 2f0082f4e..c233c3bc9 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -204,16 +204,6 @@ bridge_api_smoketest_negative: reports: junit: api_smoketest_bridge_negative.xml -condenser_api_smoketest_old: - <<: *common_api_smoketest_job - - script: - - scripts/ci_start_api_smoketest.sh localhost "$HIVEMIND_HTTP_PORT" test_condenser_api_patterns.tavern.yaml api_smoketest_condenser_api_old.xml - - artifacts: - reports: - junit: api_smoketest_condenser_api_old.xml - condenser_api_smoketest: <<: *common_api_smoketest_job diff --git a/tests/tests_api b/tests/tests_api index 3189c96ae..cd06a34b9 160000 --- a/tests/tests_api +++ b/tests/tests_api @@ -1 +1 @@ -Subproject commit 3189c96ae5a3e076296aa4b1f1e37318d6567bf0 +Subproject commit cd06a34b967ee0fa38ded3a99ac523bb5958e833 -- GitLab