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

Makefile: use full path for ginkgo #7296

Merged
merged 1 commit into from
Aug 12, 2020

Conversation

lsm5
Copy link
Member

@lsm5 lsm5 commented Aug 11, 2020

Without this change, I get:

ginkgo \
        -r \
         \
        --skipPackage test/e2e,pkg/apparmor,test/endpoint,pkg/bindings,hack \
        --cover \
        --covermode atomic \
        --coverprofile coverprofile \
        --outputdir .coverage \
        --tags "   selinux systemd exclude_graphdriver_devicemapper seccomp" \
        --succinct
/bin/sh: line 1: ginkgo: command not found

Signed-off-by: Lokesh Mandvekar [email protected]

Btw, I have only encountered this issue for the command mentioned above, but I made similar changes to other lines as well where ginkgo was used.

@edsantiago @rhatdan PTAL

Without this change, I get:

```
ginkgo \
        -r \
         \
        --skipPackage test/e2e,pkg/apparmor,test/endpoint,pkg/bindings,hack \
        --cover \
        --covermode atomic \
        --coverprofile coverprofile \
        --outputdir .coverage \
        --tags "   selinux systemd exclude_graphdriver_devicemapper seccomp" \
        --succinct
/bin/sh: line 1: ginkgo: command not found
```

Signed-off-by: Lokesh Mandvekar <[email protected]>
@rhatdan
Copy link
Member

rhatdan commented Aug 11, 2020

LGTM

1 similar comment
@TomSweeneyRedHat
Copy link
Member

LGTM

@jwhonce
Copy link
Member

jwhonce commented Aug 11, 2020

Pending tests
/hold
/lgtm

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 11, 2020
@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 11, 2020
@edsantiago
Copy link
Member

One flake was #7148, the dreaded cgroups.freeze one. The other (on podman-remote) was the one I'm calling #7195, where server gets cranky and stops talking to client.

@lsm5
Copy link
Member Author

lsm5 commented Aug 12, 2020

@rhatdan I see this in https://cirrus-ci.com/task/4939064006672384

[+0168s] not ok 93 podman selinux: container with overridden range
[+0168s] # (from function `is' in file test/system/helpers.bash, line 330,
[+0168s] #  from function `check_label' in file test/system/410-selinux.bats, line 25,
[+0168s] #  in test file test/system/410-selinux.bats, line 56)
[+0168s] #   `check_label "--security-opt label=level:s0:c1,c2" "container_t" "s0:c1,c2"' failed
[+0168s] # $ /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:/tmp/podman.ujULYA rm --all --force
[+0168s] # $ /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:/tmp/podman.ujULYA images --all --format {{.Repository}}:{{.Tag}} {{.ID}}
[+0168s] # quay.io/libpod/alpine_labels:latest 4fab981df737
[+0168s] # $ /var/tmp/go/src/github.com/containers/podman/bin/podman-remote --url unix:/tmp/podman.ujULYA run --rm --security-opt label=level:s0:c1,c2 quay.io/libpod/alpine_labels:latest cat -v /proc/self/attr/current
[+0168s] # #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
[+0168s] # #|     FAIL: SELinux role should always be system_r
[+0168s] # #| expected: '.*_u:system_r:.*'
[+0168s] # #|   actual: ''
[+0168s] # #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@edsantiago
Copy link
Member

@lsm5 that's a flake, probably #7195

@lsm5
Copy link
Member Author

lsm5 commented Aug 12, 2020

@jwhonce looking good ??

@rhatdan
Copy link
Member

rhatdan commented Aug 12, 2020

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lsm5, rhatdan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 12, 2020
@rhatdan
Copy link
Member

rhatdan commented Aug 12, 2020

/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 12, 2020
@openshift-merge-robot openshift-merge-robot merged commit 73fa527 into containers:master Aug 12, 2020
@lsm5 lsm5 deleted the make-test branch August 12, 2020 17:28
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants