potiuk commented on a change in pull request #11541:
URL: https://github.com/apache/airflow/pull/11541#discussion_r505459382



##########
File path: scripts/ci/selective_tests.sh
##########
@@ -58,28 +60,83 @@ function output_all_basic_variables() {
     initialization::ga_output kubernetes-exclude '[]'
 }
 
-function set_outputs_run_all_tests() {
+function run_tests() {
     initialization::ga_output run-tests "true"
-    initialization::ga_output run-kubernetes-tests "true"
-    initialization::ga_output test-types "Core Other API CLI Providers WWW 
Integration Heisentests"
 }
 
-function set_output_skip_all_tests() {
+function skip_running_tests() {
     initialization::ga_output run-tests "false"
+}
+
+function run_kubernetes_tests() {
+    initialization::ga_output run-kubernetes-tests "true"
+}
+
+function skip_running_kubernetes_tests() {
     initialization::ga_output run-kubernetes-tests "false"
+}

Review comment:
       Right. Will do it. I was doing it at 1am :)




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to