Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

cloudfoundry-attic/cats-concourse-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cats-concourse-task

Notice: This repo is deprecated. Please use run-cats and run-cats-with-provided-cli from cf-deployment-concourse-tasks.

This repo contains concourse tasks which enable a CF developer to easily run CATs in a pipeline.

More information about CATs and the format of the integration config can be found in the cf-acceptance-tests repo.

Running CATs from cf-acceptance-tests master branch

groups:
- name: run-cats
  jobs:
  - run-cats

resources:
- name: cats-concourse-task
  type: git
  source:
    branch: master
    uri: https://github.com/cloudfoundry/cats-concourse-task.git

- name: cf-acceptance-tests
  type: git
  source:
    branch: master
    uri: https://github.com/cloudfoundry/cf-acceptance-tests.git

- name: integration-config
  type: git
  source:
    branch: master
    uri: ""

jobs:
- name: run-cats
  public: true
  plan:
    - aggregate:
      - get: cats-concourse-task
      - get: integration-config
      - get: cf-acceptance-tests
    - task: run-cats
      file: cats-concourse-task/task.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages