From f037dc0859fb24af8bb46410593a626c5dc22f7f Mon Sep 17 00:00:00 2001 From: Luca Colagrande <luca.colagrande3@gmail.com> Date: Tue, 18 Apr 2023 14:42:16 +0200 Subject: [PATCH] common_cells: Bump to v1.29.0 --- .github/workflows/gitlab-ci.yml | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab-ci.yml b/.github/workflows/gitlab-ci.yml index 56ef43788..1aa1073c3 100644 --- a/.github/workflows/gitlab-ci.yml +++ b/.github/workflows/gitlab-ci.yml @@ -13,7 +13,7 @@ on: jobs: gitlab-ci: runs-on: ubuntu-latest - timeout-minutes: 190 + timeout-minutes: 360 steps: - name: Check Gitlab CI uses: pulp-platform/pulp-actions/gitlab-ci@v2 diff --git a/Bender.yml b/Bender.yml index 27476a392..8429243e9 100644 --- a/Bender.yml +++ b/Bender.yml @@ -17,7 +17,7 @@ package: - "Florian Zaruba <zarubaf@iis.ee.ethz.ch>" dependencies: - common_cells: { git: "https://github.com/pulp-platform/common_cells.git", rev: "multicast-xbar" } + common_cells: { git: "https://github.com/pulp-platform/common_cells.git", rev: "multicast-xbar" } common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 } tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }