Page MenuHomeSoftware Heritage
Feed Advanced Search

Mar 28 2022

ardumont triaged T4105: Push maven-index-exporter image to docker hub as Normal priority.
Mar 28 2022, 6:36 PM · Maven lister, System administration, Continuous Integration

Mar 16 2022

olasd added a comment to T3958: Improve developer-facing automation.

Cypress parallel testing references:

Mar 16 2022, 2:19 PM · Continuous Integration, System administration

Feb 18 2022

douardda updated the task description for T3958: Improve developer-facing automation.
Feb 18 2022, 12:20 PM · Continuous Integration, System administration
douardda triaged T3958: Improve developer-facing automation as Normal priority.
Feb 18 2022, 12:19 PM · Continuous Integration, System administration

Jan 4 2022

zack closed T3260: publish swh.dataset to pypi as Resolved.
Jan 4 2022, 1:42 PM · Continuous Integration, Datasets

Dec 16 2021

ardumont closed T3812: Fix builds broken by mypy 0.920 as Resolved.
Dec 16 2021, 4:56 PM · Continuous Integration
ardumont updated subscribers of T3812: Fix builds broken by mypy 0.920.

Issue upstream closed.
Mostly all swh repository (besides loader-bzs which @Alphare will take care of) are back to green now.

Dec 16 2021, 4:56 PM · Continuous Integration
ardumont added a revision to T3812: Fix builds broken by mypy 0.920: D6859: Pin mypy and drop type annotations which makes mypy unhappy.
Dec 16 2021, 4:19 PM · Continuous Integration
ardumont added a revision to T3812: Fix builds broken by mypy 0.920: D6857: Pin mypy and drop type annotations which makes mypy unhappy.
Dec 16 2021, 4:03 PM · Continuous Integration
ardumont added a revision to T3812: Fix builds broken by mypy 0.920: D6856: Pin mypy and drop type annotations which makes mypy unhappy.
Dec 16 2021, 3:48 PM · Continuous Integration
ardumont added a revision to T3812: Fix builds broken by mypy 0.920: D6855: Pin mypy and drop type annotations which makes mypy unhappy.
Dec 16 2021, 3:19 PM · Continuous Integration
ardumont added a revision to T3812: Fix builds broken by mypy 0.920: D6854: Drop unnecessary type annotation to fix mypy 0.920 issue.
Dec 16 2021, 2:54 PM · Continuous Integration
ardumont added a comment to T3812: Fix builds broken by mypy 0.920.

It was suggested to drop the type annotation in those files [1].

Dec 16 2021, 2:28 PM · Continuous Integration
olasd renamed T3812: Fix builds broken by mypy 0.920 from Fix jenkins builds to Fix builds broken by mypy 0.920.
Dec 16 2021, 2:23 PM · Continuous Integration
ardumont added a revision to T3812: Fix builds broken by mypy 0.920: D6853: Pin mypy and drop type annotations which makes mypy unhappy.
Dec 16 2021, 2:22 PM · Continuous Integration
ardumont updated the task description for T3812: Fix builds broken by mypy 0.920.
Dec 16 2021, 12:40 PM · Continuous Integration
ardumont triaged T3812: Fix builds broken by mypy 0.920 as Normal priority.
Dec 16 2021, 12:40 PM · Continuous Integration

Dec 1 2021

zack moved T2054: CI: ImportMismatchError when running on swh-graph from Backlog to Deployed on the Compressed graph service board.
Dec 1 2021, 4:35 PM · Compressed graph service, Continuous Integration
zack moved T2055: swh-graph CI hangs badly when py4j doesn't find needed files from Backlog to Deployed on the Compressed graph service board.
Dec 1 2021, 4:35 PM · Continuous Integration, Compressed graph service
zack moved T2768: unbreak swh-graph CI from Backlog to Deployed on the Compressed graph service board.
Dec 1 2021, 4:34 PM · Continuous Integration, Compressed graph service

