Skip to content

Commit

Permalink
Adapt hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Mar 3, 2024
1 parent b7ac883 commit ef94861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/work_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
job_summary: false

stack-building:
name: Stack building (${{ matrix.env.dev }}, ${{ matrix.env.ops }})
name: Stack building (${{ matrix.focus }}, ${{ matrix.env.ops }})
timeout-minutes: 5
needs: [up-to-images]
strategy:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
if-no-files-found: ignore

stack-checking:
name: Stack checking (${{ matrix.shard }}, ${{ matrix.focus }}, ${{ matrix.env.ops }})
name: Stack checking (${{ matrix.focus }}, ${{ matrix.env.ops }}, ${{ matrix.shard }})
timeout-minutes: 15
needs: [stack-building]
strategy:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: actions/[email protected]
if: ${{ !cancelled() }}
with:
name: e2e-tests-${{ matrix.focus }}-${{ matrix.shard }}-${{ matrix.env.ops }}
name: e2e-tests-${{ matrix.focus }}-${{ matrix.env.ops }}-${{ matrix.shard }}
path: test/e2e/target/surefire-reports/*.xml
if-no-files-found: ignore

Expand Down
2 changes: 1 addition & 1 deletion baker/ansible/tasks/product/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--projects :e2e
--define skipUnits
{% if hostvars.gear.is_virtual.rc == 0 %}
--define testing.client.host=sepuling
--define testing.client.host=app-sepuling
{% endif %}
{% if modulus is defined %}
--define testing.sharding.modulus={{ modulus }}
Expand Down

0 comments on commit ef94861

Please sign in to comment.