-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/opendevstack/ods-quicksta…
…rters into feature/node20-agent
- Loading branch information
Showing
137 changed files
with
3,844 additions
and
1,257 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/golang/docker | ||
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/jdk/docker | ||
|
@@ -40,7 +40,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs12/docker | ||
|
@@ -56,7 +56,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs16/docker | ||
|
@@ -72,7 +72,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/nodejs18/docker | ||
|
@@ -88,7 +88,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/python/docker | ||
|
@@ -101,20 +101,33 @@ jobs: | |
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/terraform/docker | ||
run: | | ||
docker build --tag agent-terraform-test-ubi8 --file Dockerfile.ubi8 . | ||
jenkins-agent-terraform-2306-ubi8: | ||
name: Jenkins agent Terraform 2306 (UBI8) | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/[email protected] | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/terraform-2306/docker | ||
run: | | ||
docker build --tag agent-terraform-2306-test-ubi8 --file Dockerfile.ubi8 . | ||
jenkins-agent-scala-ubi8: | ||
name: Jenkins agent Scala (UBI8) | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- | ||
name: Checkout repository | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4.1.1 | ||
- | ||
name: Build docker image | ||
working-directory: common/jenkins-agents/scala/docker | ||
|
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,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
hooks: | ||
- id: gitleaks |
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,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
hooks: | ||
- id: gitleaks |
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,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
hooks: | ||
- id: gitleaks |
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,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
hooks: | ||
- id: gitleaks |
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,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
hooks: | ||
- id: gitleaks |
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,2 +1,2 @@ | ||
gunicorn==20.1.0 | ||
flask==2.2.2 | ||
flask==2.3.2 |
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,6 +1,6 @@ | ||
-r ./requirements.txt | ||
|
||
mypy==0.982 | ||
flake8==5.0.4 | ||
pytest==7.2.0 | ||
pytest-cov==4.0.0 | ||
mypy==1.3.0 | ||
flake8==6.0.0 | ||
pytest==7.3.1 | ||
pytest-cov==4.1.0 |
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,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
hooks: | ||
- id: gitleaks |
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,5 @@ | ||
repos: | ||
- repo: https://github.com/gitleaks/gitleaks | ||
rev: v8.16.1 | ||
hooks: | ||
- id: gitleaks |
Oops, something went wrong.