Jul 7 2021

anlambert added a comment to T3423: Execute cypress tests in parallel on Jenkins.

After some hacks on the current Jenkins pipeline for swh-web to test if it was feasible, I managed to setup the use of sorry-cypress but could not run multiple cypress in parallel as Jenkins pipelines forbid nested parallel stages.
So this would require setting up a dedicated pipeline build job for cypress tests as currently Python and cypress tests are executed in parallel in a single job.

Jul 7 2021, 2:40 PM · Continuous Integration, Web app

Jul 6 2021

anlambert updated the task description for T3423: Execute cypress tests in parallel on Jenkins.
Jul 6 2021, 2:09 PM · Continuous Integration, Web app
anlambert triaged T3423: Execute cypress tests in parallel on Jenkins as Normal priority.
Jul 6 2021, 2:03 PM · Continuous Integration, Web app

May 19 2021

anlambert closed T3326: docker tests on Jenkins: error while removing network as Resolved.

Issue is now solved, closing this.

May 19 2021, 11:19 AM · Continuous Integration, Docker environment
ardumont added a comment to T3326: docker tests on Jenkins: error while removing network.

awesome, thanks :)

May 19 2021, 9:22 AM · Continuous Integration, Docker environment

May 18 2021

vsellier added a comment to T3326: docker tests on Jenkins: error while removing network.

and the build is green ;)

May 18 2021, 7:07 PM · Continuous Integration, Docker environment
anlambert added a comment to T3326: docker tests on Jenkins: error while removing network.
16:50:52 ============================= test session starts ==============================
16:50:52 platform linux -- Python 3.7.3, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
16:50:52 cachedir: .tox/py3/.pytest_cache
16:50:52 rootdir: /var/lib/jenkins/workspace/swh-docker-dev/docker
16:50:52 plugins: testinfra-6.3.0, testinfra-6.0.0
16:50:52 collected 7 items
16:50:52 
16:50:52 tests/test_deposit.py .....                                              [ 71%]
16:53:13 tests/test_git_loader.py .                                               [ 85%]
May 18 2021, 6:57 PM · Continuous Integration, Docker environment
vsellier added a comment to T3326: docker tests on Jenkins: error while removing network.

thanks for having investigated that

May 18 2021, 6:49 PM · Continuous Integration, Docker environment
anlambert added a comment to T3326: docker tests on Jenkins: error while removing network.

So the docker_default network did not get removed since April 20, 2021, see docker network inspect docker_default output below:

15:07:16 [
15:07:16     {
15:07:16         "Name": "docker_default",
15:07:16         "Id": "a0145eb2f5b3f055bfafce7a88289346c4668f3a19f2544122267272cd96f7b3",
15:07:16         "Created": "2021-04-20T02:57:51.141593622Z",
15:07:16         "Scope": "local",
15:07:16         "Driver": "bridge",
15:07:16         "EnableIPv6": false,
15:07:16         "IPAM": {
15:07:16             "Driver": "default",
15:07:16             "Options": null,
15:07:16             "Config": [
15:07:16                 {
15:07:16                     "Subnet": "172.28.0.0/16",
15:07:16                     "Gateway": "172.28.0.1"
15:07:16                 }
15:07:16             ]
15:07:16         },
15:07:16         "Internal": false,
15:07:16         "Attachable": true,
15:07:16         "Ingress": false,
15:07:16         "ConfigFrom": {
15:07:16             "Network": ""
15:07:16         },
15:07:16         "ConfigOnly": false,
15:07:16         "Containers": {},
15:07:16         "Options": {},
15:07:16         "Labels": {
15:07:16             "com.docker.compose.network": "default",
15:07:16             "com.docker.compose.project": "docker",
15:07:16             "com.docker.compose.version": "1.29.1"
15:07:16         }
15:07:16     }
15:07:16 ]
May 18 2021, 5:18 PM · Continuous Integration, Docker environment

May 12 2021

