Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 78cd2ba

Browse files
XenoPhexGeorge Gelashvili
andcommitted
Revert post-reboot story work to allow promotion without it
[#171575554](https://www.pivotaltracker.com/story/show/171575554) Revert "Add log line to post-reboot script" This reverts commit 6d318e3. Co-authored-by: George Gelashvili <ggelashvili+cf@pivotal.io> Revert "add Stop-Computer to PostReboot step, ignore EOF error" This reverts commit 87c6b3e. Co-authored-by: Anand Gaitonde <agaitonde@pivotal.io> Revert "add retry abort reboot command in reboot checker" This reverts commit 279541d. Co-authored-by: George Gelashvili <ggelashvili+cf@pivotal.io> Revert "Add 24 hour timeout to PostReboot.ps1 execution" This reverts commit 3b0c984. Co-authored-by: Anand Gaitonde <agaitonde@pivotal.io> Revert "Refactor stembuild construct to preserve post-reboot logs" This reverts commit e373f93. Co-authored-by: George Gelashvili <ggelashvili+cf@pivotal.io>
1 parent 6d318e3 commit 78cd2ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+313
-1762
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ test/data/expected.vmdk.lck/*
1212
version/version.go
1313
version/version
1414
**.ova
15-
**/.envrc
16-
integration/construct/construct-integration*/**
17-
15+
**/.envrc

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ update :
2323
integration : generate
2424
ginkgo -r -v -randomizeAllSpecs integration
2525

26-
integration/construct : generate
27-
ginkgo -r -v -randomizeAllSpecs integration/construct
28-
2926
integration-badger : generate
3027
ginkgo -r -v -randomizeAllSpecs -untilItFails integration
3128

construct/constructfakes/fake_construct_messenger.go

Lines changed: 42 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

construct/constructfakes/fake_guest_manager.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

construct/constructfakes/fake_iaas_client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)