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

[CI][VL] Re-enable a build job running on clean dockers weekly #6424

Merged
merged 9 commits into from
Jul 16, 2024

Conversation

PHILO-HE
Copy link
Contributor

@PHILO-HE PHILO-HE commented Jul 12, 2024

What changes were proposed in this pull request?

This is to make sure no build issue in Gluten + Velox. Other CI jobs use dockers with dependencies pre-installed, which doesn't uncover some build issues sometimes.

This job is scheduled to be triggered per week. Also fixes some issues found by this job.

Depends on #6444.

Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@PHILO-HE PHILO-HE force-pushed the re-enable-nightly branch 2 times, most recently from 82b1e37 to 9bbb4cd Compare July 12, 2024 05:54
schedule:
- cron: '0 20 * * *'
- cron: '0 20 * * 0'

Copy link
Contributor

Choose a reason for hiding this comment

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

Please add env to bypass the nodejs issue

env:
  ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

@zhouyuan
Copy link
Contributor

@PHILO-HE centos7 should also update to use vault mirror

@@ -53,9 +55,10 @@ jobs:
yum install -y devtoolset-9
source /opt/rh/devtoolset-9/enable || exit 1
fi
yum install -y java-1.8.0-openjdk-devel patch wget git && \
Copy link
Contributor

Choose a reason for hiding this comment

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

The epel release needs the new mirror also

    rm /etc/yum.repos.d/CentOS-SCLo-scl.repo -f
    sed -i \
    -e 's/^mirrorlist/#mirrorlist/' \
    -e 's/^#baseurl/baseurl/' \
    -e 's/mirror\.centos\.org/vault.centos.org/' \
    /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo

@PHILO-HE PHILO-HE force-pushed the re-enable-nightly branch 3 times, most recently from 46f287e to f4bfe09 Compare July 12, 2024 08:40
zhouyuan
zhouyuan previously approved these changes Jul 12, 2024
@zhouyuan zhouyuan merged commit 8cd9024 into apache:main Jul 16, 2024
44 checks passed
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