-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ansible Core version bump up to 2.14.0 (#452)
* Version bump for runtime.yml * Dummy commit * Add ansible lint check * Requirements bumpup ansible-core version * Workflow should only have 3.9 as 3.8 and 3.7 support is gone from ansible * Revert pipeline changes * Revert sanity version changes * Change ansible-core to 2.14.0 * Use python 3.9 only and use ubuntu 20.4 runner for ansible unit tests * Doc fixes * 1. Bump up coverage. 2. Lint fixes * Add notes in inventory modules * Minor lint fixes * notes lint fix * Fix notes lint faulure * Fix trailing spaces * More lint fixes * More lint fixes * Remove ansible lint check * Fix fetch_url for ansible versions >= 2.13.0 * Install community package before inetegration tests * Fix integration requirements.txt * print ansible version in pipeliines * Update source branch of ok to test * revert workflows temp changes * Not run foundation and ndb sanity test * Fix PBRS tests. Add correct value types for code and type in icmp spec * Enable NDB sanity tests * Fix read me typos * Enable foundation sanity and some lint fixes * Add bond modes in test for foundation * Disable pc tests * Minor fix * Revert "Disable pc tests" This reverts commit be1a11d. * Disabled foundation and database to run only PC tests * Release notes update * Lint fxies * Change log changes
- Loading branch information
1 parent
b6dc17a
commit 03d0974
Showing
235 changed files
with
1,278 additions
and
1,267 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
name: 'Ok-To-Test' | ||
--- | ||
name: Ok-To-Test | ||
|
||
on: [issue_comment] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.event.issue.pull_request }} | ||
steps: | ||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." | ||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" | ||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}. And Github Token is ${{ secrets.GITHUB_TOKEN }}" | ||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." | ||
- run: echo "Your Github Token is ${{ secrets.GITHUB_TOKEN }}" | ||
|
||
- name: Slash Command Dispatch | ||
uses: peter-evans/slash-command-dispatch@v2 | ||
with: | ||
token: ${{ secrets.PAT }} | ||
commands: ok-to-test | ||
permission: write | ||
- run: echo "🍏 This job's status is ${{ job.status }}." | ||
- run: echo "🍏 This job's status is ${{ job.status }}." |
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
--- | ||
name: PR Labeler | ||
|
||
on: | ||
- pull_request | ||
- pull_request | ||
|
||
jobs: | ||
label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v2 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
theme: jekyll-theme-cayman | ||
theme: jekyll-theme-cayman |
Oops, something went wrong.