Skip to content
Snippets Groups Projects

Stricter Gating for the TDCFs

Merged Aaron Viets requested to merge aaron-viets/gstlal-calibration:stricter-TDCF-gating into main
+ 15
0
@@ -49,6 +49,11 @@ dist:
@@ -49,6 +49,11 @@ dist:
- ./00init.sh
- ./00init.sh
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- make dist
- make dist
 
rules:
 
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
 
when: always
 
- if: $CI_PIPELINE_SOURCE == "push"
 
when: always
artifacts:
artifacts:
paths:
paths:
- gstlal-calibration-*.tar.*
- gstlal-calibration-*.tar.*
@@ -64,6 +69,11 @@ srpm:
@@ -64,6 +69,11 @@ srpm:
variables:
variables:
TARBALL: "gstlal-calibration-*.tar.*"
TARBALL: "gstlal-calibration-*.tar.*"
image: igwn/builder:el8-testing
image: igwn/builder:el8-testing
 
rules:
 
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
 
when: always
 
- if: $CI_PIPELINE_SOURCE == "push"
 
when: always
# Build rpms
# Build rpms
build:
build:
@@ -77,6 +87,11 @@ build:
@@ -77,6 +87,11 @@ build:
RPM_BUILD_CPUS: 4
RPM_BUILD_CPUS: 4
needs:
needs:
- srpm
- srpm
 
rules:
 
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
 
when: always
 
- if: $CI_PIPELINE_SOURCE == "push"
 
when: always
# Lint rpms
# Lint rpms
rpmlint:
rpmlint:
Loading