Merge windows acceptance tests repo#76
Closed
rajathagasthya wants to merge 249 commits intowindows-2019from
Closed
Merge windows acceptance tests repo#76rajathagasthya wants to merge 249 commits intowindows-2019from
rajathagasthya wants to merge 249 commits intowindows-2019from
Conversation
Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
- Tested on AWS using stemcell 0.0.13 [#127016933] Signed-off-by: Charlie Vieth <cviethjr@pivotal.io>
[#127016933] Signed-off-by: Charlie Vieth <cviethjr@pivotal.io>
[#127016933] Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
We get the stemcell from the local output directory, we do not need to specify it as an input resource Signed-off-by: Charlie Vieth <cviethjr@pivotal.io>
Signed-off-by: Charlie Vieth <cviethjr@pivotal.io>
- Delete the deployment afterEach - Cleanup afterSuite Also update the name of the network Signed-off-by: Ben Moss <bmoss@pivotal.io>
This reverts commit 0fd72f6. There seems to be a caching with docker images that's causing this behavior Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
This reverts commit d82ed59. so essntially "Use image instead of image_resource" There caching issue still seems to presist
Signed-off-by: Amin Jamali <ajamali@pivotal.io>
[#127651779] Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
Signed-off-by: Amin Jamali <ajamali@pivotal.io>
Signed-off-by: Amin Jamali <ajamali@pivotal.io>
Signed-off-by: Amin Jamali <ajamali@pivotal.io>
Signed-off-by: Amin Jamali <aminjam.software@gmail.com>
Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
Ensure that the test errand compiles a package to catch more bosh agent errors Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
Individual tests now have their own errands [#131920463]
The job relies on the golang-windows package and performs a loop and write to stdout [#133050421]
Signed-off-by: Natalie Arellano <narellano@pivotal.io>
vsphere builds needed to have `default` as the az.
Signed-off-by: David Jahn <djahn@pivotal.io>
- (and update vendored dependencies)
Previous implementation, if a second or more passed during the ntp sync, would fail. Since it never reset the OutOfSyncTime, the loop was then guaranted to fail every time after that
- (and update vendored dependencies)
Due to new Azure restrictions, we cannot have Defender installed in the images.
Make sure Windows Defender is not installed
aramprice
reviewed
Jun 19, 2025
Comment on lines
+1
to
+3
| [submodule "assets/bwats-release/src/Pester"] | ||
| path = assets/bwats-release/src/Pester | ||
| url = https://github.com/pester/Pester.git |
Member
There was a problem hiding this comment.
Any idea why this is here? Do the tests use Pester?
Author
There was a problem hiding this comment.
Yes, it does seem to be including Pester source files as a package in the bwats-release. Then runs pester tests: https://github.com/cloudfoundry/bosh-windows-acceptance-tests/blob/master/assets/bwats-release/jobs/check-system/templates/run.ps1.erb#L474-L480
So we do need this submodule, but this file needs to be moved to top-level of this repo.
Author
There was a problem hiding this comment.
I added .gitmodules to the top level.
Signed-off-by: Clay Kauzlaric <clay.kauzlaric@broadcom.com>
Member
|
Merged via alternate commits: See also cloudfoundry/community#1216 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Steps: