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

WIP: PR GHAction attempt 2 #6

Closed
wants to merge 1 commit into from
Closed

WIP: PR GHAction attempt 2 #6

wants to merge 1 commit into from

Conversation

gmfrasca
Copy link
Owner

attempt 2

@gmfrasca
Copy link
Owner Author

A set of new images have been built to help with testing out this PR:
- ds-pipelines-api-server: quay.io/gmfrasca/ds-pipelines-api-server:pr-6 run: |
- ds-pipelines-frontend: quay.io/gmfrasca/ds-pipelines-frontend:pr-6
- ds-pipelines-cacheserver: quay.io/gmfrasca/ds-pipelines-cacheserver:pr-6
- ds-pipelines-persistenceagent: quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6
- ds-pipelines-scheduledworkflow: quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6
- ds-pipelines-viewercontroller: quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6
- ds-pipelines-artifact-manager: quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6
- ds-pipelines-metadata-writer: quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6
- ds-pipelines-metadata-envoy: quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6
- ds-pipelines-metadata-grpc: quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6
An OCP cluster where you are logged in as cluster admin is required.

The Data Science Pipelines team recommends testing this using the Data Science Pipelines Operator.
Check here for more information on using the DSPO.

To use and deploy a DSP stack with these images using this Operator, after deploying the DSPO above,
first save the following YAML to a file dspa.pr-6.yaml:

apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
kind: DataSciencePipelinesApplication
metadata:
  name: pr-6
spec:
  apiServer:
    image: "quay.io/gmfrasca/ds-pipelines-api-server:pr-6"
    artifactImage: "quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6"
  persistenceAgent:
    image: "quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6"
  scheduledWorkflow:
    image: "quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6"
  crdViewer:  
    deploy: true  # Optional component
    image: "quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6"
  mlmd:  
    deploy: true  # Optional component
    grpc:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6"
    envoy:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6"
    writer:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6"
  mlpipelineUI:
    deploy: true  # Optional component 
    image: "quay.io/gmfrasca/ds-pipelines-frontend:pr-6"
  objectStorage:
    minio:
      deploy: true
      image: 'quay.io/opendatahub/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance'

Then run the following:

cd $(mktemp -d)
git clone [email protected]:opendatahub-io/data-science-pipelines.git
cd data-science-pipelines/
git fetch origin pull/6/head
git checkout -b pullrequest 59ab33bb737414c8adfba11ee2706e762d6c036d
oc apply -f dspa.pr-6.yaml

More instructions here on how to deploy and test a Data Science Pipelines Application.

@gmfrasca gmfrasca force-pushed the master branch 2 times, most recently from c051cec to 62be4c1 Compare November 18, 2023 00:16
@gmfrasca
Copy link
Owner Author

Change to PR detected. A new PR build was completed.
A set of new images have been built to help with testing out this PR:
API Server: quay.io/gmfrasca/ds-pipelines-api-server:pr-6
Persistence Agent: quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6
Scheduled Workflow Manager: quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6
CRD Viewer Controller: quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6
Artifact Manager: quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6
MLMD Server: quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6
MLMD Writer: quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6
MLMD Envoy Proxy: quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6
Cache Server: quay.io/gmfrasca/ds-pipelines-cacheserver:pr-6
UI: quay.io/gmfrasca/ds-pipelines-frontend:pr-6

@gmfrasca gmfrasca closed this Nov 18, 2023
@gmfrasca gmfrasca reopened this Nov 18, 2023
@gmfrasca
Copy link
Owner Author

PR was re-opened.
A set of new images have been built to help with testing out this PR:
API Server: quay.io/gmfrasca/ds-pipelines-api-server:pr-6
Persistence Agent: quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6
Scheduled Workflow Manager: quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6
CRD Viewer Controller: quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6
Artifact Manager: quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6
MLMD Server: quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6
MLMD Writer: quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6
MLMD Envoy Proxy: quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6
Cache Server: quay.io/gmfrasca/ds-pipelines-cacheserver:pr-6
UI: quay.io/gmfrasca/ds-pipelines-frontend:pr-6

@gmfrasca
Copy link
Owner Author

An OCP cluster where you are logged in as cluster admin is required.

The Data Science Pipelines team recommends testing this using the Data Science Pipelines Operator. Check here for more information on using the DSPO.

To use and deploy a DSP stack with these images (assuming the DSPO is deployed), first save the following YAML to a file named dspa.pr-6.yaml:

apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
kind: DataSciencePipelinesApplication
metadata:
  name: pr-6
