Skip to content

Commit 3f2a6d3

Browse files
committed
fix runner labels
1 parent 366a99d commit 3f2a6d3

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4179,7 +4179,7 @@ jobs:
41794179
with:
41804180
runner_type: altinity-on-demand, altinity-regression-tester
41814181
commit: 8d2c6d2072771d450a47faca38966da7493821e1
4182-
arch: release
4182+
arch: x86
41834183
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41844184
timeout_minutes: 300
41854185
workflow_config: ${{ needs.config_workflow.outputs.data }}

.github/workflows/regression-reusable-suite.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ on:
4444
required: false
4545
type: string
4646
default: "x86"
47-
runner_location:
48-
required: false
49-
type: string
50-
default: "in-hel1-fsn1-nbg1"
5147
job_name:
5248
required: false
5349
type: string
@@ -69,10 +65,7 @@ jobs:
6965
name: ${{ format('{0}{1}', inputs.job_name != '' && inputs.job_name || inputs.suite_name, inputs.part != '' && format('_{0}', inputs.part) || '') }}
7066
runs-on: [
7167
"self-hosted",
72-
"${{ inputs.runner_arch }}",
73-
"${{ inputs.runner_type != '' && inputs.runner_type || (inputs.runner_arch == 'x86' && 'type-cx42-cpx41' || (inputs.runner_arch == 'arm' || inputs.runner_arch == 'arm64' || inputs.runner_arch == 'aarch64') && 'type-cax31-cax41' || 'type-cx42-cpx41') }}",
74-
"${{ inputs.runner_location }}",
75-
"image-${{ inputs.runner_arch }}-app-docker-ce",
68+
"${{ inputs.runner_type }}",
7669
]
7770
timeout-minutes: ${{ inputs.timeout_minutes }}
7871
env:

0 commit comments

Comments
 (0)