Skip to content

Commit

Permalink
Remove phrase edge capi
Browse files Browse the repository at this point in the history
Co-authored-by: Al Berez <al.berez@broadcom.com>
  • Loading branch information
moleske and a-b committed Feb 2, 2024
1 parent 1bc9036 commit ac05c7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
chmod +x $install_location/credhub
credhub --version
- name: Deploy edge CAPI with Isolation Segment and OIDC Provider
- name: Deploy Isolation Segment and OIDC Provider
if: ${{ inputs.capi-version == 'edge' }}
env:
CF_INT_CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@ on:
- completed

jobs:
run-integration-tests-cf-env-with-edge-capi:
name: Integration tests with EDGE CAPI
run-integration-tests-cf-env:
name: Integration tests
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/tests-integration-reusable.yml
with:
capi-version: edge
run-with-client-creds: false
os: ubuntu-latest
name: Integration EDGE CAPI
name: Integration
secrets: inherit

run-integration-tests-cf-env-with-edge-capi-with-client-creds:
name: EDGE CAPI and client creds
run-integration-tests-cf-env-with-client-creds:
name: client creds
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/tests-integration-reusable.yml
with:
capi-version: edge
run-with-client-creds: true
os: ubuntu-latest
name: Integration EDGE CAPI client creds
name: Integration client creds
secrets: inherit

run-integration-tests-cf-env-with-min-capi:
Expand Down

0 comments on commit ac05c7f

Please sign in to comment.