From cb0069cdaff1d5c774ed8118f17166c7633e2103 Mon Sep 17 00:00:00 2001 From: Parth Pratim Chatterjee Date: Sat, 19 Jun 2021 17:25:16 +0530 Subject: [PATCH 1/4] Squashed all circle-ci fix commits Signed-off-by: Parth Pratim Chatterjee --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2b45ae2..ef07036b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ do_steps: &do_steps if [ -z "${BAKE_MOD_VERSION}" ] ; then export BAKE_MOD_VERSION="dev" ; fi # we clone a fork of bake - cd "$HOME" && git clone -b ${BAKE_BRANCH} git://github.com/nsnam/bake-git ./bake + cd "$HOME" && git clone -b ${BAKE_BRANCH} https://gitlab.com/nsnam/bake.git ./bake # setup environment OS=$(awk -F= '/^NAME/{print $2}' /etc/os-release) @@ -42,8 +42,8 @@ do_steps: &do_steps fi sudo pip install distro requests; sudo pip3 install distro requests - - cd "$HOME" && ./bake/bake.py configure -e dce-umip-${BAKE_MOD_VERSION} -e dce-linux-${BAKE_MOD_VERSION} + + cd "$HOME" && ./bake/bake.py configure -e dce-linux-${BAKE_MOD_VERSION} cd "$HOME" && ./bake/bake.py download -vvv - save_cache: From 008a2ed9c2975a1afdb0b2b20cf4eb2afa912cab Mon Sep 17 00:00:00 2001 From: Parth Pratim Chatterjee Date: Tue, 27 Jul 2021 18:31:27 +0530 Subject: [PATCH 2/4] Trigger Build From c6302ef7d3454f5fe1be246d014f8a16ec42897e Mon Sep 17 00:00:00 2001 From: Parth Pratim Chatterjee Date: Tue, 27 Jul 2021 18:58:35 +0530 Subject: [PATCH 3/4] Remove nightly workflow Signed-off-by: Parth Pratim Chatterjee --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef07036b..16b841ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,13 +105,3 @@ workflows: build: jobs: - ubuntu16.04 - nightly_workflow: - triggers: - - schedule: - cron: "0 1 * * *" # run at 1am UTC - filters: - branches: - only: - - fix-valgrind-test - jobs: - - ubuntu14.04_valgrind \ No newline at end of file From 2d1bdf28e540937aef817d28f351aa6ab9d1103b Mon Sep 17 00:00:00 2001 From: Parth Pratim Chatterjee Date: Tue, 27 Jul 2021 20:26:23 +0530 Subject: [PATCH 4/4] Avoid restoring cache Signed-off-by: Parth Pratim Chatterjee --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16b841ba..b605fd85 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,10 +4,6 @@ general: do_steps: &do_steps steps: - - restore_cache: - key: code-tree-shallow - - restore_cache: - key: bake-tree-cache - run: name: checkout build tree command: |