c9f08bf3创建于 2023年9月24日历史提交
文件最后提交记录最后更新时间
2 年前
2 年前
2 年前
2 年前
2 年前
2 年前
README.md

We are using Concourse to provide a CI and build environment for GPORCA.

Prerequisites:

  • A running Concourse instance
  • The fly cli, installed from Concourse
  • An AWS account with an S3 bucket as a backing store

To deploy the pipeline:

  1. Copy the concourse/vars_example.yml and put in your secret keys associated with the above prerequisites
  2. Run fly --target=<YOURCONCOURSEURL> set-pipeline --pipeline=GPORCA --config=concourse/pipeline.yml --load-vars-from=<YOURSECRETSFROMSTEPONE>