Skip to content

Commit

Permalink
chore: Speed up cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
vinigfer committed Feb 27, 2025
1 parent 29b6cb3 commit dd13cf0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@ const CYPRESS_TOKEN = process.env.CI
: cypressEnv[`${ENV}_CYPRESS_TOKEN`]

const credentials = {
cypress: { token: CYPRESS_TOKEN, wait_time: 60 }
cypress: { token: CYPRESS_TOKEN, wait_time: 30 }
}

const entities = [
{ name: 'credentials', url: `${URL}/credentials`, version: 3 },
{
name: 'data_streaming',
url: `${URL}/data_streaming/streamings`,
name: 'variables',
url: `${URL}/variables`,
version: 3
},
{ name: 'credentials', url: `${URL}/credentials`, version: 3 },
//{
// name: 'data_streaming',
// url: `${URL}/data_streaming/streamings`,
// version: 3
//},
{
name: 'edge_applications',
url: `${URL}/edge_applications`,
version: 3,
exclude: [1718380244, 340244]
},
{
name: 'variables',
url: `${URL}/variables`,
version: 3
},
{ name: 'edge_firewall', url: `${URL}/edge_firewall`, version: 3 },
{ name: 'edge_sql', url: `${URL_v4}/edge_sql/databases`, version: 4 },
{ name: 'waf_rulesets', url: `${URL}/waf/rulesets`, version: 3 },
Expand Down

0 comments on commit dd13cf0

Please sign in to comment.