Skip to content

Commit

Permalink
[ignore] Added testing pipeline APIC hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed Apr 24, 2024
1 parent dac812d commit f481374
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,31 @@ jobs:
# run: git diff --exit-code
- name: Build
run: go build -v

acceptance:
name: Acceptance Tests
needs: build
runs-on: ubuntu-latest
env:
ACI_USERNAME: 'ansible_github_ci'
ACI_PASSWORD: 'sJ94G92#8dq2hx*K4qh'
concurrency:
group: tf-aci-ci-test-${{ matrix.apic_host.name }}
cancel-in-progress: false
strategy:
fail-fast: false
matrix:
apic_host:
- name: v4.2
url: 'https://173.36.219.68/'
- name: v5.2
url: 'https://173.36.219.83/'
url: 'https://173.36.219.69/'
- name: v6.0
url: 'https://173.36.219.84/'
url: 'https://173.36.219.70/'
- name: aws_cloud
url: 'https://52.52.20.121/'
- name: azure_cloud
url: 'https://20.245.236.136/'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -57,6 +67,4 @@ jobs:
TF_ACC: '1'
TF_ACC_STATE_LINEAGE: '1'
ACI_VAL_REL_DN: false
ACI_USERNAME: ${{ secrets.TF_ACC_ACI_USERNAME }}
ACI_PASSWORD: ${{ secrets.TF_ACC_ACI_PASSWORD }}
ACI_URL: ${{ matrix.apic_host.url }}

0 comments on commit f481374

Please sign in to comment.