diff --git a/.harness/Build_python_1698429517241-pr-trigger-input-set-1698429518027.yaml b/.harness/Build_python_1698429517241-pr-trigger-input-set-1698429518027.yaml new file mode 100644 index 0000000..51fbac4 --- /dev/null +++ b/.harness/Build_python_1698429517241-pr-trigger-input-set-1698429518027.yaml @@ -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> diff --git a/.harness/Build_python_1698429517241-push-trigger-input-set-1698429518877.yaml b/.harness/Build_python_1698429517241-push-trigger-input-set-1698429518877.yaml new file mode 100644 index 0000000..81d73d5 --- /dev/null +++ b/.harness/Build_python_1698429517241-push-trigger-input-set-1698429518877.yaml @@ -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> diff --git a/.harness/Build_python_1698431020808-pr-trigger-input-set-1698431021795.yaml b/.harness/Build_python_1698431020808-pr-trigger-input-set-1698431021795.yaml new file mode 100644 index 0000000..78da758 --- /dev/null +++ b/.harness/Build_python_1698431020808-pr-trigger-input-set-1698431021795.yaml @@ -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> diff --git a/.harness/Build_python_1698431020808-push-trigger-input-set-1698431022712.yaml b/.harness/Build_python_1698431020808-push-trigger-input-set-1698431022712.yaml new file mode 100644 index 0000000..d0055e4 --- /dev/null +++ b/.harness/Build_python_1698431020808-push-trigger-input-set-1698431022712.yaml @@ -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> diff --git a/.harness/Build_python_1698434115731-pr-trigger-input-set-1698434116499.yaml b/.harness/Build_python_1698434115731-pr-trigger-input-set-1698434116499.yaml new file mode 100644 index 0000000..f28dcf2 --- /dev/null +++ b/.harness/Build_python_1698434115731-pr-trigger-input-set-1698434116499.yaml @@ -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> diff --git a/.harness/Build_python_1698434115731-push-trigger-input-set-1698434117312.yaml b/.harness/Build_python_1698434115731-push-trigger-input-set-1698434117312.yaml new file mode 100644 index 0000000..055989d --- /dev/null +++ b/.harness/Build_python_1698434115731-push-trigger-input-set-1698434117312.yaml @@ -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> diff --git a/.harness/pipelines/python-1698429495134.yaml b/.harness/pipelines/python-1698429495134.yaml new file mode 100644 index 0000000..c2ed0b2 --- /dev/null +++ b/.harness/pipelines/python-1698429495134.yaml @@ -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 diff --git a/.harness/pipelines/python-1698430960060.yaml b/.harness/pipelines/python-1698430960060.yaml new file mode 100644 index 0000000..e42c054 --- /dev/null +++ b/.harness/pipelines/python-1698430960060.yaml @@ -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 diff --git a/.harness/pipelines/python-1698434109608.yaml b/.harness/pipelines/python-1698434109608.yaml new file mode 100644 index 0000000..f4b05d6 --- /dev/null +++ b/.harness/pipelines/python-1698434109608.yaml @@ -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