From d0df14eae892f6697a7ed1095937566fa08d1fae Mon Sep 17 00:00:00 2001 From: David Andersen Date: Wed, 10 Jan 2024 14:14:03 -0800 Subject: [PATCH 1/3] updated awsed client version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 25fdacc..313b8b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dacite -kubernetes==24.2.0 +kubernetes>=28,<29 flask==2.3.2 jsonify waitress @@ -7,4 +7,4 @@ PyHamcrest requests_mock dataclasses-json python-dotenv -git+https://github.com/ucsd-ets/awsed_python_client.git@Rebuild \ No newline at end of file +git+https://github.com/ucsd-ets/awsed_python_client.git@2024.1.2-RC1 From 87c92b84b1268e60053fd1cff13362a4a1008f2b Mon Sep 17 00:00:00 2001 From: David Andersen Date: Wed, 10 Jan 2024 14:19:43 -0800 Subject: [PATCH 2/3] allow run manually --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68345a6..512d099 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ on: schedule: - cron: '0 2 * * *' push: + workflow_dispatch: env: REGISTRY: ghcr.io From f1b21d3efa17177df8686b68f8aa363ac36a94b3 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Wed, 10 Jan 2024 14:22:04 -0800 Subject: [PATCH 3/3] disable cron --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 512d099..2a7df34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build on: - schedule: - - cron: '0 2 * * *' + #schedule: + # - cron: '0 2 * * *' push: workflow_dispatch: