-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from Alvearie/release-3.2.0
Release 3.2.0
- Loading branch information
Showing
15 changed files
with
105 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
env: | ||
API_SPEC_DEV_BRANCH: main | ||
API_SPEC_TAG: 3.1-2.0.2 | ||
API_SPEC_TAG: v3.2-2.0.3 | ||
APPID_TENANT: 0f389ea4-778e-4831-9b29-6156c4c1df1e | ||
APPID_URL: https://us-east.appid.cloud.ibm.com | ||
ELASTIC_CRN: "crn:v1:bluemix:public:databases-for-elasticsearch:us-east:a/52366c9ab214402f9e96917b1b2850e9:c9acb36a-0feb-4b6e-aac1-6651c71d19e4::" | ||
|
@@ -36,10 +36,10 @@ jobs: | |
- name: Set Branch Name | ||
uses: nelonoel/[email protected] | ||
|
||
- name: Install Go 1.15 | ||
- name: Install Go 1.17 | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: ^1.15 | ||
go-version: ^1.17 | ||
|
||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2 | ||
|
@@ -72,8 +72,16 @@ jobs: | |
ibmcloud es init -i ${KAFKA_INSTANCE} | ||
./run-ivttests.sh | ||
- name: Archive Logs | ||
if: failure() | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: hri-logs | ||
path: test/logs/* | ||
retention-days: 7 | ||
|
||
- name: Upload Test Results | ||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/support-') | ||
if: always() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/support-')) | ||
run: | | ||
./combine_ivt_results.sh | ||
./test/spec/upload_test_reports.rb IVT | ||
|
@@ -95,7 +103,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
env: | ||
IMAGE_NAME: mgmt-api | ||
TOOLCHAIN_ID: 44eca025-5bc3-4dc9-8d86-d8c4956d09f0 | ||
TOOLCHAIN_ID: 7014c9e3-9e16-4491-b547-6fc7157bfef8 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
@@ -151,6 +159,6 @@ jobs: | |
id: slack | ||
uses: slackapi/[email protected] | ||
with: | ||
payload: "{\"Repo\":\"${{ github.repository }}\",\"Workflow\":\"${{ github.workflow }}\",\"Branch\":\"${{ env.BRANCH_NAME }}\",\"Link\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\"}" | ||
payload: "{\"Repo\":\"${{ github.repository }}\",\"Workflow\":\"${{ github.workflow }}\",\"Branch\":\"${{ github.ref }}\",\"Link\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\"}" | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.