Skip to content

Commit fe6bdca

Browse files
Merge pull request ARMmbed#23 from marcuschangarm/https
Change CI from using HTTP to HTTPS for connecting to RaaS
2 parents f8feff2 + c975429 commit fe6bdca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/minimal-printf/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ raas_timeout = 1200
1616

1717
// Test combinations, for each listed target, each toolchain is build and tested on RaaS instance.
1818
targets = [
19-
"K64F": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "eeva.mbedcloudtesting.com"],
20-
"NUCLEO_F429ZI": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "ruka.mbedcloudtesting.com"],
19+
"K64F": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "https://eeva.mbedcloudtesting.com"],
20+
"NUCLEO_F429ZI": ["toolchains": [ "ARM", "IAR", "GCC_ARM"], "raas": "https://ruka.mbedcloudtesting.com"],
2121
]
2222

2323
// Map toolchains to compiler labels to find suitable node on Jenkins.
@@ -108,7 +108,7 @@ def testStep(target, compilerLabel, toolchain) {
108108
raas = targets[target]["raas"]
109109

110110
// execute greentea on RaaS.
111-
execute("mbedgt --grm ${target}:raas_client:${raas}:80 -vV --test-spec ./ci/test_spec.json --polling-timeout 240")
111+
execute("mbedgt -g ${target}:raas_client:${raas}:443 -vV --test-spec ./ci/test_spec.json --polling-timeout 240")
112112

113113
// Clean up workarea.
114114
step([$class: 'WsCleanup'])

0 commit comments

Comments
 (0)