Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann fb7c035bf3 Retire openstack-chef: remove repo content
OpenStack-chef project is retiring
- https://review.opendev.org/c/openstack/governance/+/905279

this commit remove the content of this project repo

Depends-On: https://review.opendev.org/c/openstack/project-config/+/909134
Change-Id: I07e16dd10769a13ae587b94f1387efacda01fdb2
2024-02-17 20:52:17 -08:00
Ionuț Arțăriși 80cd4b6e46 add a Rakefile to structure test runs
Having a Rakefile will allow us to change the actual test commands on
our side rather than relying on changes to the openstack-infra
repository. This should make it a lot faster to change things, but also
easier to test since the jenkins jobs are actually run in this
repository, not the openstack-infra one.

This commit defines the jobs we previously had defined in Jenkins and
uses 'high-level' naming consistently (i.e. lint, style vs. foodcritic,
rubocop).

There is also a :clean task to help with deleting the files generated by
the other jobs.

Also changed foodcritic to run on the source cookbook rather than the
one installed by berks, see
e.g. https://github.com/berkshelf/berkshelf/issues/931#issuecomment-29668369

Change-Id: I3951f7bf3b474f1b7aab46c16d91a9b431a787bf
blueprint: rakefile
2014-09-29 13:44:38 +02:00
Paul Czarkowski bea1a4083e ability to set location for openrc file
use attributes to specify location, owner, mode
of openrc file.

Change-Id: I5b79a03d30ec986ca9174728e5dc12ee7a8d96f7
2014-07-22 14:12:40 -05:00
torandu b4caf05702 Git ignore .cookbooks/
Change-Id: Idebf08087dbfd4ea78a5c4b4c821fabd72dfd8de
2014-05-05 22:56:58 -07:00
Darren Birkett c2d8827aac update gitignore
Change-Id: I9ac4105775684de362fe37bcdc9947dda0bb94ba
2014-02-21 13:21:47 +00:00
Matt Ray 9ed2a0921d hide .cookbooks testing artifact
Change-Id: I76b0fe6aa0515842ec2f771545280b57c32f910f
2013-10-22 15:05:59 -05:00
sean f8781d13de Use strainer to isolate and test individual cookbooks
Included:
- Add strainer gem
- Update test-related gems
- Add Strainer file
- Remove run_tests.bash
- Update .gitignore
- Update README file
- Add tailor (ruby style check)

Partial fix for bug 1188345

Change-Id: Iae92a999cdfe230151795fcab5b597faa958274a
2013-06-10 13:43:49 -07:00
John Dewey e1e283e6a7 Tests were not passing due to postgresql cookbook
Changes to the upstream postgresql cookbook broke tests.
Gemfile.lock was updated to bring in fauxhai 1.1.1 which
has these attributes mocked.

Also, Berksfile.lock shouldn't be checked in.  Removed from
this patch, since it impacts testing.

Change-Id: Ic33bd1121b1612ee415de9e51f649f3c9c0a9763
2013-06-03 09:18:46 -07:00
John Dewey 45879c81cc Moved to a run_tests runner. 2013-01-29 11:59:11 -08:00
Jay Pipes 9271206dc7 Initial commit 2012-11-07 20:52:47 -05:00