Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Provide test pipeline for our Azure Pipelines scaler #11

Merged
merged 2 commits into from
Apr 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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