Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ build_root:
name: release
namespace: openshift
tag: golang-1.10
test_binary_build_commands: chmod uga+w /etc/passwd

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

btw, we basically need this chmod in the src image from what I can tell since we're using openshift_installer_src and we're in src anyway

tests:
- as: unit
commands: make test-unit
Expand All @@ -51,7 +50,6 @@ tests:
openshift_installer:
cluster_profile: aws
- as: e2e-aws-op
commands: echo "${USER:-default}:x:$(id -u):$(id -g):Default User:$HOME:/sbin/nologin"
>> /etc/passwd; make test-e2e
commands: make test-e2e
openshift_installer_src:
cluster_profile: aws
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ presubmits:
- name: JOB_NAME_SAFE
value: e2e-aws-op
- name: TEST_COMMAND
value: echo "${USER:-default}:x:$(id -u):$(id -g):Default User:$HOME:/sbin/nologin"
>> /etc/passwd; make test-e2e
value: make test-e2e
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down