Skip to content

Commit

Permalink
minor job name changes in transform workflows
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 17, 2024
1 parent 6badd06 commit c4417fc
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-code-code2parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/code/code2parquet
run: |
make -C transforms/code/code2parquet DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-code-code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/code/code_quality
run: |
make -C transforms/code/code_quality DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-code-header_cleanser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/code/header_cleanser
run: |
make -C transforms/code/header_cleanser DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-code-malware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/code/malware
run: |
make -C transforms/code/malware DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-code-proglang_select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/code/proglang_select
run: |
make -C transforms/code/proglang_select DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-code-repo_level_ordering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/code/repo_level_ordering
run: |
make -C transforms/code/repo_level_ordering DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-language-doc_chunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/language/doc_chunk
run: |
make -C transforms/language/doc_chunk DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-language-doc_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/language/doc_quality
run: |
make -C transforms/language/doc_quality DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-language-lang_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/language/lang_id
run: |
make -C transforms/language/lang_id DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-language-pdf2parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/language/pdf2parquet
run: |
make -C transforms/language/pdf2parquet DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-language-pii_redactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/language/pii_redactor
run: |
make -C transforms/language/pii_redactor DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-language-text_encoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/language/text_encoder
run: |
make -C transforms/language/text_encoder DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-transform.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in @TARGET_TRANSFORM_DIR@
run: |
make -C @TARGET_TRANSFORM_DIR@ DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-doc_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/doc_id
run: |
make -C transforms/universal/doc_id DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-ededup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/ededup
run: |
make -C transforms/universal/ededup DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-fdedup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/fdedup
run: |
make -C transforms/universal/fdedup DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/filter
run: |
make -C transforms/universal/filter DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-html2parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/html2parquet
run: |
make -C transforms/universal/html2parquet DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-noop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/noop
run: |
make -C transforms/universal/noop DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/profiler
run: |
make -C transforms/universal/profiler DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-resize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/resize
run: |
make -C transforms/universal/resize DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-universal-tokenization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- "!**/.gitignore"

jobs:
check_if_push_images:
check_if_push_image:
# check whether the Docker images should be pushed to the remote repository
# The images are pushed if it is a merge to dev branch or a new tag is created.
# The latter being part of the release process.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test transform source in transforms/universal/tokenization
run: |
make -C transforms/universal/tokenization DOCKER=docker test-src
test-images:
test-image:
needs: [check_if_push_images]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down

0 comments on commit c4417fc

Please sign in to comment.