Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_1698429517241-pr-trigger-input-set
identifier: Build_python_1698429517241prtriggerinputset
orgIdentifier: default
projectIdentifier: Harness_Testing
pipeline:
identifier: Build_python_1698429517241
properties:
ci:
codebase:
build:
type: PR
spec:
number: <+trigger.prNumber>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_1698429517241-push-trigger-input-set
identifier: Build_python_1698429517241pushtriggerinputset
orgIdentifier: default
projectIdentifier: Harness_Testing
pipeline:
identifier: Build_python_1698429517241
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_1698431020808-pr-trigger-input-set
identifier: Build_python_1698431020808prtriggerinputset
orgIdentifier: default
projectIdentifier: Harness_Testing
pipeline:
identifier: Build_python_1698431020808
properties:
ci:
codebase:
build:
type: PR
spec:
number: <+trigger.prNumber>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_1698431020808-push-trigger-input-set
identifier: Build_python_1698431020808pushtriggerinputset
orgIdentifier: default
projectIdentifier: Harness_Testing
pipeline:
identifier: Build_python_1698431020808
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_1698434115731-pr-trigger-input-set
identifier: Build_python_1698434115731prtriggerinputset
orgIdentifier: default
projectIdentifier: Harness_Testing
pipeline:
identifier: Build_python_1698434115731
properties:
ci:
codebase:
build:
type: PR
spec:
number: <+trigger.prNumber>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_python_1698434115731-push-trigger-input-set
identifier: Build_python_1698434115731pushtriggerinputset
orgIdentifier: default
projectIdentifier: Harness_Testing
pipeline:
identifier: Build_python_1698434115731
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
37 changes: 37 additions & 0 deletions .harness/pipelines/python-1698429495134.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pipeline:
identifier: Build_python_1698429517241
name: Build python
orgIdentifier: default
projectIdentifier: Harness_Testing
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github_OAuth_1698419216800
repoName: python
stages:
- stage:
identifier: build
name: build
spec:
cloneCodebase: true
execution:
steps:
- step:
type: Run
identifier: build_python_app
name: Build Python App
spec:
shell: Sh
command: |-
echo "Welcome to Harness CI"
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
platform:
arch: Amd64
os: Linux
runtime:
spec: {}
type: Cloud
type: CI
37 changes: 37 additions & 0 deletions .harness/pipelines/python-1698430960060.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pipeline:
identifier: Build_python_1698431020808
name: Build python
orgIdentifier: default
projectIdentifier: Harness_Testing
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github_OAuth_1698419216800
repoName: python
stages:
- stage:
identifier: build
name: build
spec:
cloneCodebase: true
execution:
steps:
- step:
type: Run
identifier: build_python_app
name: Build Python App
spec:
shell: Sh
command: |-
echo "Welcome to Harness CI"
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
platform:
arch: Amd64
os: Linux
runtime:
spec: {}
type: Cloud
type: CI
37 changes: 37 additions & 0 deletions .harness/pipelines/python-1698434109608.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pipeline:
identifier: Build_python_1698434115731
name: Build python
orgIdentifier: default
projectIdentifier: Harness_Testing
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github_OAuth_1698419216800
repoName: python
stages:
- stage:
identifier: build
name: build
spec:
cloneCodebase: true
execution:
steps:
- step:
type: Run
identifier: build_python_app
name: Build Python App
spec:
shell: Sh
command: |-
echo "Welcome to Harness CI"
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
platform:
arch: Amd64
os: Linux
runtime:
spec: {}
type: Cloud
type: CI