File tree Expand file tree Collapse file tree
templates/github/.github/workflows/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
4646fi
4747
48- {%- if test_reroute %}
4948export PULP_API_ROOT=$( test " ${TEST} " = " s3" && echo " /rerouted/djnd/" || echo " {{ api_root }}" )
50- {%- else %}
51- export PULP_API_ROOT=" {{ api_root }}"
52- {%- endif %}
5349
5450echo " PULP_API_ROOT=${PULP_API_ROOT} " >> " $GITHUB_ENV "
5551
You can’t perform that action at this time.
0 commit comments