File tree Expand file tree Collapse file tree 4 files changed +1
-169
lines changed Expand file tree Collapse file tree 4 files changed +1
-169
lines changed Original file line number Diff line number Diff line change 8888 osx :
8989 runs-on : ${{ matrix.runner }}
9090 strategy :
91+ fail-fast : false
9192 matrix :
9293 runner :
9394 - macos-13
@@ -130,24 +131,6 @@ jobs:
130131 python3 -m unittest test.test_identity
131132 source utils/test_cleanup.sh
132133 cd ..
133- - name : configure AWS credentials (PubSub)
134- uses : aws-actions/configure-aws-credentials@v4
135- with :
136- role-to-assume : ${{ env.CI_PUBSUB_ROLE }}
137- aws-region : ${{ env.AWS_DEFAULT_REGION }}
138- - name : run PKCS12 sample
139- run : |
140- cert=$(aws secretsmanager get-secret-value --region us-east-1 --secret-id "ci/PubSub/cert" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\") && echo -e "$cert" > /tmp/certificate.pem
141- key=$(aws secretsmanager get-secret-value --region us-east-1 --secret-id "ci/PubSub/key" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\") && echo -e "$key" > /tmp/privatekey.pem
142- pkcs12_password=$(aws secretsmanager get-secret-value --region us-east-1 --secret-id "ci/PubSub/key_pkcs12_password" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\")
143- openssl pkcs12 -export -in /tmp/certificate.pem -inkey /tmp/privatekey.pem -out ./pkcs12-key.p12 -name PubSub_Thing_Alias -password pass:$pkcs12_password
144- source .venv/bin/activate
145- python3 ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_pkcs12_connect_cfg.json
146- - name : configure AWS credentials (MQTT5 samples)
147- uses : aws-actions/configure-aws-credentials@v4
148- with :
149- role-to-assume : ${{ env.CI_MQTT5_ROLE }}
150- aws-region : ${{ env.AWS_DEFAULT_REGION }}
151134 - name : run MQTT5 PubSub sample
152135 run : |
153136 source .venv/bin/activate
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments