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

CI: restore Go integ tests #3560

Open
justinmk3 opened this issue Jun 11, 2023 · 0 comments
Open

CI: restore Go integ tests #3560

justinmk3 opened this issue Jun 11, 2023 · 0 comments

Comments

@justinmk3
Copy link
Contributor

justinmk3 commented Jun 11, 2023

Problem

#3551 switched the integ tests CodeBuild CI spec to run tests as unprivileged (non-root) user, in part to fix #3550 .

But the goenv and go commands fail now, and had to be disabled:

        # Install latest version of Go (known to 'goenv')
        # - eval "$(goenv init -)"
        # - 'export PATH="$GOROOT/bin:$PATH:$GOPATH/bin"'
        # - '>/dev/null VERSION=$(goenv install --list | tail -n 1) && 2>/dev/null goenv install $VERSION'
        # - '>/dev/null goenv global $VERSION && go env -w GOPROXY=direct'
        # - go version

Expectation

Restore use of go in the integ tests and re-enable the tests disabled in fab07b3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant