You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2022/06/20 23:49:00 UTC

[jira] [Resolved] (SPARK-39521) Define each workflow for each scheduled job in GitHub Actions

     [ https://issues.apache.org/jira/browse/SPARK-39521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-39521.
----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

Issue resolved by pull request 36922
[https://github.com/apache/spark/pull/36922]

> Define each workflow for each scheduled job in GitHub Actions
> -------------------------------------------------------------
>
>                 Key: SPARK-39521
>                 URL: https://issues.apache.org/jira/browse/SPARK-39521
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Project Infra
>    Affects Versions: 3.4.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Major
>             Fix For: 3.4.0
>
>
> it is very difficult to navigate scheduled jobs now. We should use https://github.com/apache/spark/actions/workflows/build_and_test.yml?query=event%3Aschedule link and manually search one by one.
> Since GitHub added the feature to import other workflow, we should leverage this feature, see also https://github.com/apache/spark/blob/master/.github/workflows/build_and_test_ansi.yml. Once we can separate them, it will be defined as a separate workflows. We might have to clean up existing build history to make it easier to read (it requires committer-only permission to clean them up).
> Namely, each scheduled job should be classified under "All workflows" at https://github.com/apache/spark/actions so other developers can easily track them.
> See also https://docs.github.com/en/actions/using-workflows/reusing-workflows



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org