pipeline.template.yml 879 B

1234567891011121314151617181920
  1. # Copyright Materialize, Inc. and contributors. All rights reserved.
  2. #
  3. # Use of this software is governed by the Business Source License
  4. # included in the LICENSE file at the root of this repository.
  5. #
  6. # As of the Change Date specified in that file, in accordance with
  7. # the Business Source License, use of this software will be governed
  8. # by the Apache License, Version 2.0.
  9. # Fires periodic load tests
  10. steps:
  11. - command: bin/ci-builder run stable env MZ_SCRATCH_NO_DEFAULT_ENV=1 bin/pyactivate -m materialize.cli.cloudbench start --profile confluent --trials 3 --revs HEAD --append_metadata --s3_root mz-periodic-cloudbench/avro_ingest_periodic materialize.benches.avro_ingest -r 1000000 -n 10 -d big-records
  12. timeout_in_minutes: 20
  13. agents:
  14. queue: linux-x86_64
  15. env:
  16. AWS_DEFAULT_REGION: us-east-1
  17. plugins:
  18. - ./ci/plugins/scratch-aws-access