forked from aws/aws-parallelcluster-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove aws-parallelcluster-shared/test dependency from other cookbooks
A Chef InSpec profile can bring in the controls and custom resources from another Chef InSpec profile. This dependency is not required because we don't need to execute controls or custom resources from aws-parallelcluster-shared cookbook. Removing this dependency we should solve the concurrency issue causing random failures with the error: ``` [2023-12-14T23:25:37.069Z] >>>>>> Failed to complete #verify action: [No such file or directory @ rb_file_s_stat - /var/jenkins_home/jobs/kitchen_tests_3/workspace/pcluster_cookbook/cookbooks/aws-parallelcluster-shared/test/inspec.json] on slurm-config-compute-fleet-arm64-t4gxlarge-alinux2 ``` ### References * https://docs.chef.io/inspec/profiles/depends/ Signed-off-by: Enrico Usai <[email protected]>
- Loading branch information
1 parent
8d2bb6d
commit 8cb0fdc
Showing
6 changed files
with
0 additions
and
24 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,7 +1,3 @@ | ||
--- | ||
maintainer: 'Amazon Web Services' | ||
license: 'Apache-2.0' | ||
|
||
depends: | ||
- name: shared | ||
path: cookbooks/aws-parallelcluster-shared/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
maintainer: 'Amazon Web Services' | ||
license: 'Apache-2.0' | ||
|
||
depends: | ||
- name: shared | ||
path: cookbooks/aws-parallelcluster-shared/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
maintainer: 'Amazon Web Services' | ||
license: 'Apache-2.0' | ||
|
||
depends: | ||
- name: shared | ||
path: cookbooks/aws-parallelcluster-shared/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
maintainer: 'Amazon Web Services' | ||
license: 'Apache-2.0' | ||
|
||
depends: | ||
- name: shared | ||
path: cookbooks/aws-parallelcluster-shared/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
maintainer: 'Amazon Web Services' | ||
license: 'Apache-2.0' | ||
|
||
depends: | ||
- name: shared | ||
path: cookbooks/aws-parallelcluster-shared/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
maintainer: 'Amazon Web Services' | ||
license: 'Apache-2.0' | ||
|
||
depends: | ||
- name: shared | ||
path: cookbooks/aws-parallelcluster-shared/test |