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(ci): fix arm workflows + minor CI cleanup #8436

Merged
merged 11 commits into from
Nov 18, 2022
Merged

Conversation

joshua-goldstein
Copy link
Contributor

@joshua-goldstein joshua-goldstein commented Nov 16, 2022

Problem

Arm tests were failing because skip list was not being parsed correctly by t.go. We also perform some cleanup on the CI workflows (there was some redundancy in CI scripts).

Solution

We pass

./t --skip="systest/export,systest/backup/minio,systest/backup/minio-large,graphql/e2e/normal,graphql/e2e/directives,graphql/e2e/custom_logic"

as an argument to t.go. Failures in these packages are related to minio and lambda which we will work on resolving. We also do some cleanup on the workflow file.

@github-actions github-actions bot added the area/integrations Related to integrations with other projects. label Nov 16, 2022
@joshua-goldstein joshua-goldstein marked this pull request as ready for review November 16, 2022 21:41
@coveralls
Copy link

coveralls commented Nov 16, 2022

Coverage Status

Coverage remained the same at 37.182% when pulling 918239d on joshua/arm-skip into bc5f584 on main.

# go env settings
export GOPATH=~/go
# move the binary
cp dgraph/dgraph ~/go/bin
# build the test binary
cd t; go build .
Copy link
Contributor

Choose a reason for hiding this comment

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

the go build . is needed right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are calling it in the previous step (around line 50)

Copy link
Contributor

@adityasadalage adityasadalage Nov 16, 2022

Choose a reason for hiding this comment

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

^+1

Copy link
Contributor

Choose a reason for hiding this comment

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

replicate to all yaml?

Copy link
Contributor

@skrdgraph skrdgraph left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@skrdgraph
Copy link
Contributor

@joshua-goldstein you need 2 +1's because of the perm changes.

@meghalims / @matthewmcneely - could one of you do a quick review? This is quite straightforward IMO.

@joshua-goldstein joshua-goldstein changed the title chore(ci): skip systest and graphql for arm chore(ci): fix arm workflows + minor CI cleanup Nov 18, 2022
@joshua-goldstein joshua-goldstein merged commit b975b98 into main Nov 18, 2022
@joshua-goldstein joshua-goldstein deleted the joshua/arm-skip branch November 18, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/integrations Related to integrations with other projects.
Development

Successfully merging this pull request may close these issues.

5 participants