Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker executor for kernel2 verify #7707

Merged
merged 3 commits into from May 21, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 18 additions & 18 deletions .expeditor/verify.pipeline.yml
Expand Up @@ -571,7 +571,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh test-services/test-probe
expeditor:
executor:
linux:
docker:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the env block needs to be pulled down to an environment block under docker

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

privileged: true
retry:
automatic:
Expand All @@ -586,7 +586,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/backline
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -600,7 +600,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/hab
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -614,7 +614,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/launcher
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -629,7 +629,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/pkg-cfize
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -643,7 +643,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/pkg-export-container
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -657,7 +657,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/pkg-export-tar
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -671,7 +671,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/pkg-mesosize
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -685,7 +685,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/plan-build
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -699,7 +699,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/studio
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -713,7 +713,7 @@ steps:
- .expeditor/scripts/verify/build_package.sh components/sup
expeditor:
executor:
linux:
docker:
privileged: true
retry:
automatic:
Expand All @@ -732,7 +732,7 @@ steps:
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
expeditor:
executor:
linux:
docker:
privileged: true

- label: "[build] :linux: :two: build hab-plan-build"
Expand All @@ -743,7 +743,7 @@ steps:
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
expeditor:
executor:
linux:
docker:
privileged: true

- label: "[build] :linux: :two: build hab-backline"
Expand All @@ -755,7 +755,7 @@ steps:
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
expeditor:
executor:
linux:
docker:
privileged: true

- label: "[build] :linux: :two: build hab-studio"
Expand All @@ -766,7 +766,7 @@ steps:
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
expeditor:
executor:
linux:
docker:
privileged: true

- label: "[build] :linux: :two: build launcher"
Expand All @@ -777,7 +777,7 @@ steps:
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
expeditor:
executor:
linux:
docker:
privileged: true

- label: "[build] :linux: :two: build hab-sup"
Expand All @@ -788,7 +788,7 @@ steps:
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
expeditor:
executor:
linux:
docker:
privileged: true

- label: "[build] :linux: :two: build hab-pkg-export-tar"
Expand All @@ -799,7 +799,7 @@ steps:
BUILD_PKG_TARGET: "x86_64-linux-kernel2"
expeditor:
executor:
linux:
docker:
privileged: true

#######################################################################
Expand Down