Skip to content

Commit

Permalink
test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Oct 22, 2023
1 parent 68fec9e commit 0c55fff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 55 deletions.
52 changes: 0 additions & 52 deletions .github/dependabot.yml

This file was deleted.

15 changes: 12 additions & 3 deletions .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,23 @@ jobs:
if: |
github.event_name == 'workflow_dispatch' ||
github.event_name == 'schedule'
runs-on: [self-hosted, ubuntu-20.04, main]
runs-on: ubuntu-20.04
timeout-minutes: 100
name: ${{ matrix.job_name }} (${{ matrix.container_task }})
strategy:
fail-fast: false
matrix:
job_name: ["beam_Publish_Beam_SDK_Snapshots"]
job_phrase: ["N/A"]
container_task: ["go:container", "java:container:java8", "java:container:java11", "java:container:java17", "python:container:py38", "python:container:py39", "python:container:py310", "python:container:py311"]
container_task:
- "go:container"
- "java:container:java8"
- "java:container:java11"
- "java:container:java17"
- "python:container:py38"
- "python:container:py39"
- "python:container:py310"
- "python:container:py311"
steps:
- uses: actions/checkout@v3
- name: Setup repository
Expand Down Expand Up @@ -96,4 +104,5 @@ jobs:
arguments: |
-Pjava11Home=$JAVA_HOME_11_X64 \
-Pdocker-repository-root=gcr.io/apache-beam-testing/beam-sdk \
-Pdocker-tag-list=${{ github.sha }},latest
-Pdocker-tag-list=${{ github.sha }},latest
--dry-run

0 comments on commit 0c55fff

Please sign in to comment.