From 03292f592d018141d15023a614c452523bee0228 Mon Sep 17 00:00:00 2001 From: Jacob See Date: Wed, 5 Aug 2020 12:25:32 -0700 Subject: [PATCH] Resource Dispatcher pipfile re-lock & PR checks (#33) --- .../resource-dispatcher-pr-checks.yml | 19 ++++++++++++++++++ resource-dispatcher/Pipfile.lock | 20 ++----------------- 2 files changed, 21 insertions(+), 18 deletions(-) create mode 100644 .github/workflows/resource-dispatcher-pr-checks.yml diff --git a/.github/workflows/resource-dispatcher-pr-checks.yml b/.github/workflows/resource-dispatcher-pr-checks.yml new file mode 100644 index 0000000..6fcf622 --- /dev/null +++ b/.github/workflows/resource-dispatcher-pr-checks.yml @@ -0,0 +1,19 @@ +--- + +name: Resource Dispatcher PR Build Check + +on: + pull_request: + paths: + - resource-dispatcher/**/* + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: vrutkovs/action-s2i@master + with: + path: resource-dispatcher + base: registry.access.redhat.com/ubi8/python-38:latest + image: resource-dispatcher:latest diff --git a/resource-dispatcher/Pipfile.lock b/resource-dispatcher/Pipfile.lock index 9f265c7..e9cc9ac 100644 --- a/resource-dispatcher/Pipfile.lock +++ b/resource-dispatcher/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "e7b80988ff7c86c6fb4dc4adc326ed16987df66b7eef1e7414b0d6670ff409a2" + "sha256": "6f961bf0c5e9ed7ef1e1b4c3aabb59a8e93df76363371391023fcf74a59ffe9e" }, "pipfile-spec": 6, "requires": { - "python_version": "3.7" + "python_version": "3.8" }, "sources": [ { @@ -151,14 +151,6 @@ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.10" }, - "importlib-metadata": { - "hashes": [ - "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83", - "sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070" - ], - "markers": "python_version < '3.8'", - "version": "==1.7.0" - }, "inflect": { "hashes": [ "sha256:053dabafaebc41375361cea2cbaea52f91c7d5bd30e079847ee4e4e49739d41b", @@ -377,14 +369,6 @@ ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==1.0.1" - }, - "zipp": { - "hashes": [ - "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b", - "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96" - ], - "markers": "python_version >= '3.6'", - "version": "==3.1.0" } }, "develop": {}