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

Avoid docker debian image ratelimitting issue in long running test #7067

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Avoid docker debian image ratelimitting issue in long running test #7067

merged 1 commit into from
Jan 23, 2024

Conversation

youngbupark
Copy link

Description

Test_Run_Logger uses debian image for testing. This can encounter the rate limit problem during long-running test. This change uses magpie image to prevent this failure.

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

@youngbupark youngbupark requested review from a team as code owners January 23, 2024 18:02
@radius-functional-tests
Copy link

radius-functional-tests bot commented Jan 23, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository youngbupark/radius
Commit ref 42d6857
Unique ID 1b5ac4f5f8
Image tag pr-1b5ac4f5f8
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/functional/shared/recipes/<name>:pr-1b5ac4f5f8
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-1b5ac4f5f8
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-1b5ac4f5f8
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-1b5ac4f5f8
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting shared functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting samples functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting datastoresrp functional tests...
✅ kubernetes functional tests succeeded
✅ msgrp functional tests succeeded
✅ ucp functional tests succeeded
✅ samples functional tests succeeded
✅ daprrp functional tests succeeded
✅ datastoresrp functional tests succeeded
✅ shared functional tests succeeded

resource container 'Applications.Core/containers@2023-10-01-preview' = {
name: 'k8s-cli-run-logger'
location: 'global'
properties: {
application: application
container: {
image: 'debian'
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@youngbupark youngbupark merged commit e506a32 into radius-project:main Jan 23, 2024
16 checks passed
@youngbupark youngbupark deleted the youngp/ghcr-image branch January 23, 2024 19:04
sk593 pushed a commit to sk593/radius that referenced this pull request Jan 24, 2024
…adius-project#7067)

# Description

`Test_Run_Logger` uses `debian` image for testing. This can encounter
the rate limit problem during long-running test. This change uses magpie
image to prevent this failure.

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

Signed-off-by: Young Bu Park <[email protected]>
Signed-off-by: sk593 <[email protected]>
willdavsmith pushed a commit to willdavsmith/radius that referenced this pull request Jan 26, 2024
…adius-project#7067)

# Description

`Test_Run_Logger` uses `debian` image for testing. This can encounter
the rate limit problem during long-running test. This change uses magpie
image to prevent this failure.

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

Signed-off-by: Young Bu Park <[email protected]>
willdavsmith pushed a commit to willdavsmith/radius that referenced this pull request Mar 4, 2024
…adius-project#7067)

# Description

`Test_Run_Logger` uses `debian` image for testing. This can encounter
the rate limit problem during long-running test. This change uses magpie
image to prevent this failure.

## Type of change

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

Signed-off-by: Young Bu Park <[email protected]>
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.

3 participants