Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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: [ ]
Expand Down Expand Up @@ -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"
- artifact push project "releases.${SEMAPHORE_GIT_TAG_NAME}.tar.gz" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/releases.${SEMAPHORE_GIT_TAG_NAME}.tar.gz"