Searched refs:P2 (Results 1 – 2 of 2) sorted by relevance
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 113 if update.P1.StructureDiff(update.P2) { 122 if update.P2 != nil { 124 p2, err = gitee.GetBetweenTimeMRs("openharmony", update.P2.Name, branch, startTime, endTime) 129 Head: update.P2.Revision, 132 Repo: update.P2.Name, 210 if us[j].P1 == us[i].P1 && us[j].P2 == us[i].P2 { 271 if pu.P1 == nil && pu.P2 != nil { 272 …lastCommit, err := gitee.GetLatestMRBefore("openharmony", pu.P2.Name, branch, commit.Commit.Commit… 276 pu.P2.Revision = lastCommit.SHA 289 m[p.Name] = vcs.ProjectUpdate{P1: &p, P2: m[p.Name].P2} [all …]
|
| /developtools/integration_verification/tools/fotff/vcs/ |
| D | manifest.go | 62 P1, P2 *Project member 119 P2: &m2.Projects[j], 128 P2: nil, 135 P2: &m2.Projects[j],
|