mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 01:18:20 +00:00
build(spark-smoke): dump container logs for spark smoke test (#9565)
This commit is contained in:
parent
52ffcdb4b1
commit
8f45d3d0cb
6
.github/workflows/spark-smoke-test.yml
vendored
6
.github/workflows/spark-smoke-test.yml
vendored
@ -54,6 +54,12 @@ jobs:
|
||||
-x :datahub-web-react:yarnBuild \
|
||||
-x :datahub-web-react:distZip \
|
||||
-x :datahub-web-react:jar
|
||||
- name: Upload logs
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: docker logs
|
||||
path: "docker/build/container-logs/*.log"
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
|
||||
@ -69,6 +69,8 @@ dockerCompose {
|
||||
buildBeforePull = false
|
||||
stopContainers = false
|
||||
removeVolumes = false
|
||||
captureContainersOutput = true
|
||||
captureContainersOutputToFiles = project.file('build/container-logs')
|
||||
}
|
||||
|
||||
quickstartPg {
|
||||
@ -103,6 +105,8 @@ dockerCompose {
|
||||
buildBeforePull = false
|
||||
stopContainers = false
|
||||
removeVolumes = false
|
||||
captureContainersOutput = true
|
||||
captureContainersOutputToFiles = project.file('build/container-logs')
|
||||
}
|
||||
|
||||
quickstartDebug {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user