revert back changes
This commit is contained in:
parent
408191f831
commit
aedd1d4ca8
12
build.yaml
12
build.yaml
@ -14,35 +14,35 @@ machamp:
|
|||||||
make-build:
|
make-build:
|
||||||
type: cmd
|
type: cmd
|
||||||
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
||||||
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:c8e6ecf3c8b385509cc4e0521d7e28d6eef1f70dc7ca0a29f26ec02344870c42
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
||||||
command: ./machamp_scripts/build.sh
|
command: ./machamp_scripts/build.sh
|
||||||
tls-test:
|
tls-test:
|
||||||
type: cmd
|
type: cmd
|
||||||
parent: make-build
|
parent: make-build
|
||||||
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
||||||
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:c8e6ecf3c8b385509cc4e0521d7e28d6eef1f70dc7ca0a29f26ec02344870c42
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
||||||
command: ./runtest --clients $(nproc) --verbose --tls
|
command: ./runtest --clients $(nproc) --verbose --tls
|
||||||
cluster-test:
|
cluster-test:
|
||||||
type: cmd
|
type: cmd
|
||||||
parent: make-build
|
parent: make-build
|
||||||
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
||||||
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:c8e6ecf3c8b385509cc4e0521d7e28d6eef1f70dc7ca0a29f26ec02344870c42
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
||||||
command: ./runtest-cluster --tls
|
command: ./runtest-cluster --tls
|
||||||
sentinel-test:
|
sentinel-test:
|
||||||
type: cmd
|
type: cmd
|
||||||
parent: make-build
|
parent: make-build
|
||||||
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
||||||
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:c8e6ecf3c8b385509cc4e0521d7e28d6eef1f70dc7ca0a29f26ec02344870c42
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
||||||
command: ./runtest-sentinel
|
command: ./runtest-sentinel
|
||||||
module-test:
|
module-test:
|
||||||
type: cmd
|
type: cmd
|
||||||
parent: make-build
|
parent: make-build
|
||||||
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
||||||
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:c8e6ecf3c8b385509cc4e0521d7e28d6eef1f70dc7ca0a29f26ec02344870c42
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
||||||
command: ./runtest-moduleapi
|
command: ./runtest-moduleapi
|
||||||
rotation-test:
|
rotation-test:
|
||||||
type: cmd
|
type: cmd
|
||||||
parent: make-build
|
parent: make-build
|
||||||
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
# Dockerfile for the builder img is in https://github.sc-corp.net/Snapchat/img/tree/master/keydb/ubuntu-latest
|
||||||
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/build/keydb-ubuntu-20-04@sha256:c8e6ecf3c8b385509cc4e0521d7e28d6eef1f70dc7ca0a29f26ec02344870c42
|
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/keydb/keydb-ubuntu-latest@sha256:abb764c7c19a6b5ffa24db1568b6ab40b16fe1326bff6154f05f774cea990700
|
||||||
command: ./runtest-rotation
|
command: ./runtest-rotation
|
||||||
|
2
ci.yaml
2
ci.yaml
@ -7,8 +7,10 @@ on:
|
|||||||
- workflow_type: backend_workflow
|
- workflow_type: backend_workflow
|
||||||
# references a build defined in build.yaml
|
# references a build defined in build.yaml
|
||||||
build_name: keydb-build
|
build_name: keydb-build
|
||||||
|
arch_types: ["amd64", "arm64"]
|
||||||
push:
|
push:
|
||||||
- branches: [master]
|
- branches: [master]
|
||||||
workflows:
|
workflows:
|
||||||
- workflow_type: backend_workflow
|
- workflow_type: backend_workflow
|
||||||
build_name: keydb-build
|
build_name: keydb-build
|
||||||
|
arch_types: ["amd64", "arm64"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user