Skip to content

Commit 901b5b4

Browse files
workflows: Move test env to BC
Changelog-entry: workflows: workflows: Move test env to BC Signed-off-by: Ryan Cooke<ryan@balena.io>
1 parent 43094b0 commit 901b5b4

11 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/raspberrypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
test_matrix: >
6161
{
6262
"test_suite": ["os","cloud","hup"],
63-
"environment": ["bm.balena-dev.com"],
63+
"environment": ["balena-cloud.com"],
6464
"runs_on": [["ubuntu-latest"]]
6565
}
6666
# Allow manual workflow runs to force finalize without checking previous test runs

.github/workflows/raspberrypi0-2w-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ env:
6767
test_matrix: >
6868
{
6969
"test_suite": ["os","cloud","hup"],
70-
"environment": ["bm.balena-dev.com"],
70+
"environment": ["balena-cloud.com"],
7171
"runs_on": [["ubuntu-latest"]],
7272
"worker_type": ["testbot"]
7373
}

.github/workflows/raspberrypi3-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
test_matrix: >
6161
{
6262
"test_suite": ["os","cloud","hup"],
63-
"environment": ["bm.balena-dev.com"],
63+
"environment": ["balena-cloud.com"],
6464
"runs_on": [["ubuntu-latest"]]
6565
}
6666
# Allow manual workflow runs to force finalize without checking previous test runs

.github/workflows/raspberrypi3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
test_matrix: >
6161
{
6262
"test_suite": ["os","cloud","hup"],
63-
"environment": ["bm.balena-dev.com"],
63+
"environment": ["balena-cloud.com"],
6464
"runs_on": [["ubuntu-latest"]]
6565
}
6666
# Allow manual workflow runs to force finalize without checking previous test runs

.github/workflows/raspberrypi4-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
test_matrix: >
6161
{
6262
"test_suite": ["os","cloud","hup"],
63-
"environment": ["bm.balena-dev.com"],
63+
"environment": ["balena-cloud.com"],
6464
"runs_on": [["ubuntu-latest"]]
6565
}
6666
# Allow manual workflow runs to force finalize without checking previous test runs

.github/workflows/raspberrypi4-unipi-neuron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
test_matrix: >
6161
{
6262
"test_suite": ["os","cloud","hup"],
63-
"environment": ["bm.balena-dev.com"],
63+
"environment": ["balena-cloud.com"],
6464
"runs_on": [["ubuntu-latest"]]
6565
}
6666
# Allow manual workflow runs to force finalize without checking previous test runs

.github/workflows/raspberrypi5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ env:
6767
test_matrix: >
6868
{
6969
"test_suite": ["os","cloud","hup"],
70-
"environment": ["bm.balena-dev.com"],
70+
"environment": ["balena-cloud.com"],
7171
"runs_on": [["ubuntu-latest"]],
7272
"worker_type": ["testbot"]
7373
}

.github/workflows/raspberrypicm4-ioboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ env:
6767
test_matrix: >
6868
{
6969
"test_suite": ["os","cloud","hup"],
70-
"environment": ["bm.balena-dev.com"],
70+
"environment": ["balena-cloud.com"],
7171
"runs_on": [["ubuntu-latest"]],
7272
"worker_type": ["testbot"]
7373
}

.github/workflows/revpi-connect-4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
test_matrix: >
6161
{
6262
"test_suite": ["os","cloud","hup"],
63-
"environment": ["bm.balena-dev.com"],
63+
"environment": ["balena-cloud.com"],
6464
"runs_on": [["ubuntu-latest"]]
6565
}
6666
# Allow manual workflow runs to force finalize without checking previous test runs

.github/workflows/revpi-connect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
test_matrix: >
6161
{
6262
"test_suite": ["os","cloud"],
63-
"environment": ["bm.balena-dev.com"],
63+
"environment": ["balena-cloud.com"],
6464
"runs_on": [["ubuntu-latest"]]
6565
}
6666
# Allow manual workflow runs to force finalize without checking previous test runs

0 commit comments

Comments
 (0)