Files
python-locust-example/rio.yaml
Chris Richardson fcf75b7970 Add a rio job for building containers
Add the rio config and build container for testing the locust operator.
2020-08-11 18:52:44 -04:00

19 lines
508 B
YAML

schemaVersion: 2.0
pipelines:
- branchName: develop
name: build_container
machine:
baseImage: docker.apple.com/piedss/locust:1.1.31
build:
template: freestyle:v4:publish
steps:
- cp test_example.py .dist/usr/local/load_tests/locust-example/
package:
version: "0.1.${RIO_BUILD_NUMBER}"
dockerfile:
- publish:
- repo: docker.apple.com/piedss/locust-example-python
dockerfilePath: Dockerfile
perApplication: false