Skip to content

Commit

Permalink
Test removing workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Oct 17, 2023
1 parent 4d475e4 commit fcb4573
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
path: sssd

- name: Setup containers
uses: SSSD/sssd-ci-containers/actions/setup@master
uses: justin-stephenson/sssd-ci-containers/actions/setup@test_network_workaround
with:
path: sssd-ci-containers
tag: ${{ matrix.tag }}
Expand All @@ -98,7 +98,7 @@ jobs:
- ../sssd:/sssd:rw
- name: Run integration tests
uses: SSSD/sssd-ci-containers/actions/exec@master
uses: justin-stephenson/sssd-ci-containers/actions/exec@test_network_workaround
with:
working-directory: /sssd
script: ./contrib/ci/run --moderate
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
path: sssd

- name: Setup containers
uses: SSSD/sssd-ci-containers/actions/setup@master
uses: justin-stephenson/sssd-ci-containers/actions/setup@test_network_workaround
with:
path: sssd-ci-containers
tag: ${{ matrix.tag }}
Expand All @@ -166,7 +166,7 @@ jobs:
- ../sssd:/sssd:rw
- name: Build SSSD on the client
uses: SSSD/sssd-ci-containers/actions/exec@master
uses: justin-stephenson/sssd-ci-containers/actions/exec@test_network_workaround
with:
log-file: multihost-build.log
working-directory: /sssd
Expand All @@ -183,7 +183,7 @@ jobs:
make rpms
- name: Install SSSD on the client
uses: SSSD/sssd-ci-containers/actions/exec@master
uses: justin-stephenson/sssd-ci-containers/actions/exec@test_network_workaround
with:
log-file: multihost-install.log
user: root
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
path: sssd

- name: Setup containers
uses: SSSD/sssd-ci-containers/actions/setup@master
uses: justin-stephenson/sssd-ci-containers/actions/setup@test_network_workaround
with:
path: sssd-ci-containers
tag: ${{ matrix.tag }}
Expand All @@ -285,7 +285,7 @@ jobs:
- ../sssd:/sssd:rw
- name: Build SSSD on the client and IPA
uses: SSSD/sssd-ci-containers/actions/exec@master
uses: justin-stephenson/sssd-ci-containers/actions/exec@test_network_workaround
with:
log-file: build.log
working-directory: /sssd
Expand All @@ -305,7 +305,7 @@ jobs:
make rpms
- name: Install SSSD on the client and IPA
uses: SSSD/sssd-ci-containers/actions/exec@master
uses: justin-stephenson/sssd-ci-containers/actions/exec@test_network_workaround
with:
log-file: install.log
user: root
Expand Down

0 comments on commit fcb4573

Please sign in to comment.