[postgis-tickets] [PostGIS] #5215: gitlab-ci is not checking installs in 2.5 branch (was: gitlab-ci is not checking installs for branches 3.0 and 2.5)
PostGIS
trac at osgeo.org
Fri Aug 12 23:35:31 PDT 2022
#5215: gitlab-ci is not checking installs in 2.5 branch
------------------------+---------------------------
Reporter: strk | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.5.8
Component: buildbots | Version: 2.5.x
Resolution: | Keywords:
------------------------+---------------------------
Changes (by strk):
* summary: gitlab-ci is not checking installs for branches 3.0 and 2.5 =>
gitlab-ci is not checking installs in 2.5 branch
Old description:
> When using:
>
> ```
> make installcheck RUNTESTFLAGS=-v
> ```
>
> The RUNTESTFLAGS is fully set by user instead of being *appended_to*.
> This means the internal `--extension` switch won't be used, defeating the
> purpose of the `installcheck`.
>
> Note that this would work:
> ```
> RUNTESTFLAGS=-v make installcheck
> ```
>
> The gitlab-ci configuration in branches 2.5 and 3.0 is using the non-
> functional call, resulting in lack of install check and duplicated normal
> check.
>
> This was fixed from 3.1 onward, see commit
> [ae5e5a8f816b70d82d43964bb81395c1b685ec29/git]
New description:
When using:
```
make installcheck RUNTESTFLAGS=-v
```
The RUNTESTFLAGS is fully set by user instead of being *appended_to*.
This means the internal `--extension` switch won't be used, defeating the
purpose of the `installcheck`.
Note that this would work:
```
RUNTESTFLAGS=-v make installcheck
```
The gitlab-ci configuration in branch 2.5 is using the non-functional
call, resulting in lack of install check and duplicated normal check.
This was fixed from 3.0 onward, see commit
[ae5e5a8f816b70d82d43964bb81395c1b685ec29/git]
--
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5215#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list