Skip to content

Commit

Permalink
rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaMuryanto committed Mar 28, 2020
1 parent 0e98f34 commit 8ea30fb
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .circleci/config.yml
Expand Up @@ -24,6 +24,8 @@ aliases:
conda activate base
conda config --add channels conda-forge --force
conda config --add channels cdat/label/nightly --force
conda config --add channels cdat/label/new_vtk --force
conda config --add channels conda-forge/label/vtk_dev --force
conda config --set channel_priority strict
BUILD_SCRIPT="$WORKDIR/conda-recipes/build_tools/conda_build.py"
python $BUILD_SCRIPT -w $WORKDIR -p $PKG_NAME --build_version $BUILD_VARIANT_VER --do_build
Expand All @@ -33,7 +35,8 @@ aliases:
environment:
#PKGS: "cdms2 cdat_info testsrunner genutil vtk-cdat cdutil vcs mesalib"
PKGS: "testsrunner vcs mesalib"
CHANNELS: "-c cdat/label/nightly -c conda-forge"
#CHANNELS: "-c cdat/label/nightly -c conda-forge"
CHANNELS: "-c conda-forge/label/vtk_dev -c cdat/label/new_vtk -c cdat/label/nightly -c conda-forge"
command: |
source $WORKDIR/miniconda/etc/profile.d/conda.sh
conda activate base
Expand Down Expand Up @@ -232,22 +235,22 @@ workflows:
#- macos_dv3d_py2:
# requires:
# - macos_setup
#- macos_dv3d_py37:
# requires:
# - macos_setup
- macos_dv3d_py37:
requires:
- macos_setup
#- linux_dv3d_py2:
# requires:
# - linux_setup
#- linux_dv3d_py37:
# requires:
# - linux_setup
- linux_dv3d_py37:
requires:
- linux_setup
- upload:
requires:
# - macos_dv3d_py2
# - macos_dv3d_py37
- macos_dv3d_py37
# - linux_dv3d_py2
# - linux_dv3d_py37
- macos_setup
- linux_setup
- linux_dv3d_py37
# - macos_setup
# - linux_setup


0 comments on commit 8ea30fb

Please sign in to comment.