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"