2022-04-22 12:08:39 -06:00
|
|
|
# Doc: https://wiki.sc-corp.net/pages/viewpage.action?pageId=121500284
|
|
|
|
version: 1
|
|
|
|
machamp:
|
|
|
|
keydb-build:
|
|
|
|
# Optional - build counter is linked to the build def
|
|
|
|
tag_template: 0.0.%build.counter%
|
|
|
|
# Optional - value in seconds before a build is terminated, default is 3600 seconds
|
|
|
|
timeout: 3600
|
|
|
|
# Optional - update ghe or not, default to true
|
|
|
|
update_ghe: true
|
|
|
|
code_coverage: false
|
|
|
|
# Required
|
|
|
|
steps:
|
|
|
|
make-build:
|
|
|
|
type: cmd
|
2022-04-25 14:49:14 -06:00
|
|
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
2022-04-25 15:32:37 -06:00
|
|
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
2022-04-22 18:03:42 -06:00
|
|
|
command: ./machamp_scripts/build.sh
|
|
|
|
tls-test:
|
|
|
|
type: cmd
|
|
|
|
parent: make-build
|
2022-04-25 14:49:14 -06:00
|
|
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
2022-04-25 15:32:37 -06:00
|
|
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
2022-04-25 14:49:14 -06:00
|
|
|
command: ./runtest --clients $(nproc) --verbose --tls
|
2022-04-22 18:03:42 -06:00
|
|
|
cluster-test:
|
|
|
|
type: cmd
|
|
|
|
parent: make-build
|
2022-04-25 14:49:14 -06:00
|
|
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
2022-04-25 15:32:37 -06:00
|
|
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
2022-04-22 18:03:42 -06:00
|
|
|
command: ./runtest-cluster --tls
|
|
|
|
sentinel-test:
|
|
|
|
type: cmd
|
|
|
|
parent: make-build
|
2022-04-25 14:49:14 -06:00
|
|
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
2022-04-25 15:32:37 -06:00
|
|
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
2022-04-22 18:03:42 -06:00
|
|
|
command: ./runtest-sentinel
|
|
|
|
module-test:
|
|
|
|
type: cmd
|
|
|
|
parent: make-build
|
2022-04-25 14:49:14 -06:00
|
|
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
2022-04-25 15:32:37 -06:00
|
|
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
2022-04-22 18:03:42 -06:00
|
|
|
command: ./runtest-moduleapi
|
|
|
|
rotation-test:
|
|
|
|
type: cmd
|
|
|
|
parent: make-build
|
2022-04-25 14:49:14 -06:00
|
|
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
2022-04-25 15:32:37 -06:00
|
|
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
2022-04-22 18:03:42 -06:00
|
|
|
command: ./runtest-rotation
|