• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cilium / cilium / 42250
39%

Build:
DEFAULT BRANCH: master
Ran 26 May 2022 04:30PM UTC
Jobs 2
Files 941
Run time 11min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 May 2022 02:57PM UTC coverage: 33.799% (+0.02%) from 33.775%
42250

push

travis-ci-com

jibi
cmd: Allow more complicated patterns in map string type.

The previous PR #18478 wraps existing viper GetStringMapString function
to get around upstream bugs, however, it's unintentionally restricted a
few formats, which supported before in cilium, such as:

- --aws-instance-limit-mapping=c6a.2xlarge=4,15,15,m4.xlarge=1,5,10
- --api-rate-limit=endpoint-create=rate-limit:10/s,rate-burst:10,parallel-requests:10,auto-adjust:true

For complicated attribute, we are allowing comma character in value part
of key value pair. As golang didn't support look-ahead functionalities in
built-in regex library, this commit is to replace string.Split function
by custom implementation to handle such scenario.

Relates: #18478
Fixes: #18973
Signed-off-by: Tam Mach <tam.mach@cilium.io>

47682 of 141074 relevant lines covered (33.8%)

3883.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 42250.1 26 May 2022 04:34PM UTC 0
33.78
Travis Job 42250.1
2 42250.2 26 May 2022 04:30PM UTC 0
33.78
Travis Job 42250.2
Source Files on build 42250
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #42250
  • 070ded01 on github
  • Prev Build on master (#42231)
  • Next Build on master (#42253)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc