From d2d47acee00c5c569f98278d6373f46145bfb5ea Mon Sep 17 00:00:00 2001 From: Pascal Rhod Date: Mon, 28 Aug 2023 09:46:44 +0200 Subject: [PATCH 1/2] CI - try fixing adding chaos-proto as safe directory --- .github/workflows/sonarcloud.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a97dc53cab..09301096b7 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -46,6 +46,8 @@ jobs: steps: - name: force chown to avoid errors run: chown -R $USER:$USER . + - name: Add chaos-proto as safe directory + run: git config --global --add safe.directory /__w/navitia/navitia/source/chaos-proto - name: Free up space run: rm -rf /usr/share/dotnet/* - name: Display remaining space From 5b60a7b2305877a704fb8ee3209ea1e5ccfd2496 Mon Sep 17 00:00:00 2001 From: Pascal Rhod Date: Mon, 28 Aug 2023 14:09:21 +0200 Subject: [PATCH 2/2] CI - Adding logs to diagnose stall step --- .github/workflows/workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4153a2c8cd..4cc69e10a8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -188,7 +188,9 @@ jobs: - name: docker_test python3 working-directory: ./build run: | + echo "Creating virtualenv for python3" virtualenv -p ${{matrix.os.python_version}} navitia_py3 + echo "Activating virtualenv" . navitia_py3/bin/activate pip install -r ../source/tyr/requirements_dev.txt pip install -r ../source/sql/requirements.txt