Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] normal builds not running for biweekly + new machine #551

Merged
merged 1 commit into from
Aug 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 29 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ xrootd_rpm_cc7:
only:
- master
- /^stable-.*$/
except:
- tags
- schedules

xrootd_rpm_slc6:
stage: build:rpm
Expand All @@ -52,6 +55,9 @@ xrootd_rpm_slc6:
only:
- master
- /^stable-.*$/
except:
- tags
- schedules

xrootd_rpm_fcrh:
stage: build:rpm
Expand All @@ -76,6 +82,9 @@ xrootd_rpm_fcrh:
only:
- master
- /^stable-.*$/
except:
- tags
- schedules

xrootd_rpm_fc26:
stage: build:rpm
Expand All @@ -100,6 +109,9 @@ xrootd_rpm_fc26:
only:
- master
- /^stable-.*$/
except:
- tags
- schedules

xrootd_rpm_fc25:
stage: build:rpm
Expand All @@ -124,6 +136,9 @@ xrootd_rpm_fc25:
only:
- master
- /^stable-.*$/
except:
- tags
- schedules

xrootd_rpm_fc24:
stage: build:rpm
Expand All @@ -148,6 +163,9 @@ xrootd_rpm_fc24:
only:
- master
- /^stable-.*$/
except:
- tags
- schedules

xrootd_tgz_macosx:
stage: build:rpm
Expand All @@ -172,6 +190,9 @@ xrootd_tgz_macosx:
only:
- master
- /^stable-.*$/
except:
- tags
- schedules

xrootd_release_cc7:
stage: build:rpm
Expand Down Expand Up @@ -209,7 +230,7 @@ xrootd_release_slc6:
paths:
- slc-6/
tags:
- shell-with-docker
- coverity
only:
- web
except:
Expand Down Expand Up @@ -251,7 +272,7 @@ xrootd_release_fc24:
paths:
- fc-24/
tags:
- coverity
- xrootd-shell
only:
- web
except:
Expand All @@ -272,7 +293,7 @@ xrootd_release_fc23:
paths:
- fc-23/
tags:
- coverity
- xrootd-shell
only:
- web
except:
Expand Down Expand Up @@ -353,6 +374,8 @@ xrootd_publish_artifacts_master:
- docker-slc6
only:
- master
except:
- schedules

xrootd_publish_artifacts_stable:
stage: publish
Expand All @@ -370,6 +393,9 @@ xrootd_publish_artifacts_stable:
- docker-slc6
only:
- /^stable-.*$/
except:
- tags
- schedules

xrootd_publish_artifacts_release:
stage: publish
Expand Down