Skip to content

Commit

Permalink
fix(ci): Use v11 labs for v11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Aug 24, 2024
1 parent 20860cc commit eecd92c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/kfc-v11-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
needs:
- build
env:
SECRET_NAME: "command-config-1050-clean"
KEYFACTOR_HOSTNAME: "int1050-test-clean.kfdelivery.com"
SECRET_NAME: "command-config-1112-clean"
KEYFACTOR_HOSTNAME: "int1112-test-clean.kfdelivery.com"
KEYFACTOR_DOMAIN: "command"
KEYFACTOR_USERNAME: ${{ secrets.LAB_USERNAME }}
KEYFACTOR_PASSWORD: ${{ secrets.LAB_PASSWORD }}
Expand All @@ -49,8 +49,8 @@ jobs:
- build
- Test_StoreTypes
env:
SECRET_NAME: "command-config-1050"
KEYFACTOR_HOSTNAME: "integrations1050-lab.kfdelivery.com"
SECRET_NAME: "command-config-1112"
KEYFACTOR_HOSTNAME: "integrations1112-lab.kfdelivery.com"
KEYFACTOR_DOMAIN: "command"
KEYFACTOR_USERNAME: ${{ secrets.LAB_USERNAME }}
KEYFACTOR_PASSWORD: ${{ secrets.LAB_PASSWORD }}
Expand All @@ -68,8 +68,8 @@ jobs:

- Test_StoreTypes
env:
SECRET_NAME: "command-config-1050"
KEYFACTOR_HOSTNAME: "integrations1050-lab.kfdelivery.com"
SECRET_NAME: "command-config-1112"
KEYFACTOR_HOSTNAME: "integrations1112-lab.kfdelivery.com"
KEYFACTOR_DOMAIN: "command"
KEYFACTOR_USERNAME: ${{ secrets.LAB_USERNAME }}
KEYFACTOR_PASSWORD: ${{ secrets.LAB_PASSWORD }}
Expand All @@ -88,7 +88,7 @@ jobs:
needs:
- Test_PAM
env:
SECRET_NAME: "command-config-1050-az"
SECRET_NAME: "command-config-1112-az"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit eecd92c

Please sign in to comment.