Skip to content

Commit

Permalink
[loadgen] fix the org associated with template repos (gitpod-io#19691)
Browse files Browse the repository at this point in the history
It moved from gitpod-io to gitpod-samples.
  • Loading branch information
kylos101 authored Apr 30, 2024
1 parent 1db192b commit f410478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/loadgen/configs/prod-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,23 @@ repos:
# tasks
- name: "GITPOD_TASKS"
value: "[{\"name\":\"Setup\",\"init\":\"sudo install-packages stress-ng fio && gp sync-done setup\"},{\"name\":\"start cpu stress\",\"init\":\"gp sync-await setup\",\"command\":\"stress-ng --cpu ${CPU_COUNT:-3} --backoff ${CPU_BACKOFF:-10000000} --timeout ${CPU_TIMEOUT:-600s}\"},{\"name\":\"start io stress\",\"init\":\"gp sync-await setup\",\"command\":\"fio --name io-stress --eta-newline=5s --filename=/workspace/gitpod.temp --rw=${DISK_IO_MODE} --size=${DISK_IO_FILE_SIZE:-2g} --io_size=${DISK_IO_TOTAL:-50g} --blocksize=${DISK_IO_BLOCKSIZE} --ioengine=libaio --fsync=${DISK_IO_FSYNC} --iodepth=${DISK_IO_DEPTH} --direct=1 --numjobs=${DISK_IO_JOBS} --runtime=${DISK_IO_TIMEOUT:-600}\"},{\"name\":\"start memory stress\",\"init\":\"gp sync-await setup\",\"command\":\"stress-ng --vm 1 --vm-keep --vm-bytes ${MEMORY_BYTES:-6G} --timeout ${MEMORY_TIMEOUT:-600s}\"},{\"name\":\"create backup file\",\"init\":\"gp sync-await setup\",\"command\":\"dd if=/dev/zero of=/workspace/benchmark-backup bs=1000M count=${BACKUP_SIZE:-2}\"},{\"name\":\"start network stress\",\"init\":\"gp sync-await setup\",\"command\":\"stress-ng --class network --all ${NETWORK_WORKERS:-4}\"}]"
- cloneURL: https://github.com/gitpod-io/template-typescript-node
- cloneURL: https://github.com/gitpod-samples/template-typescript-node
cloneTarget: master
score: 20
workspaceImage: registry.hub.docker.com/gitpod/workspace-full:latest
workspaceClass: "g1-large"
environment:
- name: "GITPOD_TASKS"
value: "[{\"name\":\"Open port 1\",\"command\":\"gp ports visibility 6879:private\"},{\"name\":\"Open port 2\",\"command\":\"gp ports visibility 7869:private\"}]"
- cloneURL: https://github.com/gitpod-io/template-typescript-react
- cloneURL: https://github.com/gitpod-samples/template-typescript-react
cloneTarget: main
score: 20
workspaceImage: registry.hub.docker.com/gitpod/workspace-full:latest
workspaceClass: "default"
environment:
- name: "GITPOD_TASKS"
value: "[{\"name\":\"Open port 1\",\"command\":\"gp ports visibility 6879:private\"},{\"name\":\"Open port 2\",\"command\":\"gp ports visibility 7869:private\"}]"
- cloneURL: https://github.com/gitpod-io/template-python-django
- cloneURL: https://github.com/gitpod-samples/template-python-django
cloneTarget: main
score: 20
workspaceImage: registry.hub.docker.com/gitpod/workspace-full:latest
Expand Down

0 comments on commit f410478

Please sign in to comment.