mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
fix(ci): smoke-test changes do not need to build images (#11174)
This commit is contained in:
parent
c2dbfb8386
commit
66fdf29154
4
.github/actions/ci-optimization/action.yml
vendored
4
.github/actions/ci-optimization/action.yml
vendored
@ -52,20 +52,17 @@ runs:
|
||||
frontend:
|
||||
- "datahub-frontend/**"
|
||||
- "datahub-web-react/**"
|
||||
- "smoke-test/tests/cypress/**"
|
||||
- "docker/datahub-frontend/**"
|
||||
ingestion:
|
||||
- "metadata-ingestion-modules/**"
|
||||
- "metadata-ingestion/**"
|
||||
- "metadata-models/**"
|
||||
- "smoke-test/**"
|
||||
- "docker/datahub-ingestion**"
|
||||
ingestion-base:
|
||||
- "docker/datahub-ingestion-base/**"
|
||||
docker:
|
||||
- "docker/**"
|
||||
backend:
|
||||
- ".github/**"
|
||||
- "metadata-models/**"
|
||||
- "datahub-upgrade/**"
|
||||
- "entity-registry/**"
|
||||
@ -79,7 +76,6 @@ runs:
|
||||
- "metadata-utils/**"
|
||||
- "metadata-operation-context/**"
|
||||
- "datahub-graphql-core/**"
|
||||
- "smoke-test/**"
|
||||
- "docker/**"
|
||||
kafka-setup:
|
||||
- "docker/kafka-setup/**"
|
||||
|
||||
@ -88,6 +88,7 @@ runs:
|
||||
${{ inputs.image_tag }}
|
||||
"""
|
||||
echo "SINGLE_TAG=$(echo $IMAGES | tr '\n' ' ' | awk -F' ' '{ print $1 }'):$(echo $TAGS | tr '\n' ' ' | awk -F' ' '{ print $1 }')" >> $GITHUB_OUTPUT
|
||||
id: single_tag
|
||||
- name: Upload image locally for testing (if not publishing)
|
||||
uses: ishworkh/docker-image-artifact-upload@v1
|
||||
if: ${{ inputs.publish != 'true' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user