From ef9486164bff83fe2eb839a873faf6ff0ed0ef7a Mon Sep 17 00:00:00 2001
From: Pavel Vetokhin
Date: Sun, 3 Mar 2024 15:57:02 +0300
Subject: [PATCH] Adapt hostname
---
.github/workflows/work_proposal.yaml | 6 +++---
baker/ansible/tasks/product/check.yaml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/work_proposal.yaml b/.github/workflows/work_proposal.yaml
index 921688e3..4e52d0a3 100644
--- a/.github/workflows/work_proposal.yaml
+++ b/.github/workflows/work_proposal.yaml
@@ -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:
@@ -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:
@@ -162,7 +162,7 @@ jobs:
- uses: actions/upload-artifact@v4.3.1
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
diff --git a/baker/ansible/tasks/product/check.yaml b/baker/ansible/tasks/product/check.yaml
index b1a660ad..e805b93c 100644
--- a/baker/ansible/tasks/product/check.yaml
+++ b/baker/ansible/tasks/product/check.yaml
@@ -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 }}