Skip to content

Commit

Permalink
[DOP-18948] Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Sep 2, 2024
1 parent 3d5bfe5 commit fb86f92
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test-clickhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
source ./env
./pytest_runner.sh -m clickhouse
- name: Upload coverage results
uses: actions/upload-artifact@v4
with:
name: coverage-clickhouse-${{ inputs.clickhouse-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*

- name: Dump Clickhouse logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2
Expand All @@ -109,3 +103,11 @@ jobs:
with:
name: container-logs-clickhouse-${{ inputs.clickhouse-version }}-spark-${{ inputs.spark-version }}
path: logs/*

- name: Upload coverage results
uses: actions/upload-artifact@v4
with:
name: coverage-clickhouse-${{ inputs.clickhouse-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ jobs:
with:
name: coverage-core-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
with:
name: container-logs-ftp-${{ inputs.ftp-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: logs/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true

- name: Shutdown FTP
if: always()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-ftps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ jobs:
with:
name: coverage-ftps-${{ inputs.ftps-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-greenplum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,5 @@ jobs:
with:
name: coverage-greenplum-${{ inputs.greenplum-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-hdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ jobs:
with:
name: coverage-hdfs-${{ inputs.hadoop-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ jobs:
with:
name: coverage-hive-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,5 @@ jobs:
with:
name: coverage-kafka-${{ inputs.kafka-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-local-fs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ jobs:
with:
name: coverage-local-fs-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ jobs:
with:
name: coverage-mongodb-${{ inputs.mongodb-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@ jobs:
with:
name: coverage-mssql-${{ inputs.mssql-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ jobs:
with:
name: coverage-mysql-${{ inputs.mysql-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@ jobs:
with:
name: coverage-oracle-${{ inputs.oracle-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ jobs:
with:
name: coverage-postgres-${{ inputs.postgres-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ jobs:
with:
name: coverage-s3-${{ inputs.minio-version }}-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-samba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ jobs:
with:
name: coverage-samba-${{ inputs.server-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ jobs:
with:
name: coverage-sftp-${{ inputs.openssh-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-teradata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ jobs:
with:
name: coverage-teradata-spark-${{ inputs.spark-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/test-webdav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ jobs:
with:
name: coverage-webdav-${{ inputs.webdav-version }}-python-${{ inputs.python-version }}-os-${{ inputs.os }}
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true

0 comments on commit fb86f92

Please sign in to comment.