Skip to content

Commit a95c033

Browse files
committed
Stop making reroute optional
It's a pulpcore feature since 3.18. All plugins should do that by now.
1 parent d5afb4c commit a95c033

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

plugin-template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ DEFAULT_SETTINGS = {
145145
"test_gcp": False,
146146
"test_lowerbounds": True,
147147
"test_performance": False,
148-
"test_reroute": True,
149148
"test_s3": False,
150149
"use_issue_template": True,
151150
}

templates/github/.github/workflows/scripts/before_install.sh.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ if [[ "$TEST" = "lowerbounds" ]]; then
4545
python3 .ci/scripts/calc_constraints.py {% if setup_py -%} requirements.txt {% else -%} pyproject.toml {% endif -%} > lowerbounds_constraints.txt
4646
fi
4747

48-
{%- if test_reroute %}
4948
export PULP_API_ROOT=$(test "${TEST}" = "s3" && echo "/rerouted/djnd/" || echo "{{ api_root }}")
50-
{%- else %}
51-
export PULP_API_ROOT="{{ api_root }}"
52-
{%- endif %}
5349

5450
echo "PULP_API_ROOT=${PULP_API_ROOT}" >> "$GITHUB_ENV"
5551

0 commit comments

Comments
 (0)