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

Add caching to CI test pipeline #361

Merged
merged 12 commits into from Apr 15, 2022
Merged

Add caching to CI test pipeline #361

merged 12 commits into from Apr 15, 2022

Commits on Feb 8, 2022

  1. add-key-with-cache-secret-to-test-task

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 8, 2022
    Copy the full SHA
    76399e6 View commit details
    Browse the repository at this point in the history
  2. correct implementation of the cache action

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 8, 2022
    Copy the full SHA
    9a60a20 View commit details
    Browse the repository at this point in the history
  3. indentation

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 8, 2022
    Copy the full SHA
    b5c401f View commit details
    Browse the repository at this point in the history
  4. correct order

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 8, 2022
    Copy the full SHA
    28485aa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. make sure we use the latest stable setuptools

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Feb 9, 2022
    Copy the full SHA
    6c60324 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Copy the full SHA
    15d916c View commit details
    Browse the repository at this point in the history
  2. only install pip-requirements if cache not there. Refactor SETUP scri…

    …pt, to make it only about postgres installation
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Apr 14, 2022
    Copy the full SHA
    a09f7c4 View commit details
    Browse the repository at this point in the history
  3. install pip-tools, no use for secret for now

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Apr 14, 2022
    Copy the full SHA
    1bce417 View commit details
    Browse the repository at this point in the history
  4. cache the entire Python environment

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Apr 14, 2022
    Copy the full SHA
    fb9a5fc View commit details
    Browse the repository at this point in the history
  5. better name for postgres script

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Apr 14, 2022
    Copy the full SHA
    987031b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. changelog entry

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Apr 15, 2022
    Copy the full SHA
    480f8d3 View commit details
    Browse the repository at this point in the history
  2. add possibility to invalidate cache if needed

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Apr 15, 2022
    Copy the full SHA
    8395255 View commit details
    Browse the repository at this point in the history