spark-instrumented-optimizer/.github/workflows
Kousuke Saruta 2de19e460b [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA
### What changes were proposed in this pull request?

This PR proposes to add `docker-integratin-tests` to `run-tests.py` and GA.
Once #32631 was merged but there was a lack of consideration.

Diff between this change and 692d95d145 merged in #32631 is as follows.

```
       if: github.repository != 'apache/spark'
       id: sync-branch
       run: |
+        apache_spark_ref=`git rev-parse HEAD`
         git fetch https://github.com/$GITHUB_REPOSITORY.git ${GITHUB_REF#refs/heads/}
         git -c user.name='Apache Spark Test Account' -c user.email='sparktestaccgmail.com' merge --no-commit --progress --squash FETCH_HEAD
         git -c user.name='Apache Spark Test Account' -c user.email='sparktestaccgmail.com' commit -m "Merged commit"
+        echo "::set-output name=APACHE_SPARK_REF::$apache_spark_ref"
     - name: Cache Scala, SBT and Maven
       uses: actions/cachev2
       with:
```

### Why are the changes needed?

CI for `docker-integration-tests` is absent for now.

### Does this PR introduce _any_ user-facing change?

GA.

### How was this patch tested?

Closes #32691 from sarutak/docker-integration-test-ga-take2.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
2021-05-28 16:54:47 +09:00
..
benchmark.yml [SPARK-35302][INFRA] Benchmark workflow should create new files for new benchmarks 2021-05-04 19:02:52 +09:00
build_and_test.yml [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA 2021-05-28 16:54:47 +09:00
cancel_duplicate_workflow_runs.yml [SPARK-34053][INFRA][FOLLOW-UP] Disables canceling push/schedule workflows 2021-01-12 23:10:20 +09:00
labeler.yml [SPARK-35101][INFRA] Add GitHub status check in PR instead of a comment 2021-04-18 11:33:42 +09:00
notify_test_workflow.yml [SPARK-35120][INFRA][FOLLOW-UP] Try catch an error to show the correct guidance 2021-04-21 13:32:04 +08:00
publish_snapshot.yml [BUILD][MINOR] Do not publish snapshots from forks 2020-12-23 00:22:42 +09:00
stale.yml [SPARK-30173] Tweak stale PR message 2020-01-07 08:34:59 -06:00
test_report.yml [SPARK-34874][INFRA] Recover test reports for failed GA builds 2021-03-26 18:12:28 +09:00
update_build_status.yml [SPARK-35120][INFRA] Guide users to sync branch and enable GitHub Actions in their forked repository 2021-04-19 10:40:50 -07:00