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

chore: Update CI workflows path to be current branch workflows file #30534

Merged
merged 6 commits into from
Nov 4, 2024

Conversation

jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Nov 4, 2024

Additional details

There were some tests failing in strange ways when contributor PRs were run on our release/14 branch (see #29680). Some of the tests were running in the new Node version and some in the old Node version.

It turns out that for contributor PRs, they always pull in the workflow.yml from the develop branch to run. We don't see any utility in doing CI this way, so I'm updating the code to checkout the code and run the .circleci/workflows.yml file that is in the working directory.

Steps to test

Test of this was conducted in this outside contributor PR: #30520

How has the user experience changed?

N/A

PR Tasks

@jennifer-shehane jennifer-shehane self-assigned this Nov 4, 2024
@jennifer-shehane jennifer-shehane changed the title chore: Update workflows path chore: Update CI workflows path to be current branch workflows file Nov 4, 2024
Copy link

cypress bot commented Nov 4, 2024

cypress    Run #58126

Run Properties:  status check passed Passed #58126  •  git commit f1c3744ebc: empty commit
Project cypress
Branch Review remove-workflow-file-check
Run status status check passed Passed #58126
Run duration 25m 14s
Commit git commit f1c3744ebc: empty commit
Committer Jennifer Shehane
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 6
Tests that did not run due to a developer annotating a test with .skip  Pending 1326
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 29395
View all changes introduced in this branch ↗︎
UI Coverage  46.24%
  Untested elements 188  
  Tested elements 166  
Accessibility  92.55%
  Failed rules  3 critical   8 serious   2 moderate   2 minor
  Failed elements 908  

@jennifer-shehane jennifer-shehane merged commit b0b28d3 into develop Nov 4, 2024
84 of 85 checks passed
@jennifer-shehane jennifer-shehane deleted the remove-workflow-file-check branch November 4, 2024 19:23
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.

2 participants