-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
609 changed files
with
13,780 additions
and
5,378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
exclude_patterns: | ||
- "scripts/jenkins/ardana/ansible/roles/heat_stack/library/ecp_os_stack.py" | ||
- "scripts/jenkins/cloud/ansible/roles/heat_stack/library/ecp_os_stack.py" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
;;; Directory Local Variables | ||
;;; For more information see (info "(emacs) Directory Variables") | ||
|
||
((sh-mode | ||
((sh-basic-offset . 4)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,51 @@ | ||
language: bash | ||
sudo: required | ||
install: | ||
- make install | ||
script: | ||
- make test | ||
dist: xenial | ||
|
||
matrix: | ||
include: | ||
- name: "Validate Filenames" | ||
language: minimal | ||
script: | ||
- make filecheck | ||
- name: "Validate Bash (bashate, roundup)" | ||
language: python | ||
install: | ||
- pip install bashate | ||
- git clone https://github.com/SUSE-Cloud/roundup | ||
- pushd roundup | ||
- ./configure | ||
- make | ||
- sudo make install | ||
- popd | ||
script: | ||
- make bashate | ||
- make rounduptest | ||
- name: "Validate Perl (Syntax)" | ||
language: minimal | ||
addons: | ||
apt: | ||
packages: | ||
- libxml-libxml-perl | ||
- libjson-perl | ||
- libjson-xs-perl | ||
- libwww-perl | ||
script: | ||
- make perlcheck | ||
- name: "Validate Ruby (Syntax)" | ||
language: ruby | ||
script: | ||
- make rubycheck | ||
- name: "Validate Python (Syntax, Unit, flake8)" | ||
language: python | ||
install: | ||
- pip install flake8 | ||
- pip install flake8-import-order | ||
script: | ||
- make pythoncheck | ||
- make python_unittest | ||
- make flake8 | ||
- name: "Validate Jenkins (jjb)" | ||
language: python | ||
install: | ||
- pip install 'jenkins-job-builder!=3.0.0' | ||
script: | ||
- make jjb_test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.