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

Update CIs #607

Merged
merged 127 commits into from
Apr 8, 2019
Merged

Update CIs #607

merged 127 commits into from
Apr 8, 2019

Commits on Oct 23, 2018

  1. Add CircleCI badge

    guyer committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    cf1d838 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    6fe9ddf View commit details
    Browse the repository at this point in the history
  2. Add install to workflow

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    ef97bc1 View commit details
    Browse the repository at this point in the history
  3. Change name of job from "install" to "binky"

    Keyword collision?
    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    795056f View commit details
    Browse the repository at this point in the history
  4. Change job name to "build"

    Documentation says "Note: Builds without workflows require a build job"
    but we have workflows
    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    bb76aff View commit details
    Browse the repository at this point in the history
  5. Putting back a bunch of redundant crap

    Error messages from CircleCI are less than helpful
    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    8df2879 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e12c1f2 View commit details
    Browse the repository at this point in the history
  7. Strip everything away

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    833f81e View commit details
    Browse the repository at this point in the history
  8. Revert "Strip everything away"

    This reverts commit 833f81e.
    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    1c982c7 View commit details
    Browse the repository at this point in the history
  9. Revert "Putting back a bunch of redundant crap"

    This reverts commit 8df2879.
    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    67b0e90 View commit details
    Browse the repository at this point in the history
  10. Add missing colons

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    eeb7782 View commit details
    Browse the repository at this point in the history
  11. Add conda workspace

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    681a048 View commit details
    Browse the repository at this point in the history
  12. Remove workspace

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d8c7c72 View commit details
    Browse the repository at this point in the history
  13. Rename cache

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b6d1586 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aea82b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    687fcfd View commit details
    Browse the repository at this point in the history
  16. Add missing syntax and steps

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    2cc67cf View commit details
    Browse the repository at this point in the history
  17. Fix environment name

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    fe52f3e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ab6f8d8 View commit details
    Browse the repository at this point in the history
  19. Restore cache in each test job

    guyer committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    152c47e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    28c0a60 View commit details
    Browse the repository at this point in the history
  2. Update cache

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    1e17d27 View commit details
    Browse the repository at this point in the history
  3. Update configuration version

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    ab7f0c8 View commit details
    Browse the repository at this point in the history
  4. Force a change

    needed to "Enable Build Processing"
    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    e92b8a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b783e5 View commit details
    Browse the repository at this point in the history
  6. Add pip cache to circle cache

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    187fb59 View commit details
    Browse the repository at this point in the history
  7. Flush extracted packages from cache

    Hopefully reduce cache size and improve performance
    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2c2e0d3 View commit details
    Browse the repository at this point in the history
  8. Checkout in each job

    Each job needs to checkout in order to have source
    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    def98ce View commit details
    Browse the repository at this point in the history
  9. Fix YAML formatting

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    17c9362 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d0b61c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d256977 View commit details
    Browse the repository at this point in the history
  12. Fix workflow requirement

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    a021f5c View commit details
    Browse the repository at this point in the history
  13. Make path explicit

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    c367eac View commit details
    Browse the repository at this point in the history
  14. Add path to source activate

    Even though path is working directory...
    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    9600fec View commit details
    Browse the repository at this point in the history
  15. Give scipy tests more time

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    4c67f87 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a442907 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7e0c58b View commit details
    Browse the repository at this point in the history
  18. Introduce commands to save and restore cache

    Tedious and error prone to have name of cache littered all over
    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    2164ab3 View commit details
    Browse the repository at this point in the history
  19. Rename working directory

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    38c15c4 View commit details
    Browse the repository at this point in the history
  20. Add test command

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    755f980 View commit details
    Browse the repository at this point in the history
  21. Introduce trilinos tests

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    de1f58c View commit details
    Browse the repository at this point in the history
  22. Restore timeout extension

    Accidently dropped when test_fipy command was introduced
    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    b472755 View commit details
    Browse the repository at this point in the history
  23. Increase timeout

    guyer committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    6d7d007 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4a327f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. ping the build

    guyer committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    a121255 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    377ecdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e2ab9 View commit details
    Browse the repository at this point in the history
  3. Downsize comparison Grid2D

    guyer committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    9b4849a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. ping the build

    Pysparse stopped working with numpy 1.16
    https://github.com/numpy/numpy/blame/c4a840ed97f67cfdc7c5d8a04512cdc86098dff0/doc/release/1.16.0-notes.rst#L96
    Rerun CI tests with new build of Pysparse
    guyer committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    53d97c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. ping the build

    guyer committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    e00eb97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278c821 View commit details
    Browse the repository at this point in the history
  3. Add diagnostic to find libgl

    guyer committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    48261da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce2833c View commit details
    Browse the repository at this point in the history
  5. Move libGL install to test_fipy from conda_env

    apt packages aren't cached
    also update conda cache
    guyer committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    5f05ceb View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Install conda packages individually

    fipy-feedstock doesn't work right now
    guyer committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    1ef5f9b View commit details
    Browse the repository at this point in the history
  2. Add diagnostics for incompatible packages

    ```
    UnsatisfiableError: The following specifications were found to be in conflict:
      - gmsh=3.0.6
      - pysparse
    Use "conda search <package> --info" to see the dependencies for each package.
    ```
    guyer committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    41dc454 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Ignore exception detail

    Numpy 1.16 changed the error message for an invalid `itemset`
    guyer committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    0bf6158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea7124a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Ping the build

    guyer committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    e68e8b5 View commit details
    Browse the repository at this point in the history
  2. Fix gmsh version <4.0

    3.0.6 was overly specific?
    guyer committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    d02adaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a7436d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Ping the build

    guyer committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    e29eb10 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    68a8490 View commit details
    Browse the repository at this point in the history
  2. Hide AppVeyor configuration

    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e015731 View commit details
    Browse the repository at this point in the history
  3. Remove x86 pysparse configuration

    No satisfiable dependencies
    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    bffeb9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e8c2eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa51566 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0a236e View commit details
    Browse the repository at this point in the history
  7. Remove gmsh from x86 builds

    Dependency not available
    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    c49c568 View commit details
    Browse the repository at this point in the history
  8. Ping the build

    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    cfc8191 View commit details
    Browse the repository at this point in the history
  9. Ping the build

    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    04eb3a9 View commit details
    Browse the repository at this point in the history
  10. Fix YAML syntax

    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    d9112e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    220cd9f View commit details
    Browse the repository at this point in the history
  12. Force older version of gmsh

    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    70c2d4e View commit details
    Browse the repository at this point in the history
  13. Remove Gmsh install on Python 2.7

    Gmsh on Windows is only built against vc 14.
    numpy on python 2.7 is only built against vc 9.
    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    0b11a65 View commit details
    Browse the repository at this point in the history
  14. Ping the build

    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    b010d09 View commit details
    Browse the repository at this point in the history
  15. Ping the build

    guyer committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    bf98582 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Add diagnostic to find libGLU

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    1327db8 View commit details
    Browse the repository at this point in the history
  2. Change apt package for libGLU

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    f0c501a View commit details
    Browse the repository at this point in the history
  3. Fix typo

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    718cd97 View commit details
    Browse the repository at this point in the history
  4. Add Py3k to workflow

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    ed55ff1 View commit details
    Browse the repository at this point in the history
  5. Fix typos

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    06dfc5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f26e20c View commit details
    Browse the repository at this point in the history
  7. Remove libGLU for diagnostics

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    8286404 View commit details
    Browse the repository at this point in the history
  8. Move 2to3 until after checkout

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    0e7e179 View commit details
    Browse the repository at this point in the history
  9. Remove clobbering checkout

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    67891ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12d5b2e View commit details
    Browse the repository at this point in the history
  11. Update apt package lists

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    cad4229 View commit details
    Browse the repository at this point in the history
  12. Add libXrender

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    c16b409 View commit details
    Browse the repository at this point in the history
  13. Add libGLU, too

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    55892d1 View commit details
    Browse the repository at this point in the history
  14. Switch travis builds to osx

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    938eb11 View commit details
    Browse the repository at this point in the history
  15. Add diagnostic

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    e6f45a0 View commit details
    Browse the repository at this point in the history
  16. Fix bash comparisons

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    6c1da74 View commit details
    Browse the repository at this point in the history
  17. Fix(?) string expansion

    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    212d9d0 View commit details
    Browse the repository at this point in the history
  18. Specify Miniconda2-latest

    Miniconda-latest doesn't exist anymore
    guyer committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    81424c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    aa79eac View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Switch to conda-forge/fipy

    guyer committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ad5fc39 View commit details
    Browse the repository at this point in the history
  2. Fall back to explicit packages for x86

    conda-forge doesn't build an x64 variant
    guyer committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    50141ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    657a651 View commit details
    Browse the repository at this point in the history
  4. Switch back to source activate

    `conda activate` needs jiggering with the shell
    guyer committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    14f4c32 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    b92b860 View commit details
    Browse the repository at this point in the history
  2. Update badges

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    9b7e884 View commit details
    Browse the repository at this point in the history
  3. Fix badge

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    c87d230 View commit details
    Browse the repository at this point in the history
  4. Consolidate CI discussion

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    a2d466f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5df4375 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd0f7e1 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    815b346 View commit details
    Browse the repository at this point in the history
  8. Activate environment

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    d2f81ac View commit details
    Browse the repository at this point in the history
  9. Export by --prefix

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    3bf4be9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edb777c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d8c297 View commit details
    Browse the repository at this point in the history
  12. Re-add inline tests

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    3c1d3cc View commit details
    Browse the repository at this point in the history
  13. Fix environment syntax

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    cc843ec View commit details
    Browse the repository at this point in the history
  14. Fix typo

    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    c29a19c View commit details
    Browse the repository at this point in the history
  15. Make travis wait during first inline build

    Might not work as all output piped to /dev/null
    guyer committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    77daa9a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eaa153a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    28e92f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Extend travis_wait to 40 min

    guyer committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    0fc714e View commit details
    Browse the repository at this point in the history
  2. Use pip to update weave

    guyer committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    0374689 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    guyer committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    277d8cb View commit details
    Browse the repository at this point in the history
  4. Revert "Use pip to update weave"

    This reverts commit 0374689.
    guyer committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    d5dae9f View commit details
    Browse the repository at this point in the history
  5. Disable inline tests

    See issue usnistgov#629
    guyer committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    0df8a01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85088bb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    323f5f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    24ccf18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d27ee9 View commit details
    Browse the repository at this point in the history
  3. Disable x86 runs

    AppVeyor is slooooow,
    `conda-forge` [doesn't build x86 anymore](conda-forge/staged-recipes#5640),
    and probably nobody has one?
    guyer committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    081dab0 View commit details
    Browse the repository at this point in the history