Skip to content

Commit

Permalink
feat: Provide test pipeline for our Azure Pipelines scaler (#11)
Browse files Browse the repository at this point in the history
* feat: Provide test pipeline for our Azure Pipelines scaler

Signed-off-by: Tom Kerkhove <[email protected]>

* Update README

Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove authored Apr 13, 2021
1 parent 7015b78 commit d5ac54e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<a href="https://github.com/kedacore/test-tools/actions"><img src="https://github.com/kedacore/test-tools/workflows/master%20build/badge.svg" alt="master build"></a>
<a href="https://twitter.com/kedaorg"><img src="https://img.shields.io/twitter/follow/kedaorg?style=social" alt="Twitter"></a></p>

Repository provides all tooling for running our tests such as Docker images which are available on [GitHub Container Registry](https://github.com/orgs/kedacore/packages?type=source).
Repository provides all tooling for running our tests:

- Docker images which are available on [GitHub Container Registry](https://github.com/orgs/kedacore/packages?type=source)
- Integrations with 3rd party services, such as Azure Pipelines

We are a Cloud Native Computing Foundation (CNCF) sandbox project.
![CNCF Logo](https://raw.githubusercontent.com/kedacore/keda/master/images/logo-cncf.svg)
10 changes: 10 additions & 0 deletions e2e/integrations/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Pipeline to use during our end-to-end tests for our Azure Pipelines scaler

trigger:
- main

pool: end-to-end-tests

steps:
- script: sleep 2m
displayName: Delay pipeline

0 comments on commit d5ac54e

Please sign in to comment.