Skip to content

Commit

Permalink
Merge pull request #57 from PelionIoT/edge-testnet-serial-vault
Browse files Browse the repository at this point in the history
edge-testnet - remove pingtest for serial-vault-partners.canonical.com
  • Loading branch information
JanneKiiskila authored Apr 30, 2024
2 parents d06a8ef + 823992b commit 158049e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PR-check
run-name: ${{ github.actor }} PR checker
on: [push]
on:
push:
workflow_dispatch:

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: pe-utils-'${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down Expand Up @@ -58,6 +61,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run edge-testnet
run: fw-tools/edge-testnet
- name: Run edge-testnet as fake snap
run: SNAP=snap fw-tools/edge-testnet

versions-check:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Izuma Edge utilities 2.3.5
1. [fw-tools] - remove `ping` test from `serial-vault-partners.canonical.com`, it is not responding to `ping` anymore.

## Izuma Edge utilities 2.3.4
1. [fw-tools] - fix the grepping of edge-K8s logfile.

Expand Down
2 changes: 1 addition & 1 deletion edge-info/edge-info
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GREEN="\u001b[32m"
YELLOW="\u001b[33m"
MAGENTA="\u001b[35m"
CYAN="\u001b[36m"
version="2.3.4"
version="2.3.5"
export LogToTerm=1
loglevel=info;

Expand Down
1 change: 0 additions & 1 deletion fw-tools/edge-testnet
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ test_L3() {
_url canonical-lcy01.cdn.snapcraftcontent.com
_url canonical-lcy02.cdn.snapcraftcontent.com
_url canonical-bos01.cdn.snapcraftcontent.com
_url serial-vault-partners.canonical.com
fi
}

Expand Down
2 changes: 1 addition & 1 deletion identity-tools/developer_identity/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.3.4
2.3.5

0 comments on commit 158049e

Please sign in to comment.