Skip to content
Snippets Groups Projects
Commit f40a0a0c authored by Michal Kreps's avatar Michal Kreps
Browse files

- Update Gauss version for testing to v49r12

- Update release plan
parent 7496eb0d
Branches master
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ stages:
variables:
CMTCONFIG: x86_64-slc6-gcc49-opt
GAUSS_VERSION: v49r11
GAUSS_VERSION: v49r12
gen-options:
image: gitlab-registry.cern.ch/lhcb-core/lbdocker/slc6-build:latest
......
......@@ -2,10 +2,8 @@
The release plan with deadline for DecFiles over coming months is:
1. DecFiles v30r26 with deadline on Friday 9th November 2018 at 14:00.
1. DecFiles v30r27 with deadline on Friday 23rd November 2018 at 14:00.
1. DecFiles v30r28 with deadline on Friday 7th December 2018 at 14:00.
1. DecFiles v30r29 with deadline on Friday 19th December 2018 at 14:00.
1. DecFiles v30r28 with deadline on Friday 11th January 2019 at 14:00.
1. DecFiles v30r29 with deadline on Friday 25th Janary 2019 at 14:00.
Usually plan is to release on Monday or Tuesday after deadline. Merge requests created after deadline are not guaranteed to be accepted for this release.
......
......@@ -15,7 +15,7 @@ import logging
def testEventType(eventType, nevents=0):
'''Function, which runs actual test for given event type.'''
gaussVersion = 'v49r11'
gaussVersion = 'v49r12'
fullPath = sys.argv[0]
if fullPath[0] != '/':
fullPath = os.getcwd()+'/'+sys.argv[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment