8000 GitHub - benjamb/gdp-pipeline: Concourse.ci pipeline for the Yocto GDP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

benjamb/gdp-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Running the Demo Pipeline

This should be all that's necessary to run what I've set up so far, if not
poke me and insist that I be better.

    apt-get install vagrant

From the root of this repo run:

    vagrant up

Once it's finished spinning up you should have a shiny looking webpage at
192.168.100.4:8080.

Download the fly CLI from the above webpage and put it somewhere sensible
(make sure it's executable) and run the following (replacing variables
with useful entries):

    fly set-pipeline -p demo-pipeline -c pipeline.yml \
      --var "artefacts-bucket=<BUCKET>" \
      --var "artefacts-region=<REGION>" \
      --var "artefacts-access-key=<ACCESS_KEY>" \
      --var "artefacts-secret-key=<SECRET_KEY>"
    fly unpause-pipeline -p demo-pipeline

The webpage will be updated with some more shiny stuff.  I've not currently
set builds to trigger from resource updates, so you'll have to navigate the
web interface in order to kick off a build.

About

Concourse.ci pipeline for the Yocto GDP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0