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

Checkout back to master branch in periodic tests to use latest CI test scripts #1089

Merged
merged 1 commit into from
May 4, 2023

Conversation

sethiay
Copy link
Contributor

@sethiay sethiay commented May 4, 2023

Description

Small change to use the latest version CI test scripts (e.g. build.sh, run_load_test_and_fetch_metrics.sh) in master branch during periodic tests.

Before this change: The build script checkout to yesterday's last commit and then run the complete tests while staying on that commit.
After this change: The build script will checkout to yesterday's last commit, build gcsfuse, run integration tests, checkout back to master's last commit and run the complete tests using the gcsfuse built before checking out to latest commit.

This change should allow testing changes to CI test scripts quickly.

Testing details

  1. Manual: Ran the continuous test script with this change.
  2. Unit tests - N/A
  3. Integration tests - N/A

@sethiay sethiay requested review from Tulsishah and raj-prince May 4, 2023 12:39
@sethiay sethiay merged commit 0087924 into master May 4, 2023
@sethiay sethiay deleted the minor_ci_test_change branch May 14, 2024 13:08
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