- Feb 10, 2017
-
-
Julien Leduc authored
Adding Database and Objectstore deletion feature: I merged the wrong commit when moving cta-orchestration in CTA repo.
-
- Feb 09, 2017
-
-
Julien Leduc authored
Using lower case only for configmap keys as Eric had a problem with upper case with the same kubectl binary... Will be fine for everyone this way.
-
Steven Murray authored
Work for issue #65 EOS+CTA interface definition and implementation
-
Eric Cano authored
Those queues will hold in memory the addition of the archive requests from several threads and them all in one go, in order to limit contention and round trips on the object store.
-
Steven Murray authored
Work for issue #65 EOS+CTA interface definition and implementation
-
- Feb 08, 2017
-
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
Waiting for library configuration. If missing it leads to failed test: no drive tape or library available...
-
Eric Cano authored
-
Julien Leduc authored
-
- Feb 07, 2017
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
The targetted use case is truncation of long log parameters.
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
Cleaning up run scripts for containers: going along Dockerfile and in /opt/run/bin: /shared still available for local scripts developments.
-
Julien Leduc authored
-
Julien Leduc authored
DOCKER_LOGIN_USERNAME DOCKER_LOGIN_PASSWORD set in /etc/gitlab/gitlabregistry.txt managed by Puppet This is needed because gitlabregistry does not implement search. therefore, one needs to list images through gitlab curl API using JSON Web Token. This is needed for tests outside of CI, were one must deduce ctageneric docker image tag from commit ID, the format is <pipeline ID>git<commit ID> and while we have access to commit ID, we cannot guess pipeline ID. The idea is then to run the tests with the highest pipeline ID and the commit ID of HEAD.
-
Julien Leduc authored
simplify default run.sh because we simply do not use it. Does nothing but waits for pod termination...
-
- Feb 03, 2017
-
-
Eric Cano authored
-
- Feb 02, 2017
-
-
Steven Murray authored
-
- Feb 01, 2017
-
-
Eric Cano authored
The log line creation function Logger::writeLogMsg does not add the trailing newine. Instead, the overloads of reducedSyslog() do, il needed and after possible line truncation.
-
- Jan 31, 2017
-
-
Eric Cano authored
-
- Jan 19, 2017
-
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
prio set at 4 for jenkins EOS repo to allow tests against the latest EOS
-
- Jan 16, 2017
- Jan 12, 2017
-
-
Steven Murray authored
-
Eric Cano authored
This was a slight variation of the previous case (again a complain on mutex_destroy). https://st-ci.cern.ch/job/CTA-autotest/1034/consoleFull
-
- Jan 11, 2017
-
-
Eric Cano authored
Fix to #47: OStoreDB::getArchiveJobs() now returns an empty list for tape pools unknown to object store.
-
Eric Cano authored
The first 6 issues are about places where error conditions of the pthread mutexes are validated (And a suppression is required). The 7th one is about a race between the unlocking of the mutex itself and it deletion. We seupresed this error also.
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
This commit works towards fixing the following issue: https://gitlab.cern.ch/cta/CTA/issues/46 issues when creating 100+1000 files on eos-cta via Kubernetes setup
-
- Jan 10, 2017
-
-
Julien Leduc authored
-
Julien Leduc authored
Adding Valgrind to gitlab CI based on https://gitlab.cern.ch/dss/dss-ci-docker/blob/master/cta/autotest/Dockerfile dockerfile used in jenkins
-