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

Decreased amount of jobs on master, kraken, luminous runs #17069

Merged
merged 1 commit into from Aug 17, 2017

Conversation

yuriw
Copy link
Contributor

@yuriw yuriw commented Aug 17, 2017

Needs backport to luminous and kraken

Old value in --subset produced ~1,800 jobs which is unmanageable

New value --subset /999 produced "scheduled 193 jobs"

Signed-off-by: Yuri Weinstein yweinste@redhat.com

@djgalloway
Copy link

I'd update the comments too. And maybe some teuthology --dry-run output showing how many jobs get scheduled before and after this change.

@yuriw
Copy link
Contributor Author

yuriw commented Aug 17, 2017

@djgalloway added some details

@@ -35,10 +35,10 @@ elif [ $2 = "jewel" ] ; then
teuthology-suite -v -c $2 -m $3 -k distro -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/40 -e $5 $6
elif [ $2 = "kraken" ] ; then
# run kraken branch with /40 jobs

Choose a reason for hiding this comment

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

@yuriw I meant updating these comments to reflect the change.

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Copy link

@djgalloway djgalloway left a comment

Choose a reason for hiding this comment

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

LGTM. Does anyone else need to approve?

@tchaikov
Copy link
Contributor

@yuriw do we need to backport this change to the luminous branch? i guess we are just using the master branch of this script, aren't we?

@yuriw
Copy link
Contributor Author

yuriw commented Aug 23, 2017

@tchaikov I think it was done #17074

@tchaikov
Copy link
Contributor

okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants