Skip to content

Commit

Permalink
Merge pull request #550 from jmakai/patch-3
Browse files Browse the repository at this point in the history
[CI] releases can be run from web and for tags
  • Loading branch information
simonmichal committed Jul 27, 2017
2 parents 61e17de + e2de637 commit 3eee8c8
Showing 1 changed file with 32 additions and 14 deletions.
46 changes: 32 additions & 14 deletions .gitlab-ci.yml
Expand Up @@ -26,7 +26,8 @@ xrootd_rpm_cc7:
tags:
- docker-cc7
only:
- branches
- master
- /^stable-.*$/

xrootd_rpm_slc6:
stage: build:rpm
Expand All @@ -49,7 +50,8 @@ xrootd_rpm_slc6:
tags:
- docker-slc6
only:
- branches
- master
- /^stable-.*$/

xrootd_rpm_fcrh:
stage: build:rpm
Expand All @@ -72,7 +74,8 @@ xrootd_rpm_fcrh:
tags:
- docker-fc_rawhide
only:
- branches
- master
- /^stable-.*$/

xrootd_rpm_fc26:
stage: build:rpm
Expand All @@ -95,7 +98,8 @@ xrootd_rpm_fc26:
tags:
- docker-fc_rawhide
only:
- branches
- master
- /^stable-.*$/

xrootd_rpm_fc25:
stage: build:rpm
Expand All @@ -118,7 +122,8 @@ xrootd_rpm_fc25:
tags:
- docker-fc25
only:
- branches
- master
- /^stable-.*$/

xrootd_rpm_fc24:
stage: build:rpm
Expand All @@ -141,7 +146,8 @@ xrootd_rpm_fc24:
tags:
- docker-fc25
only:
- branches
- master
- /^stable-.*$/

xrootd_tgz_macosx:
stage: build:rpm
Expand All @@ -164,8 +170,8 @@ xrootd_tgz_macosx:
tags:
- macosx-shell
only:
- branches
- tags
- master
- /^stable-.*$/

xrootd_release_cc7:
stage: build:rpm
Expand All @@ -184,7 +190,9 @@ xrootd_release_cc7:
tags:
- shell-with-docker
only:
- tags
- web
except:
- branches

xrootd_release_slc6:
stage: build:rpm
Expand All @@ -203,7 +211,9 @@ xrootd_release_slc6:
tags:
- shell-with-docker
only:
- tags
- web
except:
- branches

xrootd_release_fcrh:
stage: build:rpm
Expand All @@ -222,7 +232,9 @@ xrootd_release_fcrh:
tags:
- coverity
only:
- tags
- web
except:
- branches

xrootd_release_fc24:
stage: build:rpm
Expand All @@ -241,7 +253,9 @@ xrootd_release_fc24:
tags:
- coverity
only:
- tags
- web
except:
- branches

xrootd_release_fc23:
stage: build:rpm
Expand All @@ -260,7 +274,9 @@ xrootd_release_fc23:
tags:
- coverity
only:
- tags
- web
except:
- branches

xrootd_biweekly_cc7:
stage: build:rpm
Expand Down Expand Up @@ -374,7 +390,9 @@ xrootd_publish_artifacts_release:
tags:
- docker-slc6
only:
- tags
- web
except:
- branches

xrootd_publish_artifacts_biweekly:
stage: publish
Expand Down

0 comments on commit 3eee8c8

Please sign in to comment.