Convert this repo for development infrastructure

Setting up a development environment for StarlingX
can require a lot of steps.  This repo will provide
scripts and information to ease this activity.

Story: 2010531
Task: 47210

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I59be5423d82fc9890c684b65ab713ee98f5efcaa
This commit is contained in:
Al Bailey 2023-01-24 15:04:43 +00:00
parent cb83b4f9b0
commit 58eb65c053
2 changed files with 9 additions and 18 deletions

View File

@ -1,19 +1,8 @@
---
- project:
templates:
- noop-jobs
check:
jobs:
- stx-github-debug:
vars:
stx_remote_repo: https://github.com/starlingx-staging/tools-contrib.git
stx_remote_branch: master
- job:
name: stx-github-debug
parent: tox
vars:
stx_remote_repo: https://github.com/starlingx-staging/tools.contrib.git
stx_remote_branch: master
stx_repo_dest: src/test-repo
tox_envlist: debug
pre-run: playbooks/fetch-remote-repo/pre.yaml
- noop
gate:
jobs:
- noop

View File

@ -2,6 +2,8 @@
tis-repo
========
StarlingX Test In Staging
StarlingX Total Infrastructure Setup
This repo contains test jobs for OpenDev Zuul that pull from remote repositores such as github.com.
This repo contains tools for setting up a development environment for StarlingX
UNDER CONSTRUCTION