Skip to content

Commit 18c3d52

Browse files
committed
fixing e2e tests
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 2b720ae commit 18c3d52

4 files changed

Lines changed: 2 additions & 47 deletions

File tree

.expeditor/end_to_end.pipeline.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -746,18 +746,6 @@ steps:
746746
environment:
747747
- BUILD_PKG_TARGET=x86_64-linux
748748

749-
- label: "[:linux: test service PID files with old Launcher]"
750-
command:
751-
- bash .expeditor/scripts/end_to_end/run_e2e_test.sh dev test_service_pids_written_to_file_using_old_launcher
752-
artifact_paths:
753-
- "*.log"
754-
expeditor:
755-
executor:
756-
docker:
757-
privileged: true
758-
environment:
759-
- BUILD_PKG_TARGET=x86_64-linux
760-
761749
- label: "[:linux: test_event_stream]"
762750
command:
763751
- bash .expeditor/scripts/end_to_end/run_e2e_test.sh dev test_event_stream

test/end-to-end/test_container_exporter.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Describe "hab pkg export container --multi-layer" {
149149
if ($IsLinux) {
150150
# TODO: Try to run the container when we have a core/podman package
151151
Describe "hab pkg export container --engine=buildah" {
152+
hab pkg install core/buildah --binlink
152153
It "Runs successfully" {
153154
$tag = New-CustomTag
154155
Invoke-NativeCommand hab pkg export container --base-pkgs-channel=$env:HAB_BLDR_CHANNEL core/nginx --engine=buildah --tag-custom="$tag"

test/end-to-end/test_service_pids_come_from_new_launcher.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Describe "Service PIDs from Launcher feature" {
55
$supLog = New-SupervisorLogFile("service_pids_come_from_launcher_feature")
6-
Start-Supervisor -LogFile $supLog -Timeout 20
6+
Start-Supervisor -LogFile $supLog -Timeout 45
77

88
Load-SupervisorService -PackageName "core/redis"
99
Wait-ProcessStart redis-server -Timeout 10

test/end-to-end/test_service_pids_written_to_file_using_old_launcher.ps1

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)