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

Add Container Registry Integration Tests for GCP #505

Merged
merged 8 commits into from
Mar 1, 2023

Conversation

guineveresaenger
Copy link
Contributor

Fixes #491

  • Remove js folder
  • Update versions and methods in GCP tests
  • Experimental: Set up CI account and auth for Gcloud in acceptance test workflow
  • Enable node-gcp integration test

@guineveresaenger guineveresaenger changed the title Add Container REgistry Integration Tests for GCP Add Container Registry Integration Tests for GCP Feb 27, 2023
@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

1 similar comment
@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

2 similar comments
@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@guineveresaenger guineveresaenger requested review from jazzyfresh and a team February 28, 2023 17:48
@guineveresaenger guineveresaenger marked this pull request as ready for review February 28, 2023 17:48
with:
install_components: gke-gcloud-auth-plugin
- name: Login to Google Cloud Registry
run: gcloud --quiet auth configure-docker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

workflow changes go in ci-mgmt

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also add to master.yml

build: "./app",
build: {
context: "app"
},
imageName: imageName,
registry: registryInfo,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment on old code: we dont need this bc it will infer the registry info from the image name

Copy link
Contributor

@jazzyfresh jazzyfresh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@guineveresaenger guineveresaenger merged commit f02b21f into master Mar 1, 2023
@guineveresaenger guineveresaenger deleted the guin/gcp-registry branch March 1, 2023 00:21
jazzyfresh added a commit to pulumi/ci-mgmt that referenced this pull request Mar 1, 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.

Container Registry Integration test for GCP
2 participants