From 58eb65c0539e1e6facfc4aba42dd8ccdd7c88657 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Tue, 24 Jan 2023 15:04:43 +0000 Subject: [PATCH] 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 Change-Id: I59be5423d82fc9890c684b65ab713ee98f5efcaa --- .zuul.yaml | 21 +++++---------------- README.rst | 6 ++++-- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c8e68a8..972eecf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 diff --git a/README.rst b/README.rst index 205fb2d..5a6c096 100644 --- a/README.rst +++ b/README.rst @@ -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