craig-rueda commented on code in PR #27906:
URL: https://github.com/apache/superset/pull/27906#discussion_r1554371108
##########
.github/workflows/no-op.yml:
##########
@@ -26,89 +26,103 @@ jobs:
frontend-build:
runs-on: ubuntu-latest
steps:
- - name: No-op for frontend-build
- run: |
- echo "This is a no-op step for frontend-build to ensure a successful
status."
- exit 0
-
+ - run: exit 0
+# ------------------------------------
+# DE-COMMENT POST MERGING https://github.com/apache/superset/pull/27906
+# ------------------------------------
+#
+# pre-commit:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+# python-lint:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+# test-postgres-hive:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+# test-postgres-presto:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+# unit-tests:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+# test-mysql:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+# test-postgres:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+# test-sqlite:
+# runs-on: ubuntu-latest
+# steps:
+# - run: exit 0
+## ------------------------------------------------------
+## TO BE DEPRECATED after https://github.com/apache/superset/pull/27906
+## is merged
+## These no-ops were used to deprecate/renaming checks
+## and can be safely delete if seen on `master`
+## ------------------------------------------------------
pre-commit:
strategy:
matrix:
- python-version: ["3.9"]
+ python-version: ["3.9", "3.10", ""]
Review Comment:
Do we need to include `3.9`? Let's just do `3.10`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]