From 9d350dadf3811bbf4a9cd4c67c520dfc8c68d797 Mon Sep 17 00:00:00 2001 From: Anjana Venkat Date: Mon, 21 Oct 2024 17:14:16 -0700 Subject: [PATCH] testing symlinks circular references with the fix from `ci-build-infra-agent` repo. --- .semaphore/semaphore.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 9e2d87f8..85c97168 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -116,7 +116,7 @@ blocks: task: agent: machine: - type: s1-prod-ubuntu20-04-amd64-4 + type: s1-nonprod-ubuntu20-04-amd64-1 env_vars: - name: TARGET_PRODUCE_PERFORMANCE value: "35" @@ -143,7 +143,6 @@ blocks: - cd examples/performance - npm install - bash -c '../../ci/tests/run_perf_test.sh' - - rm -rf ./node_modules - name: "Linux amd64: Release" dependencies: [ ] @@ -514,4 +513,4 @@ blocks: commands: - artifact pull workflow releases - tar -czvf releases.${SEMAPHORE_GIT_TAG_NAME}.tar.gz releases - - artifact push project "releases.${SEMAPHORE_GIT_TAG_NAME}.tar.gz" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/releases.${SEMAPHORE_GIT_TAG_NAME}.tar.gz" \ No newline at end of file + - artifact push project "releases.${SEMAPHORE_GIT_TAG_NAME}.tar.gz" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/releases.${SEMAPHORE_GIT_TAG_NAME}.tar.gz"