This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #36 from splunk/test/common-template-changes-for-u…
…nit-modinput test: sync for policy
- Loading branch information
Showing
14 changed files
with
52 additions
and
45 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 |
---|---|---|
|
@@ -83,17 +83,17 @@ orbs: | |
command: | | ||
git remote set-url origin https://${GH_USER}:${GH_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git | ||
./semtag <<parameters.tag_level>> | ||
merge-to-master: | ||
merge-to-main: | ||
steps: | ||
- run: | ||
name: Merge | ||
command: | | ||
git remote set-url origin https://${GH_USER}:${GH_TOKEN}@github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Add on release service" | ||
git pull origin master | ||
git merge master -m "Merge from master" | ||
git checkout master | ||
git pull origin main | ||
git merge main -m "Merge from main" | ||
git checkout main | ||
git merge develop | ||
git push | ||
jobs: | ||
|
@@ -107,11 +107,11 @@ orbs: | |
- checkout | ||
- tag: | ||
tag_level: <<parameters.tag_level>> | ||
merge-to-master: | ||
merge-to-main: | ||
executor: python37 | ||
steps: | ||
- checkout | ||
- merge-to-master | ||
- merge-to-main | ||
|
||
jobs: | ||
splunk-app-inspect: | ||
|
@@ -635,11 +635,14 @@ workflows: | |
filters: | ||
branches: | ||
only: | ||
- master | ||
- main | ||
- develop | ||
- release: | ||
requires: | ||
- approval-release | ||
- splunk-app-inspect | ||
- splunk-app-unit-test | ||
- splunk-app-backend-test | ||
context: | ||
- gdi-github | ||
publish: | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
on: | ||
issue_comment: | ||
types: [created] | ||
name: Automatic Rebase | ||
jobs: | ||
rebase: | ||
name: Rebase | ||
if: github.event.comment.author_association == 'MEMBER' && github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the latest code | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- name: Automatic Rebase | ||
uses: cirrus-actions/[email protected] | ||
env: | ||
GITHUB_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Release-Notes-Preview | |
|
||
on: | ||
pull_request: | ||
branches: [master, develop] | ||
branches: [main, develop] | ||
issue_comment: | ||
types: [edited] | ||
|
||
|
@@ -15,7 +15,7 @@ jobs: | |
git fetch --unshallow --tags | ||
- uses: snyk/[email protected] | ||
with: | ||
releaseBranch: master | ||
releaseBranch: main | ||
env: | ||
GITHUB_PR_USERNAME: ${{ github.actor }} | ||
GITHUB_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,3 @@ | |
[submodule "deps/apps/Splunk_SA_CIM"] | ||
path = deps/apps/Splunk_SA_CIM | ||
url = [email protected]:splunk/addonfactory-splunk_sa_cim.git | ||
[submodule "deps/apps/splunk_env_indexer"] | ||
path = deps/apps/splunk_env_indexer | ||
url = [email protected]:splunk/addonfactory-splunk_env_indexer.git |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
3.7.8 | ||
2.7.18 |
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,7 +1,7 @@ | ||
--- | ||
branches: | ||
- "+([0-9])?(.{+([0-9]),x}).x" | ||
- master | ||
- main | ||
- name: develop | ||
channel: beta | ||
prerelease: true | ||
|
Submodule splunk_env_indexer
deleted from
b40bb6
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
class Test_App(Basic): | ||
def empty_method(self): | ||
pass | ||
|