Skip to content

Commit

Permalink
add ci container to all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Aug 16, 2024
1 parent 0769ee3 commit d6fecdb
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ concurrency:

jobs:
auto_merge:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ concurrency:

jobs:
bump_version:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
steps:
- name: Print contexts
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ env:

jobs:
build:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
steps:
- name: Print contexts
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/check_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ concurrency:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/consistent_engine_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/consistent_engine_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/consistent_nvmrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/consistent_workflow_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ concurrency:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:

jobs:
deploy:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
steps:
- name: Print contexts
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
name: check
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lockstep_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/prosoponator_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on: issue_comment

jobs:
comment:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
# This job only runs for pull request comments
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/provider_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down

0 comments on commit d6fecdb

Please sign in to comment.