From fa0f7264ecdc0b73a9ecc2ec746cf1e3f5f81818 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 11 Jul 2022 23:30:47 -0700 Subject: [PATCH 1/3] Fix Signed-off-by: Kevin Zhang --- .github/workflows/nightly-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index 06571c2dd3..f125ebdc23 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -25,7 +25,7 @@ jobs: run: echo '::set-output name=WAS_EDITED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false') integration-test-python: - needs: [check_date] + needs: check_date runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -45,7 +45,7 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - steps: + steps: - uses: actions/checkout@v2 with: # pull_request_target runs the workflow in the context of the base repo From 15251afcadf82d0d189b6dfccb85f23119b378b5 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 11 Jul 2022 23:32:37 -0700 Subject: [PATCH 2/3] Fix Signed-off-by: Kevin Zhang --- .github/workflows/nightly-ci.yml | 5 ----- README.md | 2 +- docs/roadmap.md | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index f125ebdc23..15717014de 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -4,11 +4,6 @@ on: schedule: - cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST. -# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532 -#concurrency: -# group: pr-integration-tests-${{ github.event.pull_request.number }} -# cancel-in-progress: true - jobs: check_date: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 6bd7c95b7d..64f6c5940f 100644 --- a/README.md +++ b/README.md @@ -230,4 +230,4 @@ Thanks goes to these incredible people: - + \ No newline at end of file diff --git a/docs/roadmap.md b/docs/roadmap.md index 19af4f95c9..8461256a15 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -59,7 +59,7 @@ The list below contains the functionality that contributors are planning to deve * [ ] Java Client * [ ] Go Client * [ ] Delete API - * [] Feature Logging (for training) + * [ ] Feature Logging (for training) * **Data Quality Management (See [RFC](https://docs.google.com/document/d/110F72d4NTv80p35wDSONxhhPBqWRwbZXG4f9mNEMd98/edit))** * [x] Data profiling and validation (Great Expectations) * [ ] Training-serving skew detection (in progress) From 664ae3b63c394991933c1ffbb4715bd0831163ba Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 11 Jul 2022 23:33:36 -0700 Subject: [PATCH 3/3] Fix Signed-off-by: Kevin Zhang --- .github/workflows/nightly-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index 15717014de..f125ebdc23 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -4,6 +4,11 @@ on: schedule: - cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST. +# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532 +#concurrency: +# group: pr-integration-tests-${{ github.event.pull_request.number }} +# cancel-in-progress: true + jobs: check_date: runs-on: ubuntu-latest