summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-terragrunt.yaml
diff options
context:
space:
mode:
authorAnil Belur <abelur@linuxfoundation.org>2021-10-01 17:57:31 +1000
committerAnil Belur <abelur@linuxfoundation.org>2021-10-01 18:25:14 +1000
commit25829164c123080173083626805ba42943bfb21a (patch)
tree12ec4ce30af83ecd3b45d41e370522e1af607aab /jjb/integration/integration-terragrunt.yaml
parent25f95f45988de14e983554e7f5660fa57d9a8f86 (diff)
CI: Archive inactive projects.
The below repositories are unused and archived, the jobs are no longer required. * integration/simulators/masspnf-simulator * integration/simulators/dc-simulator * integration/usecases/mdons * integration/usecases/bbs * integration/terraform * integration/terragrunt * testsuite/heatbridge Issue-ID: CIMAN-33 Change-Id: I9f7e129c4133dcea6f7e9b7b0f50e30df7f71ada LF-JIRA: https://jira.linuxfoundation.org/browse/IT-22998 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Diffstat (limited to 'jjb/integration/integration-terragrunt.yaml')
-rw-r--r--jjb/integration/integration-terragrunt.yaml61
1 files changed, 0 insertions, 61 deletions
diff --git a/jjb/integration/integration-terragrunt.yaml b/jjb/integration/integration-terragrunt.yaml
deleted file mode 100644
index 04391fb02..000000000
--- a/jjb/integration/integration-terragrunt.yaml
+++ /dev/null
@@ -1,61 +0,0 @@
----
-- project:
- name: integration-terragrunt-project-view
- project-name: integration-terragrunt
- views:
- - project-view
-
-- project:
- name: integration-terragrunt-info
- project: integration/terragrunt
- project-name: integration-terragrunt
- build-node: centos7-builder-2c-1g
- jobs:
- - gerrit-info-yaml-verify
-
-- project:
- name: integration-terragrunt-linters
- project: integration/terragrunt
- project-name: integration-terragrunt
- python-version: python3
- jobs:
- - integration-linters
- subproject:
- - 'yaml':
- tox-dir: '.'
- tox-envs: 'yaml'
- pattern: '**/*.yaml'
- - 'yml':
- tox-dir: '.'
- tox-envs: 'yaml'
- pattern: '**/*.yml'
- - 'json':
- tox-dir: '.'
- tox-envs: 'json'
- pattern: '**/*.json'
- - 'python':
- tox-dir: '.'
- tox-envs: 'py'
- pattern: '**/*.py'
- - 'md':
- tox-dir: '.'
- tox-envs: 'md'
- pattern: '**/*.md'
- stream:
- - 'master':
- branch: 'master'
-
-- project:
- name: integration-terragrunt-validate
- project: integration/terragrunt
- project-name: integration-terragrunt
- jobs:
- - integration-terraform-verify
- subproject:
- - 'terragrunt':
- tox-dir: '.'
- tox-envs: 'terragrunt'
- pattern: '**'
- stream:
- - 'master':
- branch: 'master'