You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by sa...@apache.org on 2022/05/09 22:36:31 UTC

[incubator-heron] branch saadurrahman/3829-Deprecate-Apache-Aurora-dev updated: [Scripts] Removed Aurora from Scheduler library.

This is an automated email from the ASF dual-hosted git repository.

saadurrahman pushed a commit to branch saadurrahman/3829-Deprecate-Apache-Aurora-dev
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/saadurrahman/3829-Deprecate-Apache-Aurora-dev by this push:
     new f569e33fbd2 [Scripts] Removed Aurora from Scheduler library.
f569e33fbd2 is described below

commit f569e33fbd2eaec943c13361b6dfeab55e456dcb
Author: Saad Ur Rahman <sa...@apache.org>
AuthorDate: Mon May 9 18:36:23 2022 -0400

    [Scripts] Removed Aurora from Scheduler library.
---
 scripts/packages/BUILD | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index a575837767e..169ecc4342c 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -335,7 +335,6 @@ pkg_tar(
         "//heron/packing/src/java:heron-binpacking-packing",
         "//heron/packing/src/java:heron-roundrobin-packing",
         "//heron/scheduler-core/src/java:heron-scheduler",
-        "//heron/schedulers/src/java:heron-aurora-scheduler",
         "//heron/schedulers/src/java:heron-kubernetes-scheduler",
         "//heron/schedulers/src/java:heron-local-scheduler",
         "//heron/schedulers/src/java:heron-marathon-scheduler",