anlambert triaged T3326: docker tests on Jenkins: error while removing network as Normal priority.
May 12 2021, 1:46 PM · Continuous Integration, Docker environment
anlambert created T3326: docker tests on Jenkins: error while removing network.
May 12 2021, 1:46 PM · Continuous Integration, Docker environment

May 10 2021

anlambert added a comment to T3258: Build documentation on every diff.

We should also build the whole documentation when submitting a diff to swh-docs, some sphinx errors not related to packages documentation could be caught this way (see https://jenkins.softwareheritage.org/job/DDOC/job/dev/5700/artifact/swh-docs/docs/errors.log)

May 10 2021, 12:08 PM · Continuous Integration, Development environment, Documentation

May 5 2021

vsellier closed T3307: apidoc generation is not performed on swh modules during dev build as Resolved.
May 5 2021, 2:52 PM · Continuous Integration, Documentation
vsellier added a comment to T3307: apidoc generation is not performed on swh modules during dev build.

@anlambert I didn't succeed to work with link to the modules, but I found another way with a standard installation (i.e without the -e flag) we can force with a flag on the ci (cf D5681).
I really not sure if it's the good approach or not.

May 5 2021, 1:09 PM · Continuous Integration, Documentation
vsellier added a revision to T3307: apidoc generation is not performed on swh modules during dev build: D5681: Add support to not install the dev modules in editable mode.
May 5 2021, 1:06 PM · Continuous Integration, Documentation
vsellier renamed T3307: apidoc generation is not performed on swh modules during dev build from swh dependencies not installed during dev build to apidoc generation is not performed on swh modules during dev build.
May 5 2021, 11:36 AM · Continuous Integration, Documentation
vsellier added a comment to T3307: apidoc generation is not performed on swh modules during dev build.

thanks a lot @anlambert, I will look in that direction

May 5 2021, 11:27 AM · Continuous Integration, Documentation
anlambert added a comment to T3307: apidoc generation is not performed on swh modules during dev build.

@vsellier, you should be able to create the required symbolic links by adding an extra step in the apidoc-stamp make target.

May 5 2021, 11:25 AM · Continuous Integration, Documentation
vsellier added a comment to T3307: apidoc generation is not performed on swh modules during dev build.

Aparrently, the modules are well installed but the sphinx-apidoc is not detecting them due to the local installation

jenkins@4e5220b923d8:~/workspace/swh-environment/swh-docs$ .tox/sphinx-dev/bin/python3 -m pip list | grep swh
swh.auth                      0.5.4                           /home/jenkins/workspace/swh-environment/swh-auth
swh.core                      0.13.2.dev1+g7d42035            /home/jenkins/workspace/swh-environment/swh-core
swh.counters                  0.7.1.dev1+g6a44a84             /home/jenkins/workspace/swh-environment/swh-counters
swh.deposit                   0.13.6                          /home/jenkins/workspace/swh-environment/swh-deposit
swh.docs                      0.0.1.dev334+g044cb9b.d20210505
swh.fuse                      1.0.3                           /home/jenkins/workspace/swh-environment/swh-fuse
swh.graph                     0.3.2.dev3+g62c2fd3             /home/jenkins/workspace/swh-environment/swh-graph
swh.icinga-plugins            0.3.1.dev1+g8878925             /home/jenkins/workspace/swh-environment/swh-icinga-plugins
swh.indexer                   0.7.1.dev4+g8f1fb0f             /home/jenkins/workspace/swh-environment/swh-indexer
swh.journal                   0.7.2.dev8+g2972c7a             /home/jenkins/workspace/swh-environment/swh-journal
swh.lister                    1.1.0                           /home/jenkins/workspace/swh-environment/swh-lister
swh.loader.core               0.22.1.dev2+g0e4bb4b            /home/jenkins/workspace/swh-environment/swh-loader-core
swh.loader.git                0.9.2.dev1+g15e12fa             /home/jenkins/workspace/swh-environment/swh-loader-git
swh.loader.mercurial          0.5.1.dev4+g8884714             /home/jenkins/workspace/swh-environment/swh-loader-mercurial
swh.loader.svn                0.7.1                           /home/jenkins/workspace/swh-environment/swh-loader-svn
swh.model                     2.4.2.dev1+gdf036ef             /home/jenkins/workspace/swh-environment/swh-model
swh.objstorage                0.2.3                           /home/jenkins/workspace/swh-environment/swh-objstorage
swh.objstorage.replayer       0.2.2                           /home/jenkins/workspace/swh-environment/swh-objstorage-replayer
swh.scanner                   0.4.2.dev1+g30b40cc             /home/jenkins/workspace/swh-environment/swh-scanner
swh.scheduler                 0.13.1.dev5+gbab557e            /home/jenkins/workspace/swh-environment/swh-scheduler
swh.search                    0.8.1                           /home/jenkins/workspace/swh-environment/swh-search
swh.storage                   0.27.5.dev4+g051b7715           /home/jenkins/workspace/swh-environment/swh-storage
swh.vault                     0.5.2.dev2+gf87dd54             /home/jenkins/workspace/swh-environment/swh-vault
swh.web                       0.0.307.dev3+gf8c750b6          /home/jenkins/workspace/swh-environment/swh-web
swh.web.client                0.3.1.dev1+g4b610ad             /home/jenkins/workspace/swh-environment/swh-web-client
sphinx-apidoc \
	--implicit-namespaces \
	--templatedir=../swh/docs/templates/ \
	--maxdepth=3 \
	--ext-viewcode --separate \
	-o apidoc \
	/home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh \
	/home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/tests /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/tests/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/*/tests/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/*/*/tests/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/migrations /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/migrations/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/*/migrations/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/*/*/migrations/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/wsgi.py /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/*/wsgi.py /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/*/*/wsgi.py /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/*/*/*/wsgi.py /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/deposit/settings/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/web/settings/* /home/jenkins/workspace/swh-environment/swh-docs/.tox/sphinx-dev/lib/python3.7/site-packages/swh/dataset/*
Creating file apidoc/swh.rst.
Creating file apidoc/swh.docs.rst.
Creating file apidoc/swh.docs.django_settings.rst.
Creating file apidoc/swh.docs.sphinx.rst.
Creating file apidoc/swh.docs.sphinx.conf.rst.
Creating file apidoc/swh.docs.sphinx.view_in_phabricator.rst.
Creating file apidoc/modules.rst.
May 5 2021, 11:14 AM · Continuous Integration, Documentation
anlambert added a comment to T3307: apidoc generation is not performed on swh modules during dev build.

This is not a dependencies installation issue. When the swh packages are installed in dev mode (pip -e) and the global doc is built, the apidoc files are generated in swh-docs/docs/apidoc, but as those files are linked in the index.rst file of each package, sphinx expects them to be in swh-docs/docs/<swh_package>/apidoc so the warnings.

May 5 2021, 11:02 AM · Continuous Integration, Documentation
vsellier changed the status of T3307: apidoc generation is not performed on swh modules during dev build from Open to Work in Progress.
May 5 2021, 10:25 AM · Continuous Integration, Documentation
vsellier closed D5674: sphinx: Fix the creation of the pre-commit file during the mr update.
May 5 2021, 9:37 AM · Continuous Integration, Documentation
ardumont accepted D5674: sphinx: Fix the creation of the pre-commit file during the mr update.

Less warnings to distract us when something goes wrong in the build.

May 5 2021, 9:10 AM · Continuous Integration, Documentation
vsellier added a reviewer for D5674: sphinx: Fix the creation of the pre-commit file during the mr update: Reviewers.
May 5 2021, 8:49 AM · Continuous Integration, Documentation

Apr 28 2021

anlambert added a comment to T3258: Build documentation on every diff.

Solution 3 has been implemented through new tox environments in each swh package.

Apr 28 2021, 5:29 PM · Continuous Integration, Development environment, Documentation

Apr 27 2021

moranegg moved T3258: Build documentation on every diff from Backlog to building docs on the Documentation board.
Apr 27 2021, 3:49 PM · Continuous Integration, Development environment, Documentation
moranegg moved T3148: Make Jenkins publish the built documentation on swh-docs diffs from sponsors/clients to building docs on the Documentation board.
Apr 27 2021, 3:46 PM · System administration, Continuous Integration, Documentation
moranegg moved T3148: Make Jenkins publish the built documentation on swh-docs diffs from Backlog to sponsors/clients on the Documentation board.
Apr 27 2021, 3:42 PM · System administration, Continuous Integration, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5621: tox: Add sphinx environments to check sane doc build.
Apr 27 2021, 2:54 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5620: tox: Add sphinx environments to check sane doc build.
Apr 27 2021, 2:48 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5619: templates/swh-pipeline: Prevent BrokenPipe when checking tox sphinx env.
Apr 27 2021, 12:08 PM · Continuous Integration, Development environment, Documentation

Apr 26 2021

anlambert added a revision to T3258: Build documentation on every diff: D5617: templates/swh-pipeline: Add stage to build sphinx documentation.
Apr 26 2021, 6:43 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5613: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 6:09 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5612: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 6:06 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5611: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 6:02 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5610: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 5:50 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5609: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 5:26 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5608: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 5:21 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5607: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 5:19 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5606: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 5:15 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5605: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 5:03 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5604: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:50 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5603: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:46 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5602: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:41 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5601: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:38 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5600: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:35 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5599: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:32 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5598: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:29 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5597: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:22 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5596: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:20 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5595: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:11 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5593: tox: Add sphinx environments to check sane doc build.
Apr 26 2021, 4:08 PM · Continuous Integration, Development environment, Documentation

Apr 21 2021

anlambert added a revision to T3258: Build documentation on every diff: D5571: sphinx/conf.py: Add standalone package doc configuration for tox build.
Apr 21 2021, 5:15 PM · Continuous Integration, Development environment, Documentation

Apr 20 2021

anlambert added a revision to T3258: Build documentation on every diff: D5567: sphin/conf.py: Improve django settings handling.
Apr 20 2021, 5:59 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5566: docs: Remove doc_config module and its use.
Apr 20 2021, 5:34 PM · Continuous Integration, Development environment, Documentation
anlambert added a revision to T3258: Build documentation on every diff: D5565: sphinx/conf.py: Merge swh-web sphinx config into root conf.py file.
Apr 20 2021, 5:33 PM · Continuous Integration, Development environment, Documentation

Apr 17 2021

ardumont added a comment to T3260: publish swh.dataset to pypi.

This should help:

12:08 <+ardumont> fwiw, i don't see swh-dataset in the jenkins ci declaration so that won't get published
12:08 <+ardumont> https://forge.softwareheritage.org/source/swh-jenkins-jobs/browse/master/jobs/swh-packages.yaml
12:10 <+ardumont> (relatedly without ^ that won't show up in jenkins)
12:10 <+ardumont> related docs https://wiki.softwareheritage.org/wiki/Debian_packaging#Setting_up_the_repository_on_Phabricator and https://wiki.softwareheritage.org/wiki/Debian_packaging#Setting_up_the_repository_on_Phabricator
Apr 17 2021, 3:23 PM · Continuous Integration, Datasets
zack triaged T3260: publish swh.dataset to pypi as Low priority.
Apr 17 2021, 12:31 PM · Continuous Integration, Datasets

Apr 16 2021

vlorentz added a revision to T3258: Build documentation on every diff: D5550: tox: Add a sphinx environment to check sane doc build.
Apr 16 2021, 7:27 PM · Continuous Integration, Development environment, Documentation
vlorentz triaged T3258: Build documentation on every diff as Normal priority.
Apr 16 2021, 5:33 PM · Continuous Integration, Development environment, Documentation

Mar 17 2021

vlorentz added projects to T3148: Make Jenkins publish the built documentation on swh-docs diffs: Continuous Integration, System administration.
Mar 17 2021, 2:34 PM · System administration, Continuous Integration, Documentation

Dec 11 2020

ardumont moved T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins from Backlog to Deployed on the SWORD deposit board.
Dec 11 2020, 3:22 PM · Continuous Integration, SWORD deposit

Dec 10 2020

ardumont closed T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins as Resolved.

v0.7.1 packaged fixed the docker-dev build.
D4715 fixed the icinga plugins build.

Dec 10 2020, 3:30 PM · Continuous Integration, SWORD deposit
ardumont added a revision to T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins: D4715: Update mocked responses of the deposit server..
Dec 10 2020, 3:06 PM · Continuous Integration, SWORD deposit
vlorentz added a revision to T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins: D4713: Accept <codemeta:name> and <codemeta:author> as alternatives to <atom:name>/<atom:title> and <atom:author>..
Dec 10 2020, 12:10 PM · Continuous Integration, SWORD deposit
vlorentz claimed T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins.
Dec 10 2020, 12:10 PM · Continuous Integration, SWORD deposit
ardumont updated the task description for T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins.
Dec 10 2020, 11:12 AM · Continuous Integration, SWORD deposit
ardumont added a revision to T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins: D4703: docker-compose.search.yml: Upgrade elasticsearch container.
Dec 10 2020, 9:23 AM · Continuous Integration, SWORD deposit
ardumont removed a revision from T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins: D4703: docker-compose.search.yml: Upgrade elasticsearch container.
Dec 10 2020, 9:22 AM · Continuous Integration, SWORD deposit

Dec 9 2020

ardumont added a revision to T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins: D4703: docker-compose.search.yml: Upgrade elasticsearch container.
Dec 9 2020, 6:14 PM · Continuous Integration, SWORD deposit
ardumont updated the task description for T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins.
Dec 9 2020, 2:06 PM · Continuous Integration, SWORD deposit
ardumont renamed T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins from Unstuck deposit tests failing the docker-dev to Unstuck deposit tests failing the docker-dev and icinga-plugins.
Dec 9 2020, 2:04 PM · Continuous Integration, SWORD deposit
ardumont updated the task description for T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins.
Dec 9 2020, 11:17 AM · Continuous Integration, SWORD deposit
ardumont triaged T2871: Unstuck deposit tests failing the docker-dev and icinga-plugins as Normal priority.
Dec 9 2020, 9:46 AM · Continuous Integration, SWORD deposit

Nov 12 2020

anlambert closed T2768: unbreak swh-graph CI as Resolved by committing rDGRPH262432b1295d: server/app: Fix aiohttp >= 3.7 exception related errors.
Nov 12 2020, 3:29 PM · Continuous Integration, Compressed graph service
anlambert added a revision to T2768: unbreak swh-graph CI: D4466: server/app: Fix aiohttp >= 3.7 exception related errors.
Nov 12 2020, 3:18 PM · Continuous Integration, Compressed graph service

Nov 10 2020

zack triaged T2768: unbreak swh-graph CI as High priority.
Nov 10 2020, 2:23 PM · Continuous Integration, Compressed graph service

Oct 26 2020

douardda closed T1370: Report key code metrics in prometheus as Resolved.
Oct 26 2020, 12:30 PM · Metrics/monitoring, Restricted Project, Continuous Integration, System administration
douardda closed T1370: Report key code metrics in prometheus, a subtask of T1024: Proper continuous integration setup, as Resolved.
Oct 26 2020, 12:30 PM · Restricted Project, Continuous Integration, System administration

Oct 22 2020

ardumont closed T2726: Unstuck swh-icinga-plugins jenkins builds as Resolved.
Oct 22 2020, 12:20 PM · Continuous Integration