Project

General

Profile

Actions

Feature #17505

closed

cwlviewer update

Added by Ward Vandewege almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-

Description

Michael pointed out in the cwl channel that there is a code update waiting to be tested and deployed:

https://github.com/common-workflow-language/cwlviewer/commit/6347e811536f7377a72eb2d83eed62955aa78523

Testing is still configured for Travis so that is broken. Test manually then deploy.


Related issues

Related to Arvados - Support #16926: CWL viewerResolvedWard Vandewege10/01/2020Actions
Actions #1

Updated by Ward Vandewege almost 3 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Ward Vandewege almost 3 years ago

  • Description updated (diff)
Actions #3

Updated by Ward Vandewege almost 3 years ago

Actions #4

Updated by Ward Vandewege almost 3 years ago

Before making any changes:

Running from commit 689276e8191ab0c2a689e22d74d4495a1c894b6e on branch update-data-controller.

Docker images in use:

cwlviewer_spring                   latest             dea6d4f3880f   2 months ago     593MB
mongo                              3.4                f76f959b2a49   14 months ago    431MB
stain/jena-fuseki                  3.4.0              8b3bd8b04bf5   3 years ago      143MB
CONTAINER ID   IMAGE                     COMMAND                  CREATED       STATUS       PORTS                    NAMES
eb5b4ec6f5b5   cwlviewer_spring          "/usr/local/bin/mvn-…"   8 weeks ago   Up 8 weeks   0.0.0.0:8080->8080/tcp   cwlviewer_spring_1
60ca956df675   stain/jena-fuseki:3.4.0   "/docker-entrypoint.…"   8 weeks ago   Up 8 weeks   3030/tcp                 cwlviewer_sparql_1
ecaceb4944e9   mongo:3.4                 "docker-entrypoint.s…"   8 weeks ago   Up 12 days   27017/tcp                cwlviewer_mongo_1

I updated the source at /usr/src/cwlviewer to the latest from main (with our local change to docker-compose.yaml to run from source, and then rebuilt:

# docker-compose build

After that:

# REPOSITORY                         TAG                IMAGE ID       CREATED          SIZE
cwlviewer_spring                   latest             8a79d13262d5   50 seconds ago   593MB

And to restart:

# systemctl restart docker-compose@cwlviewer.service
# docker ps
CONTAINER ID   IMAGE                     COMMAND                  CREATED         STATUS         PORTS                    NAMES
0a3a3a72202c   cwlviewer_spring          "/usr/local/bin/mvn-…"   2 minutes ago   Up 2 minutes   0.0.0.0:8080->8080/tcp   cwlviewer_spring_1
96afa5a624f5   mongo:3.4                 "docker-entrypoint.s…"   2 minutes ago   Up 2 minutes   27017/tcp                cwlviewer_mongo_1
90caef5363d0   stain/jena-fuseki:3.4.0   "/docker-entrypoint.…"   2 minutes ago   Up 2 minutes   3030/tcp                 cwlviewer_sparql_1

New image


REPOSITORY                         TAG                IMAGE ID       CREATED          SIZE
cwlviewer_spring                   latest             8a79d13262d5   50 seconds ago   593MB
Actions #5

Updated by Ward Vandewege almost 3 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF