Skip to content

Commit

Permalink
Delete COMPLETED_BRIDGE_API_METHODS constant ( run all postgrest test…
Browse files Browse the repository at this point in the history
…s by folders )
  • Loading branch information
Michał Kudela committed Nov 4, 2024
1 parent 556ebd9 commit 917e6b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ include:
bridge_api_patterns/ \
api_smoketest_bridge.xml \
$RUNNER_PYTEST_WORKERS \
"auto" \
${COMPLETED_BRIDGE_API_METHODS:-}
"auto"
echo -e "\e[0Ksection_end:$(date +%s):bridge_api_smoketest\r\e[0K"
.bridge_api_smoketest_negative-script: &bridge_api_smoketest_negative-script
Expand All @@ -108,8 +107,7 @@ include:
bridge_api_negative/ \
api_smoketest_bridge_negative.xml \
$RUNNER_PYTEST_WORKERS \
"auto" \
${COMPLETED_BRIDGE_API_METHODS:-}
"auto"
echo -e "\e[0Ksection_end:$(date +%s):bridge_api_smoketest_negative\r\e[0K"
.condenser_api_smoketest-script: &condenser_api_smoketest-script
Expand Down Expand Up @@ -654,7 +652,6 @@ e2e_benchmark_on_postgrest:
# TODO: As you complete the migration of methods to SQL, uncomment variables and add finished method names.
# Missing variable enables the entire test group.
RUN_TESTS_WITH_MARKER: "postgrest_ready and not postgrest_ignore"
COMPLETED_BRIDGE_API_METHODS: "get_community,get_community_context,get_post,get_payout_stats,get_account_posts,get_relationship_between_accounts,unread_notifications,get_ranked_posts,account_notifications,post_notifications,list_subscribers,get_trending_topics,list_communities,get_discussion,get_post_header,get_profile,does_user_follow_any_lists,get_follow_list,list_community_roles,list_all_subscriptions,list_pop_communities"
script:
- |
echo "HAF image name $HAF_IMAGE_NAME"
Expand Down

0 comments on commit 917e6b3

Please sign in to comment.