Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Nov 13, 2019
    • Marek Szuba's avatar
      .gitlab-ci.yml: Switch to our own Docker images · d1eee77c
      Marek Szuba authored
      By building our own images with common dependencies already installed,
      we can make actual test runs faster and less wasteful. That said, do
      keep directives for installing dependencies here in case of some of them
      having been updated since the last rebuild of the images.
      d1eee77c
    • Marek Szuba's avatar
      .gitlab-ci.yml: Do not launch MySQL or run before_script for non-test jobs · a8412973
      Marek Szuba authored
      That way the runner will not waste time on installing Ensembl
      dependencies in containers used to launch trigger-dependent-build.sh
      a8412973
    • Marek Szuba's avatar
      .gitlab-ci.yml: improve and extend downstream triggering · 25b292a9
      Marek Szuba authored
      1. Apply lessons learned from experiments with ensembl-test regarding
         the use of variables in trigger:project;
      2. Remove 'trigger' from the template altogether, that way we will be
         able to use it for downstream jobs on both GitLab-CI (which will use
         triggering) and Travis (which will call a script);
      3. Add a job to trigger dependent builds on Travis, with hopefully all
         required environment variables assigned the values of their GitLab-CI
         counterparts.
      25b292a9
  2. Nov 08, 2019
  3. Nov 07, 2019
  4. Nov 06, 2019
    • Marek Szuba's avatar
      Patch test databases · 364a320b
      Marek Szuba authored
      Source: master branches of all relevant Ensembl repositories as of 10:00
      today. This brings all test databases at hand to schema version 100.
      364a320b
  5. Nov 05, 2019
  6. Oct 31, 2019
  7. Oct 21, 2019
  8. Oct 18, 2019
  9. Oct 16, 2019
  10. Oct 15, 2019
  11. Sep 26, 2019
  12. Sep 18, 2019
  13. Sep 17, 2019
  14. Sep 16, 2019
  15. Sep 11, 2019
  16. Sep 03, 2019
  17. Aug 30, 2019
  18. Aug 29, 2019
    • Marek Szuba's avatar
      Travis: reactivate warnings about different API and schema versions · 81adf690
      Marek Szuba authored
      Since the Operations meeting on 2019-08-27 the bumping of Ensembl API
      and DB-schema version numbers has been an Ensembl-wide policy.
      Therefore, have Travis take notice of possible discrepancies in this
      respect.
      
      Note that simply removing the before_script line creating the file
      disabling these checks is in general NOT sufficient - it might have
      been left behind by a previous build in the event of runner re-use. It
      is safer to make sure it does not exist regardless of initial conditions
      of the runner.
      81adf690