Skip to content

Commit

Permalink
test: Extracting test
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Oct 2, 2024
1 parent 2aad62e commit 463c108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/extract-region.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
AGENTS='["objectstorage", "server", "vpc", "redis", "ses", "nks", "nasvolume", "mysql", "mssql", "mongodb", "loadbalancer", "hadoop", "autoscaling"]'
echo "agent_list=$AGENTS" >> $GITHUB_OUTPUT
# - name: Debug Output
# run: echo "Agents: ${{ steps.set-agents.outputs.agent_list }}"
- name: Debug Output
run: |
echo "Agents: ${{ steps.set-agents.outputs.agent_list }}"
setup-regions:
name: Setup Regions for Agents
Expand All @@ -47,8 +48,9 @@ jobs:
REGIONS=$(yq eval ".regions.$AGENT_KEY[]" .github/data/region.yml | jq -R -s -c 'split("\n") | map(select(length > 0))')
echo "region_matrix={\"${{ matrix.agent }}\": $REGIONS}" >> $GITHUB_OUTPUT
# - name: Debug Output
# run: echo "Regions for ${{ matrix.agent }}: ${{ steps.set-regions.outputs.region_matrix }}"
- name: Debug Output
run: |
echo "Regions for ${{ matrix.agent }}: ${{ steps.set-regions.outputs.region_matrix }}"
combine-matrix:
name: Combine Agent-Region Matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Define Colors
id: colors
run: |
echo 'colors=["red", "green", "blue"]' >> "$GITHUB_OUTPUT"
echo 'colors=["objectstorage", "ses", "vpc"]' >> "$GITHUB_OUTPUT"
produce-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 463c108

Please sign in to comment.