Skip to content

Commit

Permalink
ci: add TEST_OS and --plan in testing-farm command line
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 6, 2024
1 parent 0250bc4 commit 39a73c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cs9-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
- name: Run the tests
run: |
testing-farm request \
--plan "/all/openstack" \
--environment TEST_OS="$TEST_OS" \
--secret QUAY_USERNAME="$QUAY_USERNAME" \
--secret QUAY_PASSWORD="$QUAY_PASSWORD" \
--secret OS_USERNAME="$OS_USERNAME" \
Expand Down Expand Up @@ -114,7 +116,6 @@ jobs:
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
TESTING_FARM_API_TOKEN: ${{ secrets.TF_API_KEY }}
TEST_OS: centos-stream-9
PLATFORM: openstack
ARCH: x86_64
TIMEOUT: 30

Expand Down

0 comments on commit 39a73c1

Please sign in to comment.