You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Introduction

The software comprising the pipeline and what it runs is under configuration control. After baselining the code, all modifications to the running code will need to be approved by the Change Control Board. The purpose of configuration control is to understand the code content that affects processing results, and to maximize system uptime by vetting changes that affect reliability.

Process

Proposed changes will be submitted to the CCB with an explanation of the need, changes and consequences. These will be recorded in blogs (labeled sassoccb) in this confluence space. Approval will be recorded here also. Consideration and approval may be done via email, evo meeting or phone depending on the urgency of the request. We will start off by requiring unanimous approval from the board members for the action to be approved.

The need should be recorded in JIRA issues, with a trail through to resolution of the issue.

The software under control is the pipeline itself (database, pipeline code and user interfaces) and all scripts and executables run by the pipeline for Level 1 processing and ASP. This includes Science Ops and SAS code.

 Once we have approved the request internally, we will forward it to the Mission Office, where a 24 hour turnaround is promised. The request will be made with this form.

GlastRelease package

A tagged release of GlastRelease will form the core of reconstruction code run in the pipeline. Changes to this release would be performed on a branch in cvs. Inclusion of the tagged packages will be proposed to the gatekeeper (Heather Kelly) who will prepare new releases. These are based on tested GlastRelease releases as much as possible. System tests will be run. There should be an Science Ops meeting presentation demonstrating the evidence - system tests plus jira issues. Indviduals should represent their changes at these meetings (note: this did not work in I&T!)

ScienceTools package

A tagged release of ScienceTools will form the core of Level 2 ASP code run in the pipeline. Changes to this release would be performed on a branch in cvs. Inclusion of the tagged packages will be proposed to the gatekeeper (Jim Chiang) who will prepare new releases. These are based on tested ScienceTools releases as much as possible.

Other elements

The Science Ops and ASP scripts and pipeline front and back ends are more procedural pieces, not affecting the results; only the operability of the system.

We are attempting a slightly different QA approach here - document all changes with jira issues, and have an expert client verify the changes work on dev servers. Requests with such qualifications can receive expedited approval.

Automated Science Processing (ASP)

The software and infrastructure that supports ASP consists of

  • Oracle database tables. These contain the configuration information (i.e., thresholds, response functions to use, information from external catalogs) and science results that will be made available to the public and to the collaboration.
  • ScienceTools build. This is a specific release version of the ScienceTools package against which the compiled parts of the ASP code are built and which provides the exectuables that are driven in the ASP scripts.
  • ASP package. This is a collection of subpackages, comprising python scripts, compiled C++ code, and xml pipeline task definitions, that are the core of the ASP functionality. Everything is under CVS control, and are tracked using the same tagging conventions and organization as other elements of the ground software system (e.g., ScienceTools, GlastRelease, etc.). The specific versions of the various sub-packages are defined in the ASP checkout package, which in turn is tagged and defines a release version.
  • ASP Data Viewer web application. This is the interface that presents the analysis results to the collaboration and the public.
  • External software pacakges. Most external packages are available through the ScienceTools external libraries. The following are ASP-specific:
    • CMT v18r...
    • cx_Oracle
    • pylab

Testing changes:

  • All changes will be tested in the DEV versions of the pipeline and database tables.

Board Members

The board is composed of Richard Dubois (chair), Eduardo do Couto e Silva , Bill Atwood and Steve Ritz (to be revised).

CCB Actions List

CCB Actions

  • No labels