spec:
  apiServer:
    image: "quay.io/gmfrasca/ds-pipelines-api-server:pr-6"
    artifactImage: "quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6"
  persistenceAgent:
    image: "quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6"
  scheduledWorkflow:
    image: "quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6"
  crdViewer:  
    deploy: true  # Optional component
    image: "quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6"
  mlmd:  
    deploy: true  # Optional component
    grpc:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6"
    envoy:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6"
    writer:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6"
  mlpipelineUI:
    deploy: true  # Optional component 
    image: "quay.io/gmfrasca/ds-pipelines-frontend:pr-6"
  objectStorage:
    minio:
      deploy: true
      image: 'quay.io/opendatahub/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance'

Then run the following:

cd $(mktemp -d)
git clone [email protected]:opendatahub-io/data-science-pipelines.git
cd data-science-pipelines/
git fetch origin pull/6/head
git checkout -b pullrequest 62be4c1d0f45d5f5c09bd893332665bd9d370b59
oc apply -f dspa.pr-6.yaml

More instructions here on how to deploy and test a Data Science Pipelines Application.

@gmfrasca
Copy link
Owner Author

Change to PR detected. A new PR build was completed.
A set of new images have been built to help with testing out this PR:
API Server: quay.io/gmfrasca/ds-pipelines-api-server:pr-6
Persistence Agent: quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6
Scheduled Workflow Manager: quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6
CRD Viewer Controller: quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6
Artifact Manager: quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6
MLMD Server: quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6
MLMD Writer: quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6
MLMD Envoy Proxy: quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6
Cache Server: quay.io/gmfrasca/ds-pipelines-cacheserver:pr-6
UI: quay.io/gmfrasca/ds-pipelines-frontend:pr-6

@gmfrasca gmfrasca closed this Nov 18, 2023
@gmfrasca gmfrasca reopened this Nov 18, 2023
@gmfrasca
Copy link
Owner Author

PR was re-opened.
A set of new images have been built to help with testing out this PR:
API Server: quay.io/gmfrasca/ds-pipelines-api-server:pr-6
Persistence Agent: quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6
Scheduled Workflow Manager: quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6
CRD Viewer Controller: quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6
Artifact Manager: quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6
MLMD Server: quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6
MLMD Writer: quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6
MLMD Envoy Proxy: quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6
Cache Server: quay.io/gmfrasca/ds-pipelines-cacheserver:pr-6
UI: quay.io/gmfrasca/ds-pipelines-frontend:pr-6

@gmfrasca
Copy link
Owner Author

An OCP cluster where you are logged in as cluster admin is required.

The Data Science Pipelines team recommends testing this using the Data Science Pipelines Operator. Check here for more information on using the DSPO.

To use and deploy a DSP stack with these images (assuming the DSPO is deployed), first save the following YAML to a file named dspa.pr-6.yaml:

apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
kind: DataSciencePipelinesApplication
metadata:
  name: pr-6
spec:
  apiServer:
    image: "quay.io/gmfrasca/ds-pipelines-api-server:pr-6"
    artifactImage: "quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6"
  persistenceAgent:
    image: "quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6"
  scheduledWorkflow:
    image: "quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6"
  crdViewer:  
    deploy: true  # Optional component
    image: "quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6"
  mlmd:  
    deploy: true  # Optional component
    grpc:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6"
    envoy:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6"
    writer:
      image: "quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6"
  mlpipelineUI:
    deploy: true  # Optional component 
    image: "quay.io/gmfrasca/ds-pipelines-frontend:pr-6"
  objectStorage:
    minio:
      deploy: true
      image: 'quay.io/opendatahub/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance'

Then run the following:

cd $(mktemp -d)
git clone [email protected]:opendatahub-io/data-science-pipelines.git
cd data-science-pipelines/
git fetch origin pull/6/head
git checkout -b pullrequest 942ffb40f7726f80acfebecb9bfb696f06a93f75
oc apply -f dspa.pr-6.yaml

More instructions here on how to deploy and test a Data Science Pipelines Application.

@gmfrasca
Copy link
Owner Author

Change to PR detected. A new PR build was completed.
A set of new images have been built to help with testing out this PR:
API Server: quay.io/gmfrasca/ds-pipelines-api-server:pr-6
Persistence Agent: quay.io/gmfrasca/ds-pipelines-persistenceagent:pr-6
Scheduled Workflow Manager: quay.io/gmfrasca/ds-pipelines-scheduledworkflow:pr-6
CRD Viewer Controller: quay.io/gmfrasca/ds-pipelines-viewercontroller:pr-6
Artifact Manager: quay.io/gmfrasca/ds-pipelines-artifact-manager:pr-6
MLMD Server: quay.io/gmfrasca/ds-pipelines-metadata-grpc:pr-6
MLMD Writer: quay.io/gmfrasca/ds-pipelines-metadata-writer:pr-6
MLMD Envoy Proxy: quay.io/gmfrasca/ds-pipelines-metadata-envoy:pr-6
Cache Server: quay.io/gmfrasca/ds-pipelines-cacheserver:pr-6
UI: quay.io/gmfrasca/ds-pipelines-frontend:pr-6

@gmfrasca gmfrasca closed this Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant