trying to get travis to use correct conda channel and vtks#2150
trying to get travis to use correct conda channel and vtks#2150doutriaux1 wants to merge 5 commits intomasterfrom
Conversation
|
@danlipsa we are getting really close. See: https://travis-ci.org/UV-CDAT/uvcdat/builds/190672077 and https://open.cdash.org/viewTest.php?onlyfailed&buildid=4717488 |
|
i think the flake8 issues are coming from flake8 being much stricter now. |
|
@danlipsa did you use a nox version to generate the baselines? I think that's the issue. |
|
@danlipsa if I'm running a mesa-based version, why should I get this: 350: Running: python /export/doutriaux1/git/uvcdat/testing/vcs/test_vcs_basic_gms.py --gm_type=isofill --projection=-3 --lat1=-90 --lat2=0 --lon1=-180 --lon2=180 --range_via_gm --source=/export/doutriaux1/git/build_uvcdat/uvcdat-testdata/baselines/vcs/test_vcs_basic_isofill_-3_proj_SH_-180_180_via_gm.png |
|
@doutriaux1 I remember my flake8 problems were that flake8 was not installed into my conda. I had to install it by hand. |
|
@doutriaux1 How do you use a nox version? I run 'ctest' on my machine and copy over the new image files. |
|
@danlipsa -DCDAT_BUILD_OFFSCREEN=ON will trigger the use of nox. |
|
@doutriaux1 Is this the option to configure UVCDAT? What about getting the right conda packages? I assume that at least VTK needs to be configured differently. Thanks! |
|
Dan,
This option tells cmake to install the conda env using the nox version, and yes there is a nox version of VTK.
C.
From: Dan Lipsa <notifications@github.com>
Reply-To: UV-CDAT/uvcdat <reply@reply.github.com>
Date: Tuesday, January 10, 2017 at 1:40 PM
To: UV-CDAT/uvcdat <uvcdat@noreply.github.com>
Cc: Charles Doutriaux <doutriaux1@llnl.gov>, Mention <mention@noreply.github.com>
Subject: Re: [UV-CDAT/uvcdat] trying to get travis to use correct conda channel and vtks (#2150)
@doutriaux1<https://github.com/doutriaux1> Is this the option to configure UVCDAT? What about getting the right conda packages? I assume that at least VTK needs to be configured differently. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2150 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACpw8Qhd0eYsjQr4d4ECZ4CmT3GOaTl5ks5rQ_rlgaJpZM4LfoxV>.
|
|
@doutriaux1 When I do cmake ../src -DCDAT_BUILD_OFFSCREEN=ON the built conda env uses conda or conda-forge? Thanks. |
|
conda-forge in this PR conda anywhere else. That's why I want to speed up this. |
|
@doutriaux1 Lets merge this then! It seems that it picks everything up correctly, there are a few test that fail, mostly because of system differences (opengl on my machine vs osmesa) - we can fix those in a separate PR. |
|
I pushed your git sha to nightly with nox only. I will push new ones for mac and linux (regular) soon. Let me try to fix flake8 test and the few baselines left first |
|
@danlipsa I think I miss built vtk-cdat-nox on your sha1, when pltting something under vnc it first brings up a X11 window then seg faults... |
|
i will rebuild it using uvcdat-master now. |
|
@chaosphere2112 any idea why this test fails: https://open.cdash.org/viewTest.php?onlyfailed&buildid=4721158 |
just testing on travis, no need to review yet