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

fix(*): Fix imports #6991

Merged
merged 1 commit into from
May 14, 2019
Merged

fix(*): Fix imports #6991

merged 1 commit into from
May 14, 2019

Conversation

ezimanyi
Copy link
Contributor

The deck build is currently failing as non-allowed imports are present; fix these to import submodules

The deck build is currently failing as non-allowed imports are present;
fix these to import submodules
@ezimanyi
Copy link
Contributor Author

Fixes issue from #6970. It looks like we don't run the full build when testing a PR, so that's why travis passed on the PR but our build process is failing.

Copy link
Contributor

@christopherthielen christopherthielen left a comment

Choose a reason for hiding this comment

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

Interesting, I thought we did run the full build, or at least build all the modules. Thanks for fixing!

@ezimanyi
Copy link
Contributor Author

It looks like we skip for performance reasons:

echo -e "Skipping build (running unit tests only) for Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]"

though maybe it makes sense to re-enable the full build to avoid only catching things after they get merged?

@christopherthielen
Copy link
Contributor

Weird, the travis PR build actually did fail.

https://travis-ci.org/spinnaker/deck/builds/532531524

@christopherthielen
Copy link
Contributor

oh, got it! This was the master build ☝️

@ezimanyi
Copy link
Contributor Author

Yeah, it passed on the PR itself (though did output a warning about this somewhere deep in the hundreds of lines of output)

@ezimanyi ezimanyi merged commit 98c9327 into spinnaker:master May 14, 2019
@ezimanyi ezimanyi deleted the fix-imports branch May 14, 2019 23:11
anotherchrisberry added a commit that referenced this pull request May 15, 2019
* chore(core): Bump version to 0.0.365

0fc8946 fix(core): request project pipeline configs just in time (#6980)
cfd7690 fix(core): include un-run pipelines when filtering by text (#6979)
10fbec5 fix(core): set graph label node height correctly (#6993)
0ed0ab6 fix(artifacts): Fix fetching helm artifact versions (#6995)
dfc84b1 refactor(core): add React Components for PageSection and PageNavigator (#6926)
ce8a163 fix(cf): add Artifactory link (#6994)
f7cb7ab chore(core): remove hipchat notification module (#6884)
98c9327 fix(*): Fix imports (#6991)
c8590ff refactor(core): Convert most triggers from angular to react

* chore(docker): Bump version to 0.0.39

c8590ff refactor(core): Convert most triggers from angular to react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants