Skip to content

Commit

Permalink
VULCAN-3568: Ignore terminating pods when deploying canary (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Marchetti authored Nov 29, 2023
1 parent 1827b87 commit 29ee9cd
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 134 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pull_request.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: "Install"
Expand All @@ -40,11 +40,11 @@ jobs:
npm run package
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: "Build action for test"
Expand Down Expand Up @@ -76,11 +76,11 @@ jobs:
user: github-actions

release:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
name: "Build and release action"
needs: [build, test]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: true
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: "Install"
Expand All @@ -40,11 +40,11 @@ jobs:
npm run package
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: "Build action for test"
Expand Down Expand Up @@ -76,11 +76,11 @@ jobs:
user: github-actions

release:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
name: "Build and release action"
needs: [build, test]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: true
Expand Down
Loading

0 comments on commit 29ee9cd

Please sign in to